Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C# generator: method parameters whose names conflict with C# keywords are not spelled verbatim #95

Open
mschaad opened this issue Apr 26, 2016 · 1 comment

Comments

@mschaad
Copy link

mschaad commented Apr 26, 2016

The C# code generator, both when declaring and when referring to method parameters, should spell the identifiers' verbatim, but it does not.

e.g. a method parameter named "event" should be spelled "@event" so that the emitted code is compilable.

image

@Korporal
Copy link

@mschaad - Did the repo owner ever do anything about this isssue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants