Skip to content

Merge pull request #1724 from solliancenet/sc-fix-analysis-code-block… #217

Merge pull request #1724 from solliancenet/sc-fix-analysis-code-block…

Merge pull request #1724 from solliancenet/sc-fix-analysis-code-block… #217

Triggered via push September 12, 2024 01:19
Status Failure
Total duration 51s
Artifacts
build-and-publish
40s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

1 error and 22 warnings
build-and-publish
Process completed with exit code 1.
build-and-publish
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-and-publish: src/dotnet/ManagementClient/Clients/Resources/VectorizationManagementClient.cs#L159
XML comment is not placed on a valid language element
build-and-publish: src/dotnet/ManagementClient/Clients/Resources/VectorizationManagementClient.cs#L189
XML comment is not placed on a valid language element
build-and-publish: src/dotnet/ManagementClient/Interfaces/IConfigurationManagementClient.cs#L44
XML comment has cref attribute 'appConfiguration' that could not be resolved
build-and-publish: src/dotnet/ManagementClient/Interfaces/IConfigurationManagementClient.cs#L45
XML comment has cref attribute 'appConfiguration' that could not be resolved
build-and-publish: src/dotnet/ManagementClient/ManagementClient.cs#L37
XML comment has cref attribute 'CoreClient' that could not be resolved
build-and-publish: src/dotnet/ManagementClient/Clients/Resources/VectorizationManagementClient.cs#L159
XML comment is not placed on a valid language element
build-and-publish: src/dotnet/ManagementClient/Clients/Resources/VectorizationManagementClient.cs#L189
XML comment is not placed on a valid language element
build-and-publish: src/dotnet/ManagementClient/Interfaces/IConfigurationManagementClient.cs#L44
XML comment has cref attribute 'appConfiguration' that could not be resolved
build-and-publish: src/dotnet/ManagementClient/Interfaces/IConfigurationManagementClient.cs#L45
XML comment has cref attribute 'appConfiguration' that could not be resolved
build-and-publish: src/dotnet/ManagementClient/ManagementClient.cs#L37
XML comment has cref attribute 'CoreClient' that could not be resolved
build-and-publish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-publish: src/dotnet/Common/Models/Chat/Message.cs#L117
Cannot convert null literal to non-nullable reference type.
build-and-publish: src/dotnet/Common/Services/DependencyInjection.cs#L112
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build-and-publish: src/dotnet/Common/Services/API/DownstreamAPIService.cs#L42
Possible null reference assignment.
build-and-publish: 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-and-publish: 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-and-publish: 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-and-publish: 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-and-publish: src/dotnet/Common/Services/API/DownstreamAPIService.cs#L166
Possible null reference argument for parameter 'userIdentity' in 'Task<HttpClient> IHttpClientFactoryService.CreateClient(string clientName, UnifiedUserIdentity userIdentity)'.
build-and-publish: src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build-and-publish: src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.