Skip to content

Improve the use of OpenTelemetry spans #2751

Improve the use of OpenTelemetry spans

Improve the use of OpenTelemetry spans #2751

Triggered via pull request December 24, 2024 13:58
Status Success
Total duration 57s
Artifacts

dotnet-ci.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

55 warnings
build (CoreWorker)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (CoreWorker): src/dotnet/Common/Services/Storage/DataLakeStorageService.cs#L27
'DataLakeStorageService.StorageAccountName' hides inherited member 'StorageServiceBase.StorageAccountName'. Use the new keyword if hiding was intended.
build (CoreWorker): src/dotnet/Common/Services/DependencyInjection.cs#L153
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (CoreWorker): src/dotnet/Common/Utils/Base58.cs#L79
Possible null reference return.
build (CoreWorker): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build (CoreWorker): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.
build (CoreWorker): src/dotnet/Common/Models/ResourceProviders/Agent/KnowledgeManagementAgent.cs#L25
Non-nullable property 'Vectorization' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Models/Orchestration/Response/CompletionResponseBase.cs#L14
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Models/Orchestration/Response/CompletionResponseBase.cs#L44
Non-nullable property 'UserPrompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Models/Orchestration/LongRunningOperationLogEntry.cs#L63
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Models/Orchestration/Direct/AzureOpenAICompletionResponse.cs#L14
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (GatekeeperAPI)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (GatekeeperAPI): src/dotnet/Common/Services/Storage/DataLakeStorageService.cs#L27
'DataLakeStorageService.StorageAccountName' hides inherited member 'StorageServiceBase.StorageAccountName'. Use the new keyword if hiding was intended.
build (GatekeeperAPI): src/dotnet/Common/Services/DependencyInjection.cs#L153
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (GatekeeperAPI): src/dotnet/Common/Utils/Base58.cs#L79
Possible null reference return.
build (GatekeeperAPI): src/dotnet/Common/Models/ResourceProviders/Agent/KnowledgeManagementAgent.cs#L25
Non-nullable property 'Vectorization' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/Orchestration/Response/CompletionResponseBase.cs#L14
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/Orchestration/Response/CompletionResponseBase.cs#L44
Non-nullable property 'UserPrompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/Orchestration/LongRunningOperationLogEntry.cs#L63
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/Orchestration/Direct/AzureOpenAICompletionResponse.cs#L14
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/ResourceProviders/Conversation/Conversation.cs#L14
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/Conversation/Message.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (SemanticKernelAPI)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (SemanticKernelAPI): src/dotnet/Common/Services/Storage/DataLakeStorageService.cs#L27
'DataLakeStorageService.StorageAccountName' hides inherited member 'StorageServiceBase.StorageAccountName'. Use the new keyword if hiding was intended.
build (SemanticKernelAPI): src/dotnet/Common/Services/DependencyInjection.cs#L153
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (SemanticKernelAPI): src/dotnet/Common/Utils/Base58.cs#L79
Possible null reference return.
build (SemanticKernelAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build (SemanticKernelAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.
build (SemanticKernelAPI): 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 (SemanticKernelAPI): src/dotnet/Common/Services/API/DownstreamAPIService.cs#L89
Possible null reference argument for parameter 'userIdentity' in 'Task<HttpClient> IHttpClientFactoryService.CreateClient(string clientName, UnifiedUserIdentity userIdentity)'.
build (SemanticKernelAPI): src/dotnet/Common/Services/API/DownstreamAPIService.cs#L128
Possible null reference argument for parameter 'userIdentity' in 'Task<HttpClient> IHttpClientFactoryService.CreateClient(string clientName, UnifiedUserIdentity userIdentity)'.
build (SemanticKernelAPI): src/dotnet/Common/Services/API/HttpClientFactoryService.cs#L136
Possible null reference argument for parameter 'name' in 'void HttpHeaders.Add(string name, string? value)'.
build (CoreAPI)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (CoreAPI): src/dotnet/Common/Services/Storage/DataLakeStorageService.cs#L27
'DataLakeStorageService.StorageAccountName' hides inherited member 'StorageServiceBase.StorageAccountName'. Use the new keyword if hiding was intended.
build (CoreAPI): src/dotnet/Common/Services/DependencyInjection.cs#L153
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (CoreAPI): src/dotnet/Common/Utils/Base58.cs#L79
Possible null reference return.
build (CoreAPI): src/dotnet/Common/Models/ResourceProviders/Agent/KnowledgeManagementAgent.cs#L25
Non-nullable property 'Vectorization' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/Orchestration/Response/CompletionResponseBase.cs#L14
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/Orchestration/Response/CompletionResponseBase.cs#L44
Non-nullable property 'UserPrompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/ResourceProviders/Conversation/Conversation.cs#L14
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/Conversation/Message.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/Conversation/Message.cs#L25
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/Conversation/Message.cs#L44
Non-nullable property 'Sender' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (OrchestrationAPI)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (OrchestrationAPI): src/dotnet/Common/Services/Storage/DataLakeStorageService.cs#L27
'DataLakeStorageService.StorageAccountName' hides inherited member 'StorageServiceBase.StorageAccountName'. Use the new keyword if hiding was intended.
build (OrchestrationAPI): src/dotnet/Common/Services/DependencyInjection.cs#L153
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (OrchestrationAPI): src/dotnet/Common/Utils/Base58.cs#L79
Possible null reference return.
build (OrchestrationAPI): src/dotnet/Common/Models/ResourceProviders/Agent/KnowledgeManagementAgent.cs#L25
Non-nullable property 'Vectorization' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/Response/CompletionResponseBase.cs#L14
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/Response/CompletionResponseBase.cs#L44
Non-nullable property 'UserPrompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/LongRunningOperationLogEntry.cs#L63
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/Direct/AzureOpenAICompletionResponse.cs#L14
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build (OrchestrationAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.