Skip to content

test(schema): rename deserialization test for clarity

a54c0fd
Select commit
Loading
Failed to load commit list.
Merged

fix: null reference exception for boolean component schemas #2839

test(schema): rename deserialization test for clarity
a54c0fd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Apr 27, 2026 in 3s

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

  • 11 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(...)'.

Check notice on line 209 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(...)'.