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
Exception has occurred: CLR/System.Collections.Generic.KeyNotFoundException
An unhandled exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in System.Private.CoreLib.dll: 'The given key 'panel1' was not present in the dictionary.'
at System.ThrowHelper.ThrowKeyNotFoundException[T](T key)
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at YamlDotNet.Core.MergingParser.ParsingEventCollection.FromAnchor(AnchorName anchor)
at YamlDotNet.Core.MergingParser.GetMappingEvents(AnchorName anchor)
at YamlDotNet.Core.MergingParser.HandleAnchorAlias(LinkedListNode`1 node, LinkedListNode`1 anchorNode, AnchorAlias anchorAlias)
at YamlDotNet.Core.MergingParser.HandleMerge(LinkedListNode`1 node)
at YamlDotNet.Core.MergingParser.Merge()
at YamlDotNet.Core.MergingParser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Accept[T](IParser parser, T& event)
at YamlDotNet.Core.ParserExtensions.TryConsume[T](IParser parser, T& event)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](IParser parser)
Expected result
Structure should contain the same items shown in the Controls key in the screenshot above.
The text was updated successfully, but these errors were encountered:
Describe the bug
Objects referencing anchors come out as null.
To Reproduce
Result: Structure items are null:
Changing the structure to:
Throws an exception:
Expected result
Structure should contain the same items shown in the Controls key in the screenshot above.
The text was updated successfully, but these errors were encountered: