Management portal accessibility #1800
Annotations
11 warnings
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/
|
src/dotnet/Common/Services/DependencyInjection.cs#L110
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L122
Non-nullable property 'UserIdp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading