Merge pull request #1146 from logicality-io/dependabot/nuget/Amazon.L… #786
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
libs/lambda/src/Lambda.Example/Response.cs#L5
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/lambda/src/Lambda.Example/Request.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/lambda/src/Lambda.TestHost/LambdaFunctionInfo.cs#L75
Nullability of reference types in return type of 'ILambdaSerializer? LambdaFunctionInfo.Serializer.get' doesn't match implicitly implemented member 'ILambdaSerializer ILambdaFunctionInfo.Serializer.get' (possibly because of nullability attributes).
|
build:
libs/lambda/tests/Lambda.TestHost.Tests/StepFunctions/StepFunctionsIntegrationTests.cs#L22
Non-nullable field '_lambdaTestHost' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
libs/lambda/tests/Lambda.TestHost.Tests/StepFunctions/StepFunctionsIntegrationTests.cs#L22
Non-nullable field '_stepFunctionsLocal' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
libs/lambda/tests/Lambda.TestHost.Tests/StepFunctions/StepFunctionsIntegrationTests.cs#L22
Non-nullable field '_stepFunctionsServiceUrl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
libs/lambda/tests/Lambda.TestHost.Tests/Functions/SimpleLambdaFunction.cs#L24
Non-nullable property 'Foo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/lambda/tests/Lambda.TestHost.Tests/Functions/SimpleLambdaFunction.cs#L19
Non-nullable property 'Foo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/lambda/tests/Lambda.TestHost.Tests/SimpleLambdaFunction.cs#L24
Non-nullable property 'Reverse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/lambda/tests/Lambda.TestHost.Tests/LambdaTestHostTests.cs#L22
Non-nullable field '_testHost' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|