python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why the NuGet doesn't copy some dlls as in packages.config
I have a problem where I want to copy Google.Authenticator.dll nuget from C:\ProjectX\packages into C:\ProjectX\project.Web\Bin.
Here what I done so far:
cleared the nuget cache
update the nuget ...
Hasan Gharaibeh
Votes: 0
Answers: 0
.NET NuGet Package Validation does not show any output on breaking changes
I have a .NET project that creates a nuget package and I wanted to add PackageValidation as described here:
https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/overview
I have the...
PainElemental
Votes: 0
Answers: 1
.NET Core 6 microsoft.data.sqlclient 4.1.0 in runtimes\win\lib\netcoreapp3.1
I'm upgrading my application from .NET Core 3.1 to 6.0 and in the process moving the sqlclient from 2.0.0 to 4.1.0
I was expecting 4.1.0 version be in runtimes\win\lib\net6.0?
From the debugger Module...
John Dyer
Votes: 0
Answers: 0
Cannot use nuget package within the project
Hi I have created a nuget package for my xamarin.iOS project. I have included the DLL which is generated from my Xamarin binding project. This is my .nuspec file
<?xml version="1.0"?>
...
Randi
Votes: 0
Answers: 1