chore: Add summary report queue to arm templates #2506
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
src/backend/api/Fusion.Resources.Database/Authentication/AzureTokenAuthenticationManager.cs#L28
Possible null reference assignment.
|
src/backend/api/Fusion.Resources.Database/Authentication/AzureTokenAuthenticationManager.cs#L23
Non-nullable field 'connectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/Fusion.Resources.Functions.Common/Integration/Http/Handlers/FunctionHttpMessageHandler.cs#L90
Cannot convert null literal to non-nullable reference type.
|
src/Fusion.Resources.Functions.Common/Integration/Http/HttpClientFactoryBuilder.cs#L113
Cannot convert null literal to non-nullable reference type.
|
src/Fusion.Resources.Functions.Common/Integration/ServiceDiscovery/ServiceEndpoint.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Fusion.Resources.Functions.Common/Integration/Http/UrlUtility.cs#L22
Possible null reference return.
|
src/Fusion.Resources.Functions.Common/Integration/Http/HttpClientsOptions.cs#L8
Non-nullable property 'Fusion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Fusion.Resources.Functions.Common/Configuration/IServiceCollectionExtensions.cs#L36
Possible null reference assignment.
|
src/Fusion.Resources.Functions.Common/ApiClients/ApiModels/Notifications.cs#L10
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Fusion.Resources.Functions.Common/ApiClients/ApiModels/Notifications.cs#L12
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading