Skip to content

JsonSchema.NET Integration #282

JsonSchema.NET Integration

JsonSchema.NET Integration #282

Triggered via pull request July 25, 2023 09:45
Status Success
Total duration 6m 24s
Artifacts
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
check if SONAR_TOKEN is set in github secrets
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Build: test/Microsoft.OpenApi.Tests/Validations/OpenApiReferenceValidationTests.cs#L62
A local variable or function named 'errors' is already defined in this scope
Build: test/Microsoft.OpenApi.Tests/Validations/OpenApiReferenceValidationTests.cs#L62
The name 'rules' does not exist in the current context
Build: test/Microsoft.OpenApi.Tests/Validations/OpenApiReferenceValidationTests.cs#L87
A local variable or function named 'errors' is already defined in this scope
Build: test/Microsoft.OpenApi.Tests/Validations/OpenApiReferenceValidationTests.cs#L87
The name 'rules' does not exist in the current context
Build: test/Microsoft.OpenApi.Tests/Validations/OpenApiReferenceValidationTests.cs#L131
A local variable or function named 'errors' is already defined in this scope
Build: test/Microsoft.OpenApi.Tests/Validations/OpenApiReferenceValidationTests.cs#L131
The name 'rules' does not exist in the current context
Build: test/Microsoft.OpenApi.Tests/Validations/OpenApiReferenceValidationTests.cs#L62
A local variable or function named 'errors' is already defined in this scope
Build: test/Microsoft.OpenApi.Tests/Validations/OpenApiReferenceValidationTests.cs#L62
The name 'rules' does not exist in the current context
Build: test/Microsoft.OpenApi.Tests/Validations/OpenApiReferenceValidationTests.cs#L87
A local variable or function named 'errors' is already defined in this scope
Build: test/Microsoft.OpenApi.Tests/Validations/OpenApiReferenceValidationTests.cs#L87
The name 'rules' does not exist in the current context
Build: src/Microsoft.OpenApi/Validations/ValidationRuleSet.cs#L8
The using directive for 'System.Linq' appeared previously in this namespace
Build: src/Microsoft.OpenApi/Validations/ValidationRuleSet.cs#L9
The using directive for 'System.Reflection' appeared previously in this namespace
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/Any/JsonSchemaWrapper.cs#L9
Missing XML comment for publicly visible type or member 'JsonSchemaWrapper'
Build: src/Microsoft.OpenApi/Any/JsonSchemaWrapper.cs#L57
Missing XML comment for publicly visible type or member 'JsonSchemaWrapper.SerializeAsV31WithoutReference(IOpenApiWriter)'
Build: src/Microsoft.OpenApi/Any/JsonSchemaWrapper.cs#L62
Missing XML comment for publicly visible type or member 'JsonSchemaWrapper.SerializeAsV3WithoutReference(IOpenApiWriter)'
Build: src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L601
Missing XML comment for publicly visible type or member 'OpenApiDocument.FindSubschema(JsonPointer, EvaluationOptions)'
Build: src/Microsoft.OpenApi/Writers/OpenApiWriterExtensions.cs#L156
Missing XML comment for publicly visible type or member 'OpenApiWriterExtensions.WriteOptionalObject(IOpenApiWriter, string, JsonSchema, Action<IOpenApiWriter, JsonSchema>)'