🔬 Proof of Concept of handling YML format (write/read/manipulating) using some C# libraries.
- https://yaml.org/spec/
- https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell
- https://www.luisllamas.es/en/yamldotnet/
- https://learnxinyminutes.com/docs/yaml
- https://medium.com/medialesson/handle-yaml-files-with-net-fe92ce94cf94
We have integrated the YamlDotNet
and SharpYaml
libraries for YAML parsing and serialization.
Refer to the example in Src/POCTemplate/Program.cs
for a basic demonstration.
Add results or findings related to the YamlDotNet library here.
Add results or findings related to the SharpYaml library here.