Skip to content

Fix source generator type ambiguity and generic type test discovery#182

Merged
jas88 merged 2 commits into
mainfrom
fix/dependabot-ci-failures
Apr 9, 2026
Merged

Fix source generator type ambiguity and generic type test discovery#182
jas88 merged 2 commits into
mainfrom
fix/dependabot-ci-failures

Fix lookup key normalization and avoid repeated group enumeration

3c34d89
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 8, 2026 in 6s

1 new alert

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 207 in Rdmp.Core.Generators/TypeRegistryGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Select Note

This foreach loop immediately
maps its iteration variable to another variable
- consider mapping the sequence explicitly using '.Select(...)'.