Skip to the content.

PoC .NET - Handling YAML

wakatime Maintainability Test Coverage CodeFactor GitHub license GitHub last commit Build Linting

🔬 Proof of Concept of handling YML format (write/read/manipulating) using some C# libraries.



YAML Handling

We have integrated the YamlDotNet and SharpYaml libraries for YAML parsing and serialization.

Example Usage

Refer to the example in Src/POCTemplate/Program.cs for a basic demonstration.

Libraries

Results

❓ YamlDotNet

Add results or findings related to the YamlDotNet library here.

❓ SharpYaml

Add results or findings related to the SharpYaml library here.