BHoM / BHoM_Engine

Internal manipulation of the BHoM
GNU Lesser General Public License v3.0
26 stars 13 forks source link

Serialiser_Engine: Unit-Test storing HashSet in CustomData #3390

Closed peterjamesnugent closed 4 weeks ago

peterjamesnugent commented 1 month ago

Description:

Dataset has a Hashset stored in the CustomData which causes the method System.Type.GetType() to fail when called, leading to the UnitTest failing. https://github.com/search?q=repo%3ABHoM%2FBHoM_Engine%20path%3A%2F%5E%5C.ci%5C%2Funit-tests%5C%2FSerialiser_Engine_Tests%5C%2F%2F%20Hashset&type=code

Steps to reproduce:

Run check unit-tests.

https://github.com/BHoM/BHoM_Engine/pull/3381/checks?check_run_id=27915619358

Expected behaviour:

No failure.

Test file(s):