SharpYaml icon indicating copy to clipboard operation
SharpYaml copied to clipboard

SharpYaml is a .NET library for YAML compatible with CoreCLR

Results 34 SharpYaml issues
Sort by recently updated
recently updated
newest added

Yaml has support for [merging](http://yaml.org/type/merge.html) which allows for sort-of templating in YAML: ``` --- - &CENTER { x: 1, y: 2 } - &LEFT { x: 0, y: 2 }...

question

Right now, SharpYaml serializes tuples as plain structs: ```YAML Item1: 1 Item2: 2 Item3: 3 Item4: Hello, world! ``` While this is great and gets the job done, it is...

enhancement

Severity Code Description Project File Line Suppression State Error NU1102 Unable to find package SharpYaml with version (>= 2.1.0) - Found 2 version(s) in EdgeServices [ Nearest version: 1.6.6 ]...

### What's my problem? I just recently stumbled across some weird behavior in [bicep](https://github.com/Azure/bicep), which uses SharpYaml under the hood for it's `loadYamlContent()` function. Parsing a YAML file with empty...