BHoM / Test_Toolkit

GNU Lesser General Public License v3.0
0 stars 0 forks source link

System Types does not include DateTime #466

Closed FraserGreenroyd closed 9 months ago

FraserGreenroyd commented 9 months ago

The list of system types here for the IsExtensionMethod check does not include DateTime.

It also only includes string and not String, and does not perform a ToLower() operation on the parameter meaning we are enforcing methods with String foo input to be this String foo which isn't ideal.

This should be updated to: