This YAML library solved a hard problem in StyloBot; it's CORE that it's both super lightweight AND can load dynamic YAML config.
Although YamlDotNet *is* AoT compatible it's fairly slow and NOT fully compliant (for cross JSON / YAML they flip the init properties...)
I came across this new(er) YAML lib by @hadashia
VYaml solved that for me, 6x faster and *fully* AoT (source-gen etc) compatible.
https://github.com/hadashiA/VYaml/blob/master/README.md










