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
secretlyagoblin
changed the title
Bug: Rhino Converter throw an error when unnamed collections are filtered
Bug: Rhino Converter throws an error when unnamed collections are filtered
Apr 19, 2024
We're making our own commits via custom code, but when creating collections, collectionType defaults to null, not "". So as a result, our custom collections are causing the converter to crash.
The fix is for us to explicitly set collectionType to "" instead of null, but either way, there should be a null check here if collectionType is to remain nullable.
speckle-sharp/Objects/Converters/ConverterRhinoGh/ConverterRhinoGhShared/ConverterRhinoGh.cs
Line 740 in b67e46c
If the collectionType is null in this case it silently throws and nothing in the collection loads, showing a successful pull.
should be
The text was updated successfully, but these errors were encountered: