Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes cloning of JsonNode objects #1616

Merged
merged 2 commits into from
Apr 5, 2024

Nit fixes

f884968
Select commit
Loading
Failed to load commit list.
Merged

Fixes cloning of JsonNode objects #1616

Nit fixes
f884968
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 5, 2024 in 5s

7 new alerts

New alerts in code changed by this pull request

  • 7 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 71 in src/Microsoft.OpenApi/Models/OpenApiExample.cs

See this annotation in the file changed.

Code scanning / CodeQL

Virtual call in constructor or destructor Warning

Avoid virtual calls in a constructor or destructor.

Check warning on line 74 in src/Microsoft.OpenApi/Models/OpenApiExample.cs

See this annotation in the file changed.

Code scanning / CodeQL

Virtual call in constructor or destructor Warning

Avoid virtual calls in a constructor or destructor.

Check warning on line 117 in src/Microsoft.OpenApi/Models/OpenApiHeader.cs

See this annotation in the file changed.

Code scanning / CodeQL

Virtual call in constructor or destructor Warning

Avoid virtual calls in a constructor or destructor.

Check warning on line 118 in src/Microsoft.OpenApi/Models/OpenApiHeader.cs

See this annotation in the file changed.

Code scanning / CodeQL

Virtual call in constructor or destructor Warning

Avoid virtual calls in a constructor or destructor.

Check warning on line 65 in src/Microsoft.OpenApi/Models/OpenApiMediaType.cs

See this annotation in the file changed.

Code scanning / CodeQL

Virtual call in constructor or destructor Warning

Avoid virtual calls in a constructor or destructor.

Check warning on line 171 in src/Microsoft.OpenApi/Models/OpenApiParameter.cs

See this annotation in the file changed.

Code scanning / CodeQL

Virtual call in constructor or destructor Warning

Avoid virtual calls in a constructor or destructor.

Check warning on line 173 in src/Microsoft.OpenApi/Models/OpenApiParameter.cs

See this annotation in the file changed.

Code scanning / CodeQL

Virtual call in constructor or destructor Warning

Avoid virtual calls in a constructor or destructor.