Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Merge pull request #46 from BinkyLabs/docs/upgrade-guide

e29b387
Select commit
Loading
Failed to load commit list.
Closed

DO NOT MERGE - review PR before submission upstream #44

Merge pull request #46 from BinkyLabs/docs/upgrade-guide
e29b387
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 6, 2025 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 2 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 warning on line 176 in src/Microsoft.OpenApi/Models/OpenApiPathItem.cs

See this annotation in the file changed.

@github-advanced-security github-advanced-security / CodeQL

Constant condition

Pattern always matches.

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

See this annotation in the file changed.

@github-advanced-security github-advanced-security / CodeQL

Missed opportunity to use Where

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

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

See this annotation in the file changed.

@github-advanced-security github-advanced-security / CodeQL

Missed opportunity to use Where

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