Daily End to End Testing #145
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/dotnet/Common/Constants/Configuration/AppConfigurationKeys.cs#L1145
XML comment has badly formed XML -- 'End tag was not expected at this location.'
|
src/dotnet/Common/Services/DependencyInjection.cs#L110
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
|
src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
|
src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.
|
src/dotnet/Common/Services/HttpClientFactoryService.cs#L34
Non-nullable field '_configurationResourceProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/dotnet/Common/Services/AzureAIService.cs#L48
Possible null reference argument for parameter 'containerName' in 'Task IStorageService.WriteFileAsync(string containerName, string filePath, Stream fileContent, string? contentType, CancellationToken cancellationToken)'.
|
src/dotnet/Common/Services/API/DownstreamAPIService.cs#L40
Possible null reference assignment.
|
src/dotnet/Common/Services/HttpClientFactoryService.cs#L51
Possible null reference argument for parameter 'userIdentity' in 'Task<APIEndpointConfiguration> ResourceProviderServiceExtensions.GetResource<APIEndpointConfiguration>(IResourceProviderService resourceProviderService, string objectId, UnifiedUserIdentity userIdentity)'.
|
src/dotnet/Common/Services/AzureAIService.cs#L83
Possible null reference return.
|
src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L116
Non-nullable property 'UserObjectId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading