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
922 stars 118 forks source link

C# 7 support #16

Closed dudikeleti closed 7 years ago

dudikeleti commented 7 years ago

Can you add please support to C# 7?

KirillOsenkov commented 7 years ago

Done, can you please try: http://roslynquoter.azurewebsites.net

It was harder than I expected.

dudikeleti commented 7 years ago

I've checked it for out variables, tuples, and patterns, and its looks great! Thanks you!

It was harder than I expected.

It was faster than I expected ;)