python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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