A Roslyn tool that for a given C# program shows the syntax factory API calls to construct its syntax tree.
Info
| Version: | 1.0.1 |
| Author(s): | Kirill Osenkov |
| Last Update: | Sunday, May 30, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/KirillOsenkov/RoslynQuoter |
| NuGet Url: | https://www.nuget.org/packages/RoslynQuoter |
Install
Install-Package RoslynQuoter
dotnet add package RoslynQuoter
paket add RoslynQuoter
RoslynQuoter Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CodeAnalysis.CSharp.Scripting(>= 3.0.0)
Tags