Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KirillOsenkov/RoslynQuoter
Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
https://github.com/KirillOsenkov/RoslynQuoter
Last synced: 1 day ago
JSON representation
Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
- Host: GitHub
- URL: https://github.com/KirillOsenkov/RoslynQuoter
- Owner: KirillOsenkov
- License: apache-2.0
- Created: 2014-12-21T05:44:30.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T23:15:13.000Z (11 days ago)
- Last Synced: 2024-11-04T13:41:36.934Z (3 days ago)
- Language: C#
- Homepage: http://roslynquoter.azurewebsites.net
- Size: 716 KB
- Stars: 936
- Watchers: 29
- Forks: 119
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-analyzers - Roslyn Quoter
- awesome-roslyn - RoslynQuoter - Online tool that for a given C# program generates syntax tree API calls that construct syntax tree of that program. (Open Source Projects)
README
RoslynQuoter
============[![NuGet package](https://img.shields.io/nuget/v/RoslynQuoter.svg)](https://nuget.org/packages/RoslynQuoter)
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.