Skip to content
Triggered via push June 24, 2024 09:19
Status Success
Total duration 1m 3s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build
Non-nullable property 'ApiBaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Possible null reference assignment.
build
Possible null reference assignment.
build
Non-nullable field '_storageConfiguration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build
Non-nullable field '_lambdaContext' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build
Possible null reference assignment.
build
Possible null reference assignment.
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: modules/function/src/Configuration/EndUserConfiguration.cs#L5
Non-nullable property 'ApiBaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: modules/function/src/Configuration/EndUserConfiguration.cs#L6
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: modules/function/src/Configuration/EndUserConfiguration.cs#L7
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: modules/function/src/CapabilityReportEventFunction.cs#L34
Possible null reference assignment.
build: modules/function/src/CapabilityReportEventFunction.cs#L35
Possible null reference assignment.
build: modules/function/src/CapabilityReportEventFunction.cs#L30
Non-nullable field '_storageConfiguration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: modules/function/src/SQSEventFunction.cs#L29
Possible null reference assignment.
build: modules/function/src/SQSEventFunction.cs#L30
Possible null reference assignment.
build: modules/function/src/SQSEventFunction.cs#L25
Non-nullable field '_storageConfiguration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: modules/function/src/CapabilityReportEventFunction.cs#L30
Non-nullable field '_lambdaContext' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.