JsonSchema.NET Integration #573
sonarcloud.yml
on: pull_request
check if SONAR_TOKEN is set in github secrets
0s
Build
4m 34s
Annotations
10 warnings
Build:
src/Microsoft.OpenApi/Writers/OpenApiWriterSettings.cs#L34
'ReferenceInlineSetting' is obsolete: 'Use InlineLocalReference and InlineExternalReference settings instead'
|
Build:
src/Microsoft.OpenApi/Writers/OpenApiWriterSettings.cs#L34
'ReferenceInlineSetting' is obsolete: 'Use InlineLocalReference and InlineExternalReference settings instead'
|
Build:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L606
Missing XML comment for publicly visible type or member 'OpenApiDocument.FindSubschema(JsonPointer, EvaluationOptions)'
|
Build:
src/Microsoft.OpenApi/Services/OpenApiVisitorBase.cs#L247
Missing XML comment for publicly visible type or member 'OpenApiVisitorBase.Visit(IBaseDocument)'
|
Build:
src/Microsoft.OpenApi/Writers/OpenApiWriterExtensions.cs#L241
XML comment has a typeparam tag for 'T', but there is no type parameter by that name
|
Build:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L125
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L512
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/Microsoft.OpenApi/Models/OpenApiRequestBody.cs#L214
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
src/Microsoft.OpenApi/Models/OpenApiSecurityRequirement.cs#L126
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
|
Build:
src/Microsoft.OpenApi/Services/OpenApiReferenceResolver.cs#L409
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|