Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
Перейти к файлу
Jérôme Laban 393d5413e6
Merge pull request #4 from unoplatform/dev/jela/update
Update to uno latest
2020-05-27 20:49:35 -04:00
src Update to uno latest 2020-05-27 20:36:45 -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 feat: Enable PGAOT 2020-05-26 07:40:22 -04:00
LICENSE Initial commit 2014-12-20 21:44:30 -08:00
Quoter.sln feat: Enable PGAOT 2020-05-26 07:40:22 -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

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.