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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve recovery for list entries without - prefix. When recovering, provide
a more helpful error message suggesting the missing prefix.
Fix a bug where block strings terminated by EOF were not given an implicit
newline.
Fix parsing of plain scalars starting with indicator characters (?, :, and -).
Throw a FormatException when parsing self-referential collections instead of
a StackOverflow. Yaml definitions with collections nested within themselves
are unsupported.