Replies: 1 comment
-
By debugging the CSharp-Parser I found the correct way to create the "_" IdentifierName. It is not simply
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to compile the following minified-snippet with the code produced by roslyn quoter:
It gives the following code - just with Compilation / usings extended:
Unfortunately it issues the error (see online):
What is wrong here?
With this code it emits no errors:
Beta Was this translation helpful? Give feedback.
All reactions