Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
Перейти к файлу
Jérôme Laban 6868110111
Merge pull request #2 from nventive/dev/jela/update
Update to Uno, Mono latest
2019-04-30 14:14:41 -04:00
src Remove duplicate version text block 2019-04-30 14:07:12 -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 add build number 2018-07-11 09:34:14 -04:00
LICENSE Initial commit 2014-12-20 21:44:30 -08:00
Quoter.sln Add CI configuration 2018-07-11 08:47:03 -04:00
README.md Update readme, top fork me 2018-07-10 13:36:07 -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

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

Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree. Try it out live at: http://roslynquoter.azurewebsites.net.