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

Consider using jaredpar/basic-reference-assemblies for the ready-to-run option #69

Open 333fred opened 3 years ago

333fred commented 3 years ago

Jared has an API for getting the reference assemblies for any particular .NET version simple, and it's designed to make roslyn compilation easier. Consider using that as part of the code in the ready-to-run samples, instead of trying to construct them manually from the currently-loaded assemblies: https://github.com/jaredpar/basic-reference-assemblies.