KirillOsenkov / RoslynQuoter

Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
http://roslynquoter.azurewebsites.net
Apache License 2.0
918 stars 118 forks source link

Nuget package please #51

Closed HamedFathi closed 5 years ago

HamedFathi commented 5 years ago

May I ask you to make it available on Nuget?

KirillOsenkov commented 5 years ago

Here you go: https://www.nuget.org/packages/RoslynQuoter

Enjoy!