Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
Перейти к файлу
Kirill Osenkov 30f7d31d98
Merge pull request #83 from KirillOsenkov/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2024-09-03 17:26:08 -07:00
.github Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows 2024-09-03 21:43:03 +00:00
src Fix #82 2023-09-15 13:46:20 -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.