The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
19.09k
stars
4.04k
forks
source link
Add fixer to convert from bound generic types in nameof to unbound types. #75976
Closed
CyrusNajmabadi closed 1 day ago
Followup to https://github.com/dotnet/roslyn/pull/75368. Adds an analyzer/fixer to move to the new simpler form.