BHoM / Excel_UI

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

Fix default namespace for ExcelUI_Engine #349

Closed FraserGreenroyd closed 2 years ago

FraserGreenroyd commented 2 years ago

The root name space is incorrect here. If we follow what we have for Grasshopper, we should have BH.Engine.Excel. This, however raises the question of being ok with having the same namespace in two separate repos (Excel_UI & Excel_Toolkit). Should we instead do something similar to the adapters (BH.Engine.UIs.Excel) ?

_Originally posted by @adecler in https://github.com/BHoM/Excel_UI/pull/348#discussion_r913063576_