YamlDotNet icon indicating copy to clipboard operation
YamlDotNet copied to clipboard

Force a plain value

Open oddbeck opened this issue 6 months ago • 0 comments

The problem: If a value has control flow characters '[ { (' etc in it, the YamlMember attribute is overridden to force single quoted values.

Example value {{ a.b.c }}.

Proposed solution: However, the 'ForcePlain' is an option for when the user "knows better" than the checks.

oddbeck avatar Aug 09 '24 13:08 oddbeck