xBimTeam / XbimGeometry

XbimGeometry contains the CLR interop libraries and the c++ engine used to compute the 3D geometry of models.
https://xbimteam.github.io/
Other
260 stars 131 forks source link

Failed to Compile feature/netcore branch #437

Closed 6ther closed 1 year ago

6ther commented 1 year ago

Short summary describing the issue. (3-5 sentences)

Assemblies and versions affected:

*Which assemblies/packages and their versions are known to be affected. E.g. Xbim.Essentials 5.0.200

Steps (or code) to reproduce the issue:

A simple set of steps to reproduce the issue. Provide a small sample file is required and/or a small sample of the failing code (or reference a commit / gist)

using (var model = IfcStore.Open("file.ifc"))
{
    ...
}

Minimal file to reproduce the issue:

IFC files need to be zipped to be uploaded. Then just drag & drop here

Expected behavior:

What would you expect to happen

Actual behavior or exception details:

What actually is happening

Additional Details

Optional, details of the root cause if known. Delete this section if you have no additional details to add.

6ther commented 1 year ago

i clone the feature/netcore branch locally and try to compilate it, but it fail beacuse can not find the Xbim.Geomtry.Occt package. 1692244437226

6ther commented 1 year ago

1692244568339

6ther commented 1 year ago

can not find the Xbim.Essentials(>=6.0.414-develop) package either

6ther commented 1 year ago

i add 'https://www.myget.org/F/xbim-develop/api/v3/index.json' as package source, and it can not load the package.

andyward commented 1 year ago

The packages are definitely in Myget:

https://www.myget.org/feed/xbim-develop/package/nuget/Xbim.Geometry.Occt https://www.myget.org/feed/xbim-develop/package/nuget/Xbim.Essentials/6.0.414-develop

image

You should not need to add a manual nuget source as the solution contains a nuget.config

andyward commented 1 year ago

Did you resolve this?

6ther commented 1 year ago

Did you resolve this? i think that i resolve this. i can not restore package because of the internet problem before. the project can restore package and compilate by change internet.

andyward commented 1 year ago

Ok, so environmental. Will close as there's not much we can do here. I'd imagine some kind of Nuget cache may help