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

Add support for generating a LINQPad file #42

Closed andymac4182 closed 6 years ago

andymac4182 commented 6 years ago

LINQPad is a great resource for giving a script a test locally. This adds the minimal header to the file required to use LINQPad meaning you can start to experiment with the code easily and see the output.

KirillOsenkov commented 6 years ago

Deployed the changes. Thanks for the contribution!