chore(summary): Create Summary api deployment pipeline #2470
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/Fusion.Resources.Functions.Common/Integration/Http/Handlers/FunctionHttpMessageHandler.cs#L90
Cannot convert null literal to non-nullable reference type.
|
src/backend/api/Fusion.Resources.Database/Authentication/AzureTokenAuthenticationManager.cs#L28
Possible null reference assignment.
|
src/Fusion.Resources.Functions.Common/Integration/Http/HttpClientFactoryBuilder.cs#L113
Cannot convert null literal to non-nullable reference type.
|
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/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/Integration/Http/HttpClientExtensions.cs#L16
Converting null literal or possible null value to non-nullable type.
|
src/Fusion.Resources.Functions.Common/Integration/Http/HttpClientExtensions.cs#L17
Possible null reference return.
|
src/Fusion.Resources.Functions.Common/Integration/Http/HttpClientExtensions.cs#L27
Possible null reference return.
|
This job succeeded
Loading