Skip to content

Single-quote OData strings within parentheses syntax. Resolves #1152.…

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

Single-quote OData strings within parentheses syntax #1153

Single-quote OData strings within parentheses syntax. Resolves #1152.…
8ef8557
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 14, 2025 in 4s

No new alerts in code changed by this pull request

Annotations

Check notice on line 545 in src/AspNetCore/OData/src/Asp.Versioning.OData.ApiExplorer/ApiExplorer/ODataApiDescriptionProvider.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(...)'.