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

fix/headers reference #2091

Merged
merged 6 commits into from
Jan 28, 2025

fix: adds missing null propagation operators for callback and header …

0cb4ccb
Select commit
Loading
Failed to load commit list.
Merged

fix/headers reference #2091

fix: adds missing null propagation operators for callback and header …
0cb4ccb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 24, 2025 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 107 in src/Microsoft.OpenApi/Extensions/OpenApiReferencableExtensions.cs

See this annotation in the file changed.

Code scanning / CodeQL

Useless type test Warning

There is no need to test whether an instance of
OpenApiLink
is also an instance of
IOpenApiReferenceable
- it always is.

Check warning on line 67 in src/Microsoft.OpenApi/Models/OpenApiResponse.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.