Skip to content

feat(analyzers): ship QuerySpec.Analyzers package with QSPEC0001/2/3 diagnostics and code fixes#153

Merged
AbongileBoja merged 2 commits into
developfrom
feat/analyzers-package-151
Apr 27, 2026
Merged

feat(analyzers): ship QuerySpec.Analyzers package with QSPEC0001/2/3 diagnostics and code fixes#153
AbongileBoja merged 2 commits into
developfrom
feat/analyzers-package-151

chore(core): update QuerySpec.Analyzers package icon to branded logo

805f259
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 27, 2026 in 3s

4 new alerts

New alerts in code changed by this pull request

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 101 in src/QuerySpec.Analyzers/AdvancedFilterExpressionAnalyzer.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 117 in src/QuerySpec.Analyzers/CacheProviderInvocationAnalyzer.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 181 in src/QuerySpec.Analyzers/CacheProviderInvocationAnalyzer.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 108 in src/QuerySpec.Analyzers/GeoLocationMemberAccessAnalyzer.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(...)'.