NuGet package does not work in most configurations
See original GitHub issueI am trying to use Raylib-cs with fsharp on dotnet 3.1.
I am able to install the lib on a console app using dotnet add Raylib-cs
But now in my code doing
open Raylib
gives me the error The namespace or module 'Raylib' is not defined.
Issue Analytics
- State:
- Created 4 years ago
- Comments:20 (8 by maintainers)
Top Results From Across the Web
Troubleshooting NuGet Package Restore in Visual Studio
This error indicates that package restore is disabled in your NuGet configuration. You can change the applicable settings in Visual Studio as ...
Read more >nuget doesn't recognize installed packages
First the install-package command won't work. ... you need to configure that source in Tools > Options > Nuget Package Manager > Package ......
Read more >nuget package not found when using local nuget.config ...
But that fails: error : This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them....
Read more >Nuget Not Installing Version in Packages.config
The problem is, it is not pulling that down the version reference in packages.json and then library fails to build. In pacakges.json we're ......
Read more >[Discussion] Installation Error when using NuGet's ...
Hey, thanks for trying out the package! This error probably occurs because your project is using a packages.config file for referencing NuGet ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Update. Taking another look to see if there was something I missed. Looks like there is a open issue about using native libraries in nuget packages here.
The point of having it be a package is to make it easy for people to install and use so I would want it to include the native libraries too although I am not sure how it should be done. The dev branch is nearly ready to merge into master so I will work on that and take another look at this after.