Gatekeeper Integration API : Pin numpy package to version 1.26.4 #1463
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/dotnet/Common/Services/DependencyInjection.cs#L109
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/AzureAIService.cs#L51
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/AzureAIService.cs#L86
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.
|
src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L119
Non-nullable property 'UserPuId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L122
Non-nullable property 'UserIdp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L125
Non-nullable property 'UserAltSecId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L128
Non-nullable property 'UserIss' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading