aaubry / YamlDotNet

YamlDotNet is a .NET library for YAML
MIT License
2.54k stars 477 forks source link

Add missing methods to (de)serializer interfaces and implementations #831

Closed FyiurAmron closed 1 year ago

FyiurAmron commented 1 year ago

Add missing methods to (de)serializer interfaces and implementations - also reorder the methods to make a sorted sequence.

Closes #828

EdwardCooke commented 1 year ago

Another issue here is that your branch shouldn't be on master, please create your own, otherwise the build will fail.

FyiurAmron commented 1 year ago

@EdwardCooke opened MR from a non-master branch , https://github.com/aaubry/YamlDotNet/pull/832