Nuget Package for .NET DLLs
I am currently estimating the effort for switching from AutoCAD to BricsCad for one of our SW applications. We've used AutoCAD .NetFramework API in the past and used the nuget packages provided by AutoDesk. I didn't find those for BricsCAD v25. Within our build pipeline we don't have BricsCAD installed and our idea is to have isolated build environments that rely on Nuget only.
Therefore I created a custom nuget package with the two "main" dlls "BrxMgd.dll" and "TD_Mgd.dll" included. But I guess this is not enough, I receive several dependency errors (dlls and tx files) when compiling.
-1