Replies: 1 comment 3 replies
-
That is correct. You using an identifier there, so it has to be escaped in order to not be interpretted as the keyword. If you want the actual |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Roslyn Ver: 3.8.0-5.final
I am make a code generation library. When dealing with the common convention WithTypeConstraint, IdentifierName will add @ to the structure. What should I do? Is there any alternative?
Below is my code:
Generated code:
Beta Was this translation helpful? Give feedback.
All reactions