I created an project template according to microsofts docs. The project itself requires 3 packages that I installed from Nuget. However upon importing the proje
In Visual Studio 2017 I'm trying to connect to the nuget server to update some stuff, but I'm getting this error: [nuget.org] Unable to load the service ind
After branching in TFS, VS2015 Update 2 has missing references to all Nuget packages. Package restore says "All packages listed in packages.config are already i
I happened to get into a bit of a mess yesterday with our NuGet repository, and I've resolved it - but wanted to confirm my suspicions as to why it happened. I
I'm trying to create a NuGet Package via command line and I can't seem to figure out how to set Description, Author, Title, Summary, releaseNotes, and Owner. T
I have a web project build on .net framework 4.5.1. We are trying to added PostgreSQL support for the project. Using Nuget, I have installed 4.0.4 npgsql to the
I've added a NuGet Source. It needs credentials but when I'm installing a package using install-package packageName nothing happens. I tried the same steps on
I am really struggling to install the PayPalCheckoutSDK Nuget package. On the GitHub https://github.com/paypal/Checkout-NET-SDK It says the prerequisites are: .
I am trying to build a DotNetCore project and push the package to Azure Artifacts. The Azure-Pipelines.yml I have is the following: trigger: - master pool:
We are using Visual Studio 2019 and we have a solution that has a references to some NuGet packages either from nuget.org or from our private server we are mana
I have a bunch of small C# projects which use a couple of NuGet packages. I'd like to be able to update version of a given package automatically. More then that
I am using MSBuild to generate my nuget packages. Is there any command I need to set, to allow it to include my .pdb files, for stepping into the source while
Since dll.config is not supported by .NET and while creating nuget packages dll.config are not part of the package. Is there a way that i can have dll.config a
I have a question so that I can better understand NuGet packages, packages.config and the .csproj file. It is my understanding that the setting in the NuGet Pa
I'm trying to add bootstrap to a new dotnet core razor app. C:\dev\core>dotnet --version 2.1.302 I created the project with the command below and have mad
I downloaded jQuery in Visual Studio 2017 using Install-Package bootstrap -Version 4.1.1 Now I have a dependency which includes jQuery 3.3.1, but when I move t
I downloaded jQuery in Visual Studio 2017 using Install-Package bootstrap -Version 4.1.1 Now I have a dependency which includes jQuery 3.3.1, but when I move t
When adding a Dataset to an .rdlc report using the Report Designer, Visual Studio crashes. VS leaves a failure.txt file with this error: System.IO.FileNotFoundE
I have installed all required packages for this command, when i try to run this command on my console its failed to build. Kindly please assist to resolve this
I have setup a build pipeline in Azure DevOps for my Function App that takes advantage of nuget caching and thus the package.lock.json file. However, I keep ru