Xbim.Geometry Pre Release version compatibility (non SDK projects)
Hello, I hope you are doing well.
Do you have a table of compatibility for the prerelease version of the XBIM Geometry 6 version. I would like to know if it is compatible with 4.8 .NET 32 Bits. I am updating the XBIM.Geometry and the Interop but there is always DLL missing (Xbim.Geometry.Engine.DLL) Even doing manual procedures it says it is missing. I am thinking the problem is based on compatibilities of architecture.
Just tested and the latest netcore pre-release Xbim.Geometry works fine under .NetFramework 4.8. However there's an issue with using the Old csproj format, where the transitive dependencies aren't copying. I used Xbim.Geometry Version="6.3.873-netcore"
If you use the new 'SDK' style projects all should work. See here for a working .net4.8 setup
Will try to investigate why the old sty;e projects don't copy everything we need... Likely down to different msbuild envs