Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
Перейти к файлу
Jérôme Laban 964d652192
Merge pull request #6 from unoplatform/dev/jela/ready-to-run
feat: Add ready to run
2024-10-26 15:37:57 -04:00
.github Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows 2024-09-03 21:43:03 +00:00
src feat: Add ready to run 2024-10-26 15:32:03 -04:00
.gitattributes Add .gitattributes. 2016-02-23 17:12:37 -08:00
.gitignore Update Roslyn to 2.10.0. 2019-04-30 13:51:53 -04:00
.vsts-ci.yml chore: Adjust publish 2024-10-25 22:29:46 -04:00
Directory.Packages.props chore: Update to net9 2024-10-25 21:57:30 -04:00
LICENSE Initial commit 2014-12-20 21:44:30 -08:00
Quoter.sln chore: Update to net9 2024-10-25 21:57:30 -04:00
README.md merge from kirill/master 2020-05-26 08:04:48 -04: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
gitversion.yml feat: Enable PGAOT 2020-05-26 07:40:22 -04:00
global.json chore: Update to latest uno 2024-10-26 14:14:23 -04:00

README.md

Uno Platform port of RoslynQuoter

This port makes the RoslynQuoter app run on UWP and WebAssembly, using the Uno Platform.

Try the WebAssembly build live at http://roslynquoter-wasm.platform.uno

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.