.NET 8 #775
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#L76
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#L25
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#L25
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#L25
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#L25
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/SimpleLambdaFunction.cs#L20
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|