Skip to content

Add Standard Hub Network deployment #1733

Add Standard Hub Network deployment

Add Standard Hub Network deployment #1733

Triggered via pull request July 26, 2024 21:29
Status Success
Total duration 1m 10s
Artifacts

dotnet-ci.yaml

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

Annotations

55 warnings
build (GatekeeperAPI)
The following actions uses Node.js version which is deprecated 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/Constants/Configuration/AppConfigurationKeys.cs#L1145
XML comment has badly formed XML -- 'End tag was not expected at this location.'
build (GatekeeperAPI): src/dotnet/Common/Services/DependencyInjection.cs#L110
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
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 declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/Orchestration/LongRunningOperationLogEntry.cs#L57
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/Orchestration/Direct/AzureOpenAICompletionResponse.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L14
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L20
Non-nullable property 'Completion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L32
Non-nullable property 'UserPrompt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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 (SemanticKernelAPI)
The following actions uses Node.js version which is deprecated 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/Constants/Configuration/AppConfigurationKeys.cs#L1145
XML comment has badly formed XML -- 'End tag was not expected at this location.'
build (SemanticKernelAPI): src/dotnet/Common/Services/DependencyInjection.cs#L110
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
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 declaring the property as nullable.
build (SemanticKernelAPI): src/dotnet/Common/Models/Orchestration/LongRunningOperationLogEntry.cs#L57
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (SemanticKernelAPI): src/dotnet/Common/Models/Orchestration/Direct/AzureOpenAICompletionResponse.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (SemanticKernelAPI): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L14
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (SemanticKernelAPI): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L20
Non-nullable property 'Completion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (SemanticKernelAPI): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L32
Non-nullable property 'UserPrompt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (SemanticKernelAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L116
Non-nullable property 'UserObjectId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (SemanticKernelAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L119
Non-nullable property 'UserPuId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreAPI)
The following actions uses Node.js version which is deprecated 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/Constants/Configuration/AppConfigurationKeys.cs#L1145
XML comment has badly formed XML -- 'End tag was not expected at this location.'
build (CoreAPI): src/dotnet/Common/Services/DependencyInjection.cs#L110
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (CoreAPI): src/dotnet/Common/Services/API/DownstreamAPIService.cs#L40
Possible null reference assignment.
build (CoreAPI): src/dotnet/Common/Services/HttpClientFactoryService.cs#L34
Non-nullable field '_configurationResourceProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (CoreAPI): src/dotnet/Common/Services/HttpClientFactoryService.cs#L51
Possible null reference argument for parameter 'userIdentity' in 'Task<APIEndpointConfiguration> ResourceProviderServiceExtensions.GetResource<APIEndpointConfiguration>(IResourceProviderService resourceProviderService, string objectId, UnifiedUserIdentity userIdentity)'.
build (CoreAPI): src/dotnet/Common/Services/AzureAIService.cs#L48
Possible null reference argument for parameter 'containerName' in 'Task IStorageService.WriteFileAsync(string containerName, string filePath, Stream fileContent, string? contentType, CancellationToken cancellationToken)'.
build (CoreAPI): src/dotnet/Common/Services/AzureAIService.cs#L83
Possible null reference return.
build (CoreAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build (CoreAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.
build (CoreAPI): src/dotnet/Common/Services/HttpClientFactoryService.cs#L117
Possible null reference argument for parameter 'name' in 'void HttpHeaders.Add(string name, string? value)'.
build (CoreWorker)
The following actions uses Node.js version which is deprecated 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/Constants/Configuration/AppConfigurationKeys.cs#L1145
XML comment has badly formed XML -- 'End tag was not expected at this location.'
build (CoreWorker): src/dotnet/Common/Services/DependencyInjection.cs#L110
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
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 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 declaring the property as nullable.
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/Orchestration/Direct/AzureOpenAICompletionResponse.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L14
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L20
Non-nullable property 'Completion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L32
Non-nullable property 'UserPrompt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (OrchestrationAPI)
The following actions uses Node.js version which is deprecated 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/Constants/Configuration/AppConfigurationKeys.cs#L1145
XML comment has badly formed XML -- 'End tag was not expected at this location.'
build (OrchestrationAPI): src/dotnet/Common/Services/DependencyInjection.cs#L110
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 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 declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/Direct/AzureOpenAICompletionResponse.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L14
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L20
Non-nullable property 'Completion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L32
Non-nullable property 'UserPrompt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L116
Non-nullable property 'UserObjectId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L119
Non-nullable property 'UserPuId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.