Riok.Mapperly by Mapperly Contributors, Lars Tönz, Manuel Allenspach

<PackageReference Include="Riok.Mapperly" Version="4.0.0-next.4" />

 EnumNamingStrategy

public enum EnumNamingStrategy
Defines the strategy to use when mapping an enum from/to string.

Matches enum values using camelCase.

Matches enum values using Description or MemberName if the attribute is not present on the enum member.

Matches enum values using kebab-case.

Matches enum values using their name.

Matches enum values using PascalCase.

Matches enum values using Value or MemberName if the attribute is not present on the enum member.

Matches enum values using snake_case.

Matches enum values using UPPER-KEBAB-CASE.

Matches enum values using UPPER_SNAKE_CASE.