RestCode / WebApiProxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mschaad opened this issue · comments

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

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