Skip to content

Add 'await', 'async', 'dynamic' to CSharp #2413

@olego

Description

@olego

Description of the Issue

These 3 keywords are missing from C#: async, await, dynamic. Please add them to langs.xml

Steps to Reproduce the Issue

Open C# file, and write:

public async Task MyFunction()
{
dynamic var = await MyOtherFunction();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions