Antoine Aubry

Results 11 issues of Antoine Aubry

As [reported here](https://stackoverflow.com/questions/56447731/issue-serializing-type-tags-from-yamlstream), YamlStream seems to be loosing tag information associated with mappings. A [preliminary investigation](https://dotnetfiddle.net/6Wz73c) indicates that this is related to the `IsCanonical` property of `MappingStart`.

bug

[See discussion here](http://stackoverflow.com/questions/41576410/how-to-apply-custom-converter-to-properties-in-yamldotnet/41580581#41580581) > I'm porting my configuration file from .json to .yaml format. In Newtonsoft.Json I was able to apply attribute to a property which needed custom converter, for...

enhancement

The `assignAnchors` parameter of `YamlStream.Save` is buggy and should be deprecated. It causes anchors to be assigned to scalars that happen to have the same value (usually mapping keys). This...

enhancement

* http://www.yaml.org/spec/1.2/spec.html#id2782457 * http://stackoverflow.com/questions/38248697/how-to-serialize-deserialize-list-with-interface/38250533?noredirect=1#comment-72373677

bug

Add async overloads of all methods that perform IO. I am opening this ticket because I feel that this should eventually be implemented. If this is a feature that would...

enhancement

At https://github.com/aaubry/YamlDotNet/blob/2b78ca887b62923f922e5b5c614b472584f8f05e/YamlDotNet/Serialization/ObjectFactories/DefaultObjectFactory.cs#L45

bug

Parsing a file with tags and printing it causes the tags to be duplicated. For example, the command `NLedger-cli.exe -f test.ledger print` where `test.ledger` contains this: ``` 2022/01/30 * stuff...

This extension was working the last time I used it, but not anymore. In the meantime, I probably installed a update to VSCode, but I don't know which version I...

Add an option to the installer to specify the location of the data files.