aaubry / YamlDotNet

YamlDotNet is a .NET library for YAML
MIT License
2.48k stars 466 forks source link

Ec net80 enumsasnumbers #897

Closed EdwardCooke closed 5 months ago

EdwardCooke commented 5 months ago

Enables #773

Adds naming conventions for convert enums to/from scalars Adds .NET8 binaries Adds support for custom formatting of enums, easy to expose enums as integers or whatever else. Quotes necessary enum strings (Null for example)

Breaking: For those that get impacted pass in NullNamingConvention.Instance to the EnumNamingConvetion arguments on the constructor Breaking: Removed many of the redundant constructors for the classes, pass in the old default values to the new constructors

aaubry commented 5 months ago

This feature has been released in version 15.1.0.