KirillOsenkov / RoslynQuoter

Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
http://roslynquoter.azurewebsites.net
Apache License 2.0
918 stars 118 forks source link

Thank you #73

Open mattwhitfield opened 2 years ago

mattwhitfield commented 2 years ago

This is not a bug, just a thank you. Roslyn Quoter has been invaluable to me while writing https://github.com/mattwhitfield/unittestgenerator, so just wanted to say thanks. ❤

KirillOsenkov commented 2 years ago

Happy to hear! It means a lot to me.

MichaelHochriegl commented 1 year ago

I can only do the same and restate: a huge thank you for this awesome tool!

I couldn't write any SourceGen without the help of RoslynQuoter :heart:

dodexahedron commented 8 months ago

Piling on the thanks, as well.

Excellent work. Thank you for making this publicly available!

I plug this thing any time it comes up, now that I know about it.

I've been using it to help guide me as I investigate ways to improve code generation in https://github.com/gui-cs/TerminalGuiDesigner, and it has definitely saved me a bunch of time in that endeavor.