Daily End to End Testing #142
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/Constants/Configuration/AppConfigurationKeys.cs#L1145
XML comment has badly formed XML -- 'End tag was not expected at this location.'
|
src/dotnet/Common/Services/DependencyInjection.cs#L110
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
|
src/dotnet/Common/Models/AzureAIService/BatchDataInput.cs#L14
Non-nullable property 'DataUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/dotnet/Common/Models/AzureAIService/DatasetVersionRequest.cs#L14
Non-nullable property 'DataContainerName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/dotnet/Common/Models/AzureAIService/DatasetVersionRequest.cs#L20
Non-nullable property 'DataType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/dotnet/Common/Models/AzureAIService/DatasetVersionRequest.cs#L26
Non-nullable property 'DataUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L8
Non-nullable property 'DataVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L11
Non-nullable property 'EntityMetadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L14
Non-nullable property 'LegacyDatasetId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L20
Non-nullable property 'LegacyDatasetType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading