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
18.88k stars 4.01k forks source link

Type generalization refactorings #15796

Open alrz opened 7 years ago

alrz commented 7 years ago

Particularly useful in writing cross-language analyzers. :)

Pilchie commented 7 years ago

Definitely care about these. I'm surprised we didn't have them on our backlog already.