BHoM / Grasshopper_UI

Tools for Grasshopper
GNU Lesser General Public License v3.0
16 stars 5 forks source link

Build error Due to new build requirements on MSBuild #703

Closed IsakNaslundBh closed 4 months ago

IsakNaslundBh commented 4 months ago

Description:

Later versions of MS build has problem building the ICastToGoo method,

https://github.com/BHoM/Grasshopper_UI/blob/6a0557ecd17f4b67445b2cf73ada6470b3b37f9a/Grasshopper_UI/Helpers/CastToGoo.cs#L46-L49

see https://github.com/BHoM/BHoM_Engine/runs/25544149529

The method is not used anywhere, and as nothing is referencing Grasshopper_UI it should be safe to simply delete the method.

Steps to reproduce:

Try building with a late version of MSBuild or run check installer on the bot

Expected behaviour:

For Grasshopper to build and function as before

Test file(s):

No need. Build issue