Skip to content

perf: reduce allocations translating paths

7a6be84
Select commit
Loading
Failed to load commit list.
Draft

feat/path conversions #2827

perf: reduce allocations translating paths
7a6be84
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Apr 16, 2026 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

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 68 in src/Microsoft.OpenApi/Services/OpenApiPathHelper.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(...)'.