question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NuGet package does not work in most configurations

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:20 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
ChrisDillcommented, Apr 9, 2020

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.

3reactions
ChrisDillcommented, Feb 22, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found