Skip to content

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

Open
@mschaad

Description

@mschaad

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions