You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per title. This causes a crash on ZCTs using the Analytics NuGet package without explicitly referencing the BHoM_UI package.
A good example of that is the BHoM API
Steps to reproduce:
Expected behaviour:
Test file(s):
The text was updated successfully, but these errors were encountered:
BHoM_UI is listed as a dependency on the latest Nuget:
And is listed as a dependency for this repo here (where the dependencies for the nuspec file are generated).
As such, I don't think there's any development actions for this repository as the dependency isn't missing at the Nuget level. I wonder if it's an issue caused by the ZCT not typically wanting .NetFramework472 references, which BHoM_UI currently targets?
The image above proves that BHoM_UI is not listed as a dependency for net standard 2.0.
ZCTs are working with .Net core 6 so they will not include dependencies targeting .Net framework.
Description:
As per title. This causes a crash on ZCTs using the Analytics NuGet package without explicitly referencing the BHoM_UI package.
A good example of that is the BHoM API
Steps to reproduce:
Expected behaviour:
Test file(s):
The text was updated successfully, but these errors were encountered: