Skip to content

Merge pull request #1162 from logicality-io/dotnet8 #780

Merge pull request #1162 from logicality-io/dotnet8

Merge pull request #1162 from logicality-io/dotnet8 #780

Triggered via push November 18, 2023 23:45
Status Failure
Total duration 2m 29s
Artifacts

lambda-ci.yml

on: push
Fit to window
Zoom out
Zoom in

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/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/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/LambdaTestHostTests.cs#L53
Dereference of a possibly null reference.