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
I am having an issue loading documents that use anchors to duplicate scalar values though Model.YamlStream.Load(TextReader). A simple example of the format is:
field1: &data ABCD
field2: *data
It looks like YamlNode.ReadElement returns null when processing field2 which causes an exception in YamlMapping.Load.
The text was updated successfully, but these errors were encountered:
Could be, anchors has never been much tested nor used in SharpYaml. If you find the time, PR welcome, otherwise I don't have any spare time left for this project
I am having an issue loading documents that use anchors to duplicate scalar values though
Model.YamlStream.Load(TextReader)
. A simple example of the format is:It looks like
YamlNode.ReadElement
returns null when processingfield2
which causes an exception inYamlMapping.Load
.The text was updated successfully, but these errors were encountered: