Skip to content

chore: adapt boolean schema cherry-picks to v2 branch

8bdfa30
Select commit
Loading
Failed to load commit list.
Merged

fix/boolean schemas to v2 #2840

chore: adapt boolean schema cherry-picks to v2 branch
8bdfa30
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 27, 2026 in 6s

10 new alerts

New alerts in code changed by this pull request

  • 10 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 99 in src/Microsoft.OpenApi/Services/OpenApiWorkspace.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 110 in src/Microsoft.OpenApi/Services/OpenApiWorkspace.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 121 in src/Microsoft.OpenApi/Services/OpenApiWorkspace.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 132 in src/Microsoft.OpenApi/Services/OpenApiWorkspace.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 143 in src/Microsoft.OpenApi/Services/OpenApiWorkspace.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 154 in src/Microsoft.OpenApi/Services/OpenApiWorkspace.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 165 in src/Microsoft.OpenApi/Services/OpenApiWorkspace.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 176 in src/Microsoft.OpenApi/Services/OpenApiWorkspace.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 187 in src/Microsoft.OpenApi/Services/OpenApiWorkspace.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 198 in src/Microsoft.OpenApi/Services/OpenApiWorkspace.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(...)'.