An yaml serilizer that utilizes YamlDotNet
$ dotnet add package OSK.Serialization.Yaml.YamlDotNetThis library provides an implementation for an IYamlSerializer using YamlDotNet as the backing mechanism. This serializer can be accessed via dependency injection or by creating a new YamlDotNetSerializer. Dependency injection can be added using the AddYamlDotNetSerialization service collection extension.
Please see the YamlDotNet project for more information on that package https://github.com/aaubry/YamlDotNet.
Any and all contributions are appreciated! Please be sure to follow the branch naming convention OSK-{issue number}-{deliminated}-{branch}-{name} as current workflows rely on it for automatic issue closure. Please submit issues for discussion and tracking using the github issue tracker.