Skip to content

.NET 8

.NET 8 #777

Triggered via pull request November 18, 2023 23:26
@damianhdamianh
synchronize #1162
dotnet8
Status Failure
Total duration 2m 40s
Artifacts

lambda-ci.yml

on: pull_request
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.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/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/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/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.