gb6sthingz
Results
1
issues of
gb6sthingz
The following code is the full code to reproduce the bug. (Its commented.) var serializer = new SerializerBuilder().Build(); var yaml = serializer.Serialize(new List() { "\t," }); // Fails to decorate...
bug