Skip to content

Merge pull request #1610 from solliancenet/jrc-publish-nuget-0-8-1 #150

Merge pull request #1610 from solliancenet/jrc-publish-nuget-0-8-1

Merge pull request #1610 from solliancenet/jrc-publish-nuget-0-8-1 #150

Triggered via push August 23, 2024 17:19
Status Success
Total duration 46s
Artifacts
build-and-publish
36s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
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#L111
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/Services/Storage/BlobStorageService.cs#L223
Dereference of a possibly null reference.
build-and-publish: src/dotnet/Common/Services/ResourceProviders/ResourceProviderResourceReferenceStore`1.cs#L148
Nullability of reference types in value of type 'IEnumerable<T?>' doesn't match target type 'IEnumerable<T>'.
build-and-publish: src/dotnet/Common/Services/API/HttpClientFactoryService.cs#L138
Possible null reference argument for parameter 'name' in 'void HttpHeaders.Add(string name, string? value)'.
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/Services/API/DownstreamAPIService.cs#L42
Possible null reference assignment.