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

Feat/rework to post request #58

Closed FrediKats closed 3 years ago

FrediKats commented 3 years ago

Fix #34 Current behaviour: image

KirillOsenkov commented 3 years ago

Thanks for your contribution.

Note that there were two problems with your pull request:

  1. The code didn't build (I had to fix a namespace). I fixed it here: https://github.com/KirillOsenkov/RoslynQuoter/commit/f3b595a683bda6323c13f407fdde275246fcf9b9
  2. The response from the server displayed "\r\n" instead of actual line breaks. I had to parse the response as Json: https://github.com/KirillOsenkov/RoslynQuoter/commit/4d31e8f0a2d19e07fbecc077962551e1b940bd7b