Closed peterjamesnugent closed 3 months ago
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
Hashset
CustomData
System.Type.GetType()
UnitTest
Run check unit-tests.
check unit-tests
https://github.com/BHoM/BHoM_Engine/pull/3381/checks?check_run_id=27915619358
No failure.
Description:
Dataset has a
Hashset
stored in theCustomData
which causes the methodSystem.Type.GetType()
to fail when called, leading to theUnitTest
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=codeSteps 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):