Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
Перейти к файлу
Kirill Osenkov 9159f479bb
Merge pull request #64 from bernd5/csfile
"ReadyToRun"- template added (similar to LinqPad-extension)
2021-04-13 20:04:25 -07:00
src Merge pull request #64 from bernd5/csfile 2021-04-13 20:04:25 -07:00
.gitattributes Add .gitattributes. 2016-02-23 17:12:37 -08:00
.gitignore Update Roslyn to 2.10.0. 2019-01-23 12:22:48 -08:00
LICENSE Initial commit 2014-12-20 21:44:30 -08:00
Quoter.sln Delete the old websites. 2018-03-08 12:00:37 -08:00
README.md Update README.md 2019-06-07 10:34:01 -07:00
SyntaxFactoryMethodsBaseline.txt Add a comment about excluded factory methods and a baseline of all factory methods as of the current Roslyn version. 2017-01-10 20:55:39 -08:00

README.md

RoslynQuoter

NuGet package

A Roslyn tool that for a given C# program shows the syntax factory API calls to construct its syntax tree.

Try it out live at: http://roslynquoter.azurewebsites.net.