dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
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

CyrusNajmabadi commented 3 days ago

Followup to https://github.com/dotnet/roslyn/pull/75368. Adds an analyzer/fixer to move to the new simpler form.

CyrusNajmabadi commented 2 days ago

@ToddGrun ptal.