-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
type:bugError or unexpected behaviourError or unexpected behaviour
Description
Description:
Not sure where exactly does the issue lie, so raising it under UI.
In Grasshopper, properties of type Dictionary<TKey, TValue> get set to null at any attempt to internalise the property value or save/load file. This is particularly annoying when one creates a new object of type that has such property defaulted to an empty dictionary, which magically gets set to null after reopening the file, leading to unexpected errors.
Steps to reproduce:
- Open GH
- Create
FilterRequestusing the default constructor (notCreatemethod) - Try to copy the component -
Equalitieswill be set tonullin the copied component - Try saving and reopening the file -
Equalitieswill be set tonullin the original component
Metadata
Metadata
Assignees
Labels
type:bugError or unexpected behaviourError or unexpected behaviour