Skip to content

Quote marks in title will break code  #3

@pekspro

Description

@pekspro

If I use this:

public enum PaymentMethodIgnore
{
    [Description("Credit\"card")]
    Credit,

    [Description("Debit card")]
    Debit,

    Cash
}

The generated code will not compile. Consider use SymbolDisplay.FormatLiteral to properly escape strings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions