.NET 8 #778
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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/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/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/LambdaTestHostTests.cs#L25
Non-nullable field '_testHost' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
libs/lambda/tests/Lambda.TestHost.Tests/LambdaTestHostTests.cs#L25
Non-nullable field '_lambdaClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
libs/lambda/tests/Lambda.TestHost.Tests/LambdaTestHostTests.cs#L25
Non-nullable field '_settings' 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 '_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/SimpleLambdaFunction.cs#L20
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|