You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the previous version of YamlDotNet, the Newline property of the
TextWriter was used to control whether a comment was included in the
output, however, this no longer seems to be respected in the latest
version of YamlDotNet. Instead, make use of the WithNewLine method, and
conditionally set this based on when it is called.
0 commit comments