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

I was wondering if there is a possibility to have a custom/different naming convention for a specific property?

Is it possible to update an existing yaml file while preserving comments at the same time? We currently need this for [OpenMod](https://github.com/openmod/openmod) (OpenMod is a free and open source plugin...

enhancement
PR Welcome!

Given a YAML file that contains more information than the object deserializing it, the current implementation will throw an exception because there is not a corresponding object property for all...

bug
PR Welcome!

I noticed that SharpYaml doesn't emit multiline strings in the literal or folded style. At first, I thought I missed a setting, but after digging a bit in the code...

enhancement
PR Welcome!

The [System.Collections.Immutable](https://docs.microsoft.com/en-us/dotnet/api/system.collections.immutable?view=netcore-3.1) namespace contains immutable collection types. Given the usefulness of immutable types for strong usage contracts and being able to depend on data passed by reference not mutating it...

Using v1.8.0.0 (via OpenAPI.NET v1.2.3) to parse an OA3 json document, we are seeing a SemanticErrorException when one of the keys in the Paths collection exceeds 1023 characters. For example,...

invalid

I switched over from YamlDotNet to SharpYaml to investigate shortcomings of YamlDotNet is improved, but I can no longer set the Alias for a property in an object I declared...

question

I get that error `Cannot support dimension [2] for type [System.String[,]]. Only supporting dimension of 1`

Hi, in our project we use Option type. Is there a way to register single custom SerializerFactory that would handle all of the concrete instantiations of the generic type? Ideally...

I'm finding it really hard figuring out how to use this library to deserialize yaml, it would be really useful to have usage examples of deserializing yaml into an object....

question