Skip to content

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

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

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

Triggered via push September 12, 2024 01:19
Status Failure
Total duration 1m 3s
Artifacts
build-and-publish
56s
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/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.
build-and-publish: 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-and-publish: 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-and-publish: 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-and-publish: src/dotnet/Common/Services/Storage/BlobStorageService.cs#L223
Dereference of a possibly null reference.
build-and-publish: 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-and-publish: 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.