Skip to content

FoundationaLLM.Conversation resource provider #2164

FoundationaLLM.Conversation resource provider

FoundationaLLM.Conversation resource provider #2164

Triggered via pull request September 20, 2024 13:15
Status Success
Total duration 1m 17s
Artifacts

dotnet-ci.yaml

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

Annotations

55 warnings
build (CoreWorker)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
build (CoreWorker): src/dotnet/Common/Services/ResourceProviders/ResourceProviderServiceBase.cs#L1139
XML comment has badly formed XML -- 'The character(s) '`' cannot be used at this location.'
build (CoreWorker): src/dotnet/Common/Models/Conversation/Message.cs#L117
Cannot convert null literal to non-nullable reference type.
build (CoreWorker): src/dotnet/Common/Services/DependencyInjection.cs#L118
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
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#L57
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 (SemanticKernelAPI)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
build (SemanticKernelAPI): src/dotnet/Common/Services/ResourceProviders/ResourceProviderServiceBase.cs#L1139
XML comment has badly formed XML -- 'The character(s) '`' cannot be used at this location.'
build (SemanticKernelAPI): src/dotnet/Common/Models/Conversation/Message.cs#L117
Cannot convert null literal to non-nullable reference type.
build (SemanticKernelAPI): src/dotnet/Common/Services/DependencyInjection.cs#L118
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
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/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 (SemanticKernelAPI): 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 (SemanticKernelAPI): 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 (SemanticKernelAPI): src/dotnet/Common/Services/Storage/BlobStorageService.cs#L223
Dereference of a possibly null reference.
build (SemanticKernelAPI): src/dotnet/Common/Models/Orchestration/LongRunningOperationLogEntry.cs#L57
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)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
build (GatekeeperAPI): src/dotnet/Common/Services/ResourceProviders/ResourceProviderServiceBase.cs#L1139
XML comment has badly formed XML -- 'The character(s) '`' cannot be used at this location.'
build (GatekeeperAPI): src/dotnet/Common/Models/Conversation/Message.cs#L117
Cannot convert null literal to non-nullable reference type.
build (GatekeeperAPI): src/dotnet/Common/Services/DependencyInjection.cs#L118
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (GatekeeperAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build (GatekeeperAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.
build (GatekeeperAPI): 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 (GatekeeperAPI): 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 (GatekeeperAPI): src/dotnet/Common/Services/API/HttpClientFactoryService.cs#L137
Possible null reference argument for parameter 'name' in 'void HttpHeaders.Add(string name, string? value)'.
build (GatekeeperAPI): src/dotnet/Common/Services/API/DownstreamAPIService.cs#L42
Possible null reference assignment.
build (OrchestrationAPI)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
build (OrchestrationAPI): src/dotnet/Common/Services/ResourceProviders/ResourceProviderServiceBase.cs#L1139
XML comment has badly formed XML -- 'The character(s) '`' cannot be used at this location.'
build (OrchestrationAPI): src/dotnet/Common/Models/Conversation/Message.cs#L117
Cannot convert null literal to non-nullable reference type.
build (OrchestrationAPI): src/dotnet/Common/Services/DependencyInjection.cs#L118
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
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#L57
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.
build (CoreAPI)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
build (CoreAPI): src/dotnet/Common/Services/ResourceProviders/ResourceProviderServiceBase.cs#L1139
XML comment has badly formed XML -- 'The character(s) '`' cannot be used at this location.'
build (CoreAPI): src/dotnet/Common/Models/Conversation/Message.cs#L117
Cannot convert null literal to non-nullable reference type.
build (CoreAPI): src/dotnet/Common/Services/DependencyInjection.cs#L118
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
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/Orchestration/LongRunningOperationLogEntry.cs#L57
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/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 (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L116
Non-nullable property 'UserObjectId' 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/AzureAIService/DataVersionResponse.cs#L119
Non-nullable property 'UserPuId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.