ChoETL icon indicating copy to clipboard operation
ChoETL copied to clipboard

(unintended) recursive call in YamlWriter

Open riezebosch opened this issue 1 year ago • 1 comments

https://github.com/Cinchoo/ChoETL/blob/master/src/ChoETL.Yaml/ChoYamlWriter.cs#L603

produces a StackOverflowException when configured to write YAML.

riezebosch avatar Sep 25 '24 07:09 riezebosch

fix available in latest release from nuget.

Cinchoo avatar Jun 06 '25 01:06 Cinchoo