List Question
20 TechQA 2024-03-23T13:24:07.530000Convert List to Objects with custom names in YamlDotNet
35 views
Asked by MartinDotNet
Is this a valid Yaml list? How do I make YamlDotNet read it?
128 views
Asked by Joe
YAML C# Add new line between items
99 views
Asked by sunnamed
How to add a mapping node to a YAML file without affecting comments
89 views
Asked by Sravani
How to deserialize YAML objects into C# classes based on key name
146 views
Asked by alienriver49
Can't deserialize list with anchor YamlDotNet
127 views
Asked by ScottishTapWater
How to have the `INamingConvention` passed into a custom value converter?
41 views
Asked by rabejens
Jschema Validation not validating Array Objects when they are declared using $ref in the schema
258 views
Asked by Sravanthi Tururmella
How to set meaningful names for anchor tags during Yaml serialization using YamlDotNet library in C#?
115 views
Asked by nidhi arora
YamlDotNet doesn't support deserializing KeyValuePair<,> types
135 views
Asked by Salih Kavaf
c# yamldotnet deserialize scalar or sequence in yaml dynamically
582 views
Asked by Saurabh Raoot
YamlDotNet apparently does not use NamingConvention during deserialization
431 views
Asked by Felice Pollano
How to deserialize unknown members with YamlDotNet
106 views
Asked by Kux
how to serialize dynamic json object with yamldotnet
201 views
Asked by Abdulvahap ÖZTEL
Serializing a List<KeyValuePair<string, string>> not working properly
136 views
Asked by prog_prog
How to make space indentation and blank row space in yaml file with c#
395 views
Asked by Orionlk
Why can I not deserialize YAML into a record?
592 views
Asked by BlueStaggo
yamldotnet added 0x0d in desktop application but not in xamarin android
84 views
Asked by Freedom
YamlDotNet: How do I deserialize either a Sequence or a Mapping?
1k views
Asked by void.pointer