-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility issues Nuget restore #2
Comments
i had the same problem :( |
same problem |
@awesomeinsight I have already updated the package to work with .net core, but the issue that you are mentioning is not due to the framework version but a problem related to the mixed-use of unmanaged Code(c++) and managed Code(C#). I experienced the same problem and endep up solving it in the following way:
I hope this helps |
@xiaoyuvax I have already updated the NuGet version 3.5.0 to be compatible with .net core |
thanks anyway! Recently i've already seen pure C# port of Google Draco (only Draco, not Draco-ed glTF), check it out here: https://github.com/fileformat-drako/FileFormat.Drako-for-.NET, and it is hopefully to be a more cross-platform-able solution. |
Hi and thanks for providing this Draco wrapper!
I did some experiments with the Nuget package and got the following warning during build (using .net 8 console application):
[NU1701] Package 'Draco_transcoder 3.3.4' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.
Is it possible that you support .net standard (2.0) for this package?
https://learn.microsoft.com/de-de/dotnet/standard/net-standard?tabs=net-standard-2-0
Or do you think that there is any other easy fix for this problem?
Maybe this is also related to an x86 <--> x64 issue.
Currently I cannot use the Nuget at all when I for example try to execute the code from your documentation I get a:
Unhandled exception. System.BadImageFormatException: Could not load file or assembly '*/bin/Debug/net8.0/DracoWrapper.dll'. An attempt was made to load a program with an incorrect format.
The text was updated successfully, but these errors were encountered: