Antoine Aubry
Antoine Aubry
I understand your need, but this needs to be configurable. I'd like to avoid introducing breaking changes unless they are inevitable.
I agree that this would be helpful to be able to set the `SequenceStyle` / `MappingStyle`. I just don't know what name to give to that property. It seems redundant...
I'd rather use the existing `YamlMember` attribute instead of adding a new one. Previously an effort was made to unify different attributes into a single one, and I don't think...
It's missing tests that show that the feature works as intended. I can't merge this without tests and I don't have time to develop them myself. If someone wants to...
Why would you want to inject a SerializerBuilder ? Why not inject an `ISerializer` instead ?
The serializer is just an aggregator of many different components that are composed together. The SerializerBuilder allows you to configure the serializer without needing to know all the details of...
The section of the spec that you mention refers to the "Core" schema, which is not the default one that parser should provide. I don't think this should be the...
I'm sorry I was unable to answer this question in a timely fashion. As you have certainly moved on to other things, I will close this issue, but feel free...
Currently there's no good way to achieve this, besides the two passes that were described above. This would definitely be useful but it is not clear how this could be...
The problem with this is that each element of a Dictionary will potentially produce two scalars. One for the key and another for the value. This means that, the following...