YamlStream.Load(TextReader)
interprets an empty value as an empty string instead of null.
#810
Labels
YamlStream.Load(TextReader)
interprets an empty value as an empty string instead of null.
#810
Describe the bug
Version: 13.1.0
According to:
annotations:
generally expected to be equivalent to
However,
YamlStream.Load(TextReader)
defaultsannotations
to the empty string. i.e.,To Reproduce
Actual
Expected
or
The text was updated successfully, but these errors were encountered: