Adds nullable to double schema conversions (#589)
#394
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
sonarcloud.yml
on: pull_request
check if SONAR_TOKEN is set in github secrets
0s
Build
7m 5s
Annotations
11 warnings
|
check if SONAR_TOKEN is set in github secrets
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Build:
src/Microsoft.OpenApi.OData.Reader/Generator/OpenApiSchemaGenerator.cs#L636
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
|
Build:
src/Microsoft.OpenApi.OData.Reader/Generator/OpenApiSchemaGenerator.cs#L762
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
|
Build:
src/Microsoft.OpenApi.OData.Reader/Common/Constants.cs#L18
Change the visibility of 'ApplicationJsonMediaType' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
|
Build:
src/Microsoft.OpenApi.OData.Reader/Common/Constants.cs#L23
Change the visibility of 'ApplicationXmlMediaType' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
|
Build:
src/Microsoft.OpenApi.OData.Reader/Common/Constants.cs#L28
Change the visibility of 'ApplicationOctetStreamMediaType' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
|
Build:
src/Microsoft.OpenApi.OData.Reader/Common/Constants.cs#L33
Change the visibility of 'StatusCodeClass2XX' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
|
Build:
src/Microsoft.OpenApi.OData.Reader/Common/Constants.cs#L38
Change the visibility of 'StatusCode200' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
|
Build:
src/Microsoft.OpenApi.OData.Reader/Common/Constants.cs#L43
Change the visibility of 'StatusCode201' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
|
Build:
src/Microsoft.OpenApi.OData.Reader/Common/Constants.cs#L48
Change the visibility of 'StatusCode204' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
|
Build:
src/Microsoft.OpenApi.OData.Reader/Common/Constants.cs#L63
Change the visibility of 'StatusCodeClass5XX' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|