NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.
I have just created a workspace on a new machine, got latest of our project from TFS, enabled NuGet Restore, …
visual-studio msbuild nuget visual-studio-2013 nuget-packageI upgraded Microsoft.AspNetCore from 2.0.3 to 2.0.5 and my WebAPI project, although running successfully locally, fails to start in production (IIS). …
asp.net-core .net-core asp.net-web-api2 upgrade nuget-packageI'm creating my first nuget package. I added a dependency with a version that is not the latest version. However, …
c# .net nuget nuget-packageI'm going to bang out a couple of questions here...first, with NuGet is it possible to create a package …
nuget nuget-packageI am using Nuget to create packages. I would like to create a package which does not contain any dependencies (…
dependencies package nuget nuget-package nuspecI would like to be able to install all of the NuGet packages in the packages.config, as per The …
visual-studio nuget nuget-packageI'm a noob to using both OpenCover and ReportGenerator and I'm struggling a bit in understanding how to get them …
.net unit-testing nuget-package opencover reportgeneratorWe are using the improved Automatic Package Restore process to restore missing NuGet packages. When building, the Restore dialog pops …
visual-studio-2013 nuget nuget-package nuget-server nuget-package-restoreI have a multi-project solution with Prism Nuget packages installed in several projects. I then attempted to add a Prism …
visual-studio-2013 nuget nuget-packageI generate a nuget package from a project with this command in the post-build event. the variable %conf% is set …
visual-studio visual-studio-2012 nuget nuget-package copy-local