Skip to content

Merge pull request #57 from BinkyLabs/chore/sync-main-to-feat-3-2

64fb4ab
Select commit
Loading
Failed to load commit list.
Merged

feat!: adds support for OpenAPI 3.2.0 #2529

Merge pull request #57 from BinkyLabs/chore/sync-main-to-feat-3-2
64fb4ab
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Nov 7, 2025 in 4s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found:

API upload

  • ❓  <default>

New alerts in code changed by this pull request

  • 3 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 202 in src/Microsoft.OpenApi/Reader/V2/OpenApiResponseDeserializer.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Where Note

This foreach loop
implicitly filters its target sequence
- consider filtering the sequence explicitly using '.Where(...)'.

Check notice on line 204 in src/Microsoft.OpenApi/Reader/V31/OpenApiSchemaDeserializer.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Select Note

This foreach loop immediately
maps its iteration variable to another variable
- consider mapping the sequence explicitly using '.Select(...)'.

Check notice on line 204 in src/Microsoft.OpenApi/Reader/V32/OpenApiSchemaDeserializer.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Select Note

This foreach loop immediately
maps its iteration variable to another variable
- consider mapping the sequence explicitly using '.Select(...)'.