Problem introduced in https://github.com/BHoM/BHoM_Engine/pull/3389 for edge case of:
Deserialising an engine type that has a assembly qualified name, but was serialised in a previous major milestone, and has another duplicate in terms of namespace and typename in another assembly.
Expected behaviour:
For method Create EngineType to atempt to filter based on AssemblyName, without version specified, in case mroe than 2 items have been found for a particular type name.
Description:
Problem introduced in https://github.com/BHoM/BHoM_Engine/pull/3389 for edge case of: Deserialising an engine type that has a assembly qualified name, but was serialised in a previous major milestone, and has another duplicate in terms of namespace and typename in another assembly.
Expected behaviour:
For method Create EngineType to atempt to filter based on AssemblyName, without version specified, in case mroe than 2 items have been found for a particular type name.
Test file(s):