Andy Ward
Andy Ward
I think this is just in master (and latest Nuget). If you check out the develop builds (which targets netstandard2 up) we've removed support for ManagedEssent in place of the...
If you want the property sets (programmatically) take a look at https://github.com/xBimTeam/XbimPropertySets To get the class hierarchy you can use the `ExpressMetaData` within xbim.Common. See https://github.com/xBimTeam/XbimEssentials/blob/develop/Tests/ExpressMetadataTests.cs for an example of...
Sure you can. How did you create the files in attached zip files?
Can you share your csproj? Or at least the package references so we can see what versions of xbim you're picking up (include all dependencies) It's looking like a clash...
I've just tried it with xbim Essentials _6.0.445_ (latest from Nuget) and _6.0.475-develop_ from Myget-develop ```xml Exe net8.0 enable enable ``` ... and was able to open the IfcStore correctly...
Can you supply the actual csproj or at least the PackageReferences section? (in text form - not a screenshot) The difference between 8.0.0 and 8.0.1 should not be an issue...
Not sure I can really help you without access to some code. The fact netcoreapp3.1 uses an older version seems a red herring- the issue is in net8 right? Did...
I have C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.5\System.Private.CoreLib.dll - but I guess I've not updated VS in a while I also see you're building under Linux / WSL somehow. If you look in your...
If we're to help you're going to need to create some kind of minimal viable reproduction of the issue so we can narrow it down. As it is I think...
@Ruchitha9177 Did you make any resolution on this? Can we close?