Agent workflow and tools options UI #2682
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build 🧱:
src/dotnet/Common/Services/DependencyInjection.cs#L154
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
|
Build 🧱:
src/dotnet/Common/Utils/Base58.cs#L79
Possible null reference return.
|
Build 🧱:
src/dotnet/Common/Clients/AuthorizationServiceClient.cs#L298
Dereference of a possibly null reference.
|
Build 🧱:
src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
|
Build 🧱:
src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.
|
Build 🧱:
src/dotnet/Common/Services/Azure/AzureAIService.cs#L47
Possible null reference argument for parameter 'containerName' in 'Task IStorageService.WriteFileAsync(string containerName, string filePath, Stream fileContent, string? contentType, CancellationToken cancellationToken)'.
|
Build 🧱:
src/dotnet/Common/Services/API/DownstreamAPIService.cs#L42
Possible null reference assignment.
|
Build 🧱:
src/dotnet/Common/Services/API/DownstreamAPIService.cs#L50
Possible null reference argument for parameter 'userIdentity' in 'Task<HttpClient> IHttpClientFactoryService.CreateClient(string clientName, UnifiedUserIdentity userIdentity)'.
|
Build 🧱:
src/dotnet/Common/Services/Azure/AzureAIService.cs#L66
Possible null reference argument for parameter 'userIdentity' in 'Task<HttpClient> IHttpClientFactoryService.CreateClient(string clientName, UnifiedUserIdentity userIdentity)'.
|
Build 🧱:
src/dotnet/Common/Services/Azure/AzureAIService.cs#L82
Possible null reference return.
|
Loading