Just released a major 3.0 version of SharpYaml https://xoofx.github.io/SharpYaml/ 🎉
Back from maintenance mode, this new version brings significant improvements: Compatibility with System.Text.Json attributes, NativeAOT support built-in, more built-in serializable types supported, faster than ever and full documentation website! 🚀
I had a need for NativeAOT support for a new project, here it is!

SharpYaml
SharpYaml High-performance YAML for .NET: parser, emitter, and a System.Text.Json-style object serializer. Get started Serialization Low-level APIs GitHub dotnet add package SharpYaml Available on NuGet — net8.0, net10.0, netstandard2.0 Familiar API SharpYaml is intentionally shaped like System.Text.Json: YamlSerializer, YamlSerializerOptions, source-generated contexts, and a converter pipeline. Two layers Use the syntax/model layer for lossless parsing, spans, and tooling. Use YamlSerializer...