First set of tests for the BFF using aspnet Aspire #18
Annotations
1 error and 12 warnings
Run ./build.sh
Process completed with exit code 1.
|
Run actions/[email protected]
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions/[email protected]
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run ./build.sh:
bff/samples/IdentityServer/Config.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run ./build.sh:
bff/samples/Bff/Program.cs#L55
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run ./build.sh:
bff/samples/Bff/Extensions.cs#L63
Dereference of a possibly null reference.
|
Run ./build.sh:
bff/samples/Hosts.Tests/TestInfra/BffClient.cs#L32
Dereference of a possibly null reference.
|
Run ./build.sh:
bff/samples/Hosts.Tests/TestInfra/BffClient.cs#L44
Dereference of a possibly null reference.
|
Run ./build.sh:
bff/samples/Hosts.Tests/TestInfra/BffClient.cs#L44
Dereference of a possibly null reference.
|
Run ./build.sh:
bff/samples/Hosts.Tests/TestInfra/BffClient.cs#L44
Dereference of a possibly null reference.
|
Run ./build.sh:
bff/samples/IdentityServer/Config.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run ./build.sh:
bff/samples/Bff/Program.cs#L55
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run ./build.sh:
bff/samples/Bff/Extensions.cs#L63
Dereference of a possibly null reference.
|
Loading