Nuget Security Vulnerabilities?
By installing nuget packages, do we download source codes or binary files?How do we check if the package is free from security vulnerabilities
View ArticleIs it possible to change the location of packages for NuGet?
I have the following convention for most of my projects:/src /Solution.sln /SolutionFolder /Project1 /Project2 /etc../lib /Moq moq.dll license.txt /Yui-Compressor yui.compressor.dll/tools /ILMerge...
View ArticleNuget package installed but references not resolved
I have a multi-project solution with Prism Nuget packages installed in several projects. I then attempted to add a Prism Mef extensions package to one of the projects using the Nuget Package Manager UI...
View ArticlePackage is not found in the following primary source
I have a build pipeline set up to create Nuget packages and publish them to a feed in artifacts.I was able to use the feed successfully.However when I ran the pipeline again, causing the packages to...
View ArticleNuGet fails to find existing package
How it's possible that NuGet's Install-Package fails with Unable to find version 'x' of package 'y' when that exact version is released as NuGet to the official repository and it shown on the...
View ArticleCannot install nuget package - package not found error
I am unable to install a package pushed to company source. In package manager I see the correct most up-to-date version but when I try to install it I get an error: Package 'xxxx' is not found in the...
View ArticleThis project references nuget packages that are missing
I'm trying to start a new project with a template provided by oneof my colleagues. When I load the template I try to restore the nuget packages but it says 'All packages are already installed and there...
View Articlenuget not installing file in project\bin directory
Working in VS 2019 .NET framework 4.8For my C# class library project, I ran nuget spec to create a nuspec file for the dll and its dependencies:<?xml version="1.0" encoding="utf-8"?><package...
View ArticleIs it possible to change the location of packages for NuGet?
I have the following convention for most of my projects:/src /Solution.sln /SolutionFolder /Project1 /Project2 /etc../lib /Moq moq.dll license.txt /Yui-Compressor yui.compressor.dll/tools /ILMerge...
View ArticleUnrecoverable error while loading a tagger model using nugetpackages
I have been trying to create and run a simple program using the stanford-corenlp-3.5.2 nugetpackage.However after looking up some beginner code to start I have found the following code...
View ArticleWhat is the .Net Core 2.0 NuGet file location
When looking up the location that the NuGet packages are stored we noticed that some of the dlls were stored at C:\Users\Username\.nuget\packages while others were stored at C:\Program...
View ArticleEntityFramework.Core.Tools nuget package installation error: "The process...
While installing the package Microsoft.EntityFrameworkCore.Tools for using EF in my project using Nuget, I'm persistently running into the below error. Notice I didn't get any error while installing...
View ArticleWhy name of the package is not accepted for 'using' clause
I have just started exploring NuGet in Visual Studio so this is pretty much a beginner question. I am trying to understand if name of a NuGet package as it appears in Solution Explorer is always the...
View ArticleMVC bootstrap navbar not working after running NuGet updates
An MVC app broke after we updated all the NuGet packages. After trying everything I created a new MVC app, updated the NuGet packages and the basic navbar...<div class="navbar navbar-inverse...
View ArticleCreate a nuget package that adds a build configuration
How can I create a custom nuget package in which a new build configuration "TestConfiguration" is defined and will be added in the project and solution file.In the solution file I want to add the...
View ArticleIs there a way to download packages from nuget.org then do an offline...
My visual studio is installed on a machine which doesn't have internet connection so I can't download and install packages from NuGet Manager in VS.So I am looking for a way to use another machine...
View ArticleHow can I access the Value of my CommandLineParser?
There is something I don't understand with the NuGet package CommandLineParser. This is the first time I see this?Let me show you first:On the left in my Auto Watch frame I can see the Value property....
View Article.Net assembly for db migration can't be registered if com-interop is set...
I want to create a C# .Net dll as Add-In for Enterprise Architect in Visual Studio.This dll has to be registered for com-interop to be used by Enterprise Achitect.Within this dll I also want to do a...
View ArticleAdd multiple dlls as a reference through NuGet Package
I have 2 dlls let's say A.dll and B.dll. They both are independent. I have to create a NuGet package. and After install the nuget package both the dll should add as a reference in client application....
View ArticleHow to manipulate dependencies of NuGet packages?
I'm a newby with .Net Development and facing the problem, that an available nuget package (influxdb client) depends on another package (restsharp), which does'nt include an important functionality I...
View Article