Files
sql-utilities/src
Thom Lambandbermudalamb 3ba7a7e9f3
SonarQube Analysis / sonarqube (pull_request) Successful in 3m28s
refactor(linq): extract GetEmptyQueryable<T> helper for empty-return paths
DRYs the four `Enumerable.Empty<T>().AsQueryable()` returns added in
`2c23ba4` (S1168 fix) into a single `public static IQueryable<T>
GetEmptyQueryable<T>()` helper on `LinqQueryBreakdown`. No behavior
change — all 1180 tests stay green.

Co-Authored-By: Thom Lamb <thomlamb@gmail.com>
2026-05-27 14:33:48 -05:00
..