-
Notifications
You must be signed in to change notification settings - Fork 18
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
Nuget Package #2
Comments
I've pushed a first attempt here: https://github.com/labstreaminglayer/liblsl-Csharp/tree/nuget The main problem is packaging / unpacking the native libraries somewhere the runtime looks when |
@tstenner The current "official" way is to call This has so far been done by detecting at runtime what platform the application is running under, then finding the location of the nuget package in the cache, and pointing the PATH to that folder before calling the P/Invoke layer. Some libraries opt to change their entire interop to use In .NET 5.0 there is I've pushed a new PR that expands the NuGet package declaration to include package tags, project URL and package license information, together with some documentation explaining how to build the package. |
I think it could be interesting if the library could be available as a nuget package.
I've seen it mostly targets Unity, but there's life out of it...
The text was updated successfully, but these errors were encountered: