Provide a better handling of calling `RunExtensionMethod` when multiple method match the inputs
Open
type:feature
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Description:
`IsPrimitive` from the SQLite_Toolkit is not run properly when called from `RunExtensionMethod., it may be because there's an existing `IsPrimitive` in the `Reflection_Engine` wih two optional parameters (so could be run using RunExtensionMethod with a single target:
https://github.com/BHoM/BHoM_Engine/blob/develop/Reflection_Engine/Query/IsPrimitive.cs
Test script: [RunExtensionMethod.gh](https://burohappold.sharepoint.com/:u:/r/sites/BHoM/02_Current/12_Scripts/02_Pull%20Request/BHoM/BHoM_Engine/BHoM_Engine/%233568-AddLazyLoadingOfAssemblies/RunExtensionMethod.gh?csf=1&web=1&e=Bq2gIM)
Contributor guide
Assessment
This issue has not been assessed yet.