Most voted "nuget" questions
Nuget is the package manager for Microsoft’s development platform, including .NET. Nuget client tools provide the ability to produce and consume packages. Nuget Gallery is the central package repository used by all package authors and consumers.
Learn more…44 questions
Sort by count of
-
12
votes1
answer166
viewsWhat would a Nuget be?
I noticed that in various programs and in various locations they are used Nuget, I myself had to use one, but used without knowing the definition of it, I can say that it would be an extension?…
-
7
votes2
answers6139
viewsHow to install . NET Core packages from Nuget using VS Code?
I am using VS Code to develop a . NET Core project and would like to know how to install packages in Nuget on it. In Visual Studio, there is a specific terminal for this, the Package Manager…
-
6
votes1
answer131
viewsCopy DLL to directory with . nuspec without referencing it in project
I created a local Nuget. It worked fine until we found a problem that I can’t solve right away. The following: There is a reference in the project, which calls another reference. Well, it turns out…
-
4
votes1
answer201
viewsI cannot remove a reference installed by Nuget
I installed the DLL Log4net for nuget. Since it’s in a different version of ours and a colleague gave it to me as usual, I deleted it from the folder and put the current one. When I build the…
-
4
votes1
answer620
viewsMount a local package manager (Nuget)
Due to a huge problem that happens here in the company, such as package dependencies, so the company decided to create a NuGet private, which runs locally. The purpose of this is when anyone…
-
4
votes0
answers83
viewsHow to insert references to use the Scriptengine class?
On the basis of the question Compile string as code includes in my project the class ScriptEngine, however, it is not being found in the references: using Microsoft.CodeAnalysis.Scripting; using…
-
3
votes2
answers1086
viewsHow to reference an external library?
I have a project in Asp.Net MVC where I would like to add some new libraries. They are available for download as .dll, but are also available on Manage Nuget Packages. What is the best way to add…
-
2
votes1
answer472
viewsUninstall packages and all their dependencies at once
Is there any way for me to uninstall Packages and all their dependencies in a single command? Without having to uninstall one by one. Type: Unable to uninstall 'System.Net.Http. 4.3.3' because…
-
2
votes1
answer158
viewsNuget - Packages.Config using latest versions of packages
Setting I have a project where my Libraries (other components of the project) are Nuget packages, and whenever there is an update, a new version is generated in Proget.. and all developers have to…
-
1
votes1
answer3043
viewsHow to use Microsoft ASP.Net MVC in English?
I found this package, but I don’t know how to use it: Microsoft ASP.NET MVC English Resources Microsoft.AspNet.Mvc.en https://www.nuget.org/packages/Microsoft.AspNet.Mvc.pt-br/ How to use the…
-
1
votes1
answer886
viewsError restoring nuget packages, UWP project
I have a project Xamarin UWP, and by doing the build of the project, happens a series of mistakes of that kind: Severity Code Description Project File Line Suppression State Error…
-
1
votes1
answer80
viewsProject default is not found
I went to install a Nuget package and gave error Project default is not found. Well, I went to ComboBox Default Project to add the project I want to install the package and Combo does not list…
-
1
votes0
answers21
viewsError calling route Debugger
I installed Route Debugger via Nuget: Install-Package Webapiroutedebugger. When I run my app, and I call the Bugger a route(http://localhost:9078/Rd), this way, explodes this error: But the…
-
1
votes1
answer1534
viewsReference with a yellow triangle, what does it mean?
When you have an exclamation, I understand that the reference is in trouble and needs to be removed/reinstalled. But with this little triangle, I don’t know. I saw that the package is installed. In…
-
1
votes1
answer64
viewsCreate nuget package from a REST web API application
I have a WEB API REST service in ASP.NET CORE 2.0 multiple projects(layers) in it. However, by larger forces, it cannot be used as a service. It was then suggested to create a nuget package for this…
-
1
votes1
answer595
viewsMy notifications are not coming and I think my code may be correct
I made several attempts to send Push Notification and none of them I was able to view in my App. I always thought until now, that I was wrong. But I followed two steps and saw that with the guys it…
-
1
votes1
answer92
viewsNuget Paint Package or Digital Signature
Is there any nuget package that allows you to make digital signature drawing by screen, or even a nuget that is something like a Paint where you can draw on the screen and save as an image?
xamarin xamarin-forms visual-studio-2017 nugetasked 6 years, 6 months ago Lucas Riechelmann Ramos 521 -
1
votes0
answers126
viewsNuget Package Manager Console Not Available
I was using the console normally just now, then a command would not finish and closed the window. But now I can’t open another console window. I believe that the command is not yet running, because…
-
1
votes1
answer73
viewsWhat is a "multi-target" Nuget package?
My question is about generating a "multi-target" Nuget package, what would that be? I know that the package is compiled in one version target, .Net Framework 4.5, Core 2.0, etc. I even researched…
-
0
votes1
answer159
viewsHow to get a specific version of a library via Nuget?
I need to use a library with a specific version in an old project. I remember once downloading another library from the Nuget console specifying the version, but I do not remember and I do not know…
-
0
votes1
answer70
viewsNuget package on local IIS or intra
I set up the nuget local and worked very well, both on my machine and on the network. What I want is to put the packages(DLL) in the IIS, so that when passing the address(URL) where are the DLL's,…
-
0
votes1
answer933
viewsProblem installing new Nuget Pack
I try to download PDF.js via Nuget, but it is a problem: Error: Could not install package 'PDF.js 1.3.91'. You are trying to install this package into a project that targets…
-
0
votes1
answer5745
viewsFailure to reference a nuget package
After installing the W10 Anniversary Update, I’ve been trying to build an open source project that I normally did before and now can’t. I get the following error in the output of Visual Studio 2015…
c# visual-studio visual-studio-2015 nuget uwpasked 8 years, 3 months ago José Camelo de Freitas 407 -
0
votes0
answers34
viewsNuget ASP package
I maintain an ASP system (legacy is legacy) that has difficulty controlling system versions and upgrades. Thinking about how to improve this and gain stability for the system between versions I…
-
0
votes1
answer222
viewsError installing - Nuget - Unable to connect to the remote server
My Nuget wasn’t able to download any packages and I couldn’t see the packages installed on Manager Package, so I researched a little and decided to uninstall and install again. The problem starts…
-
0
votes0
answers553
viewsError using Nuget Package Manager in VS 2017
I installed VS 2017 community 2017 and gives this error when I need to use Nuget Package Manager ? PM> enable-migrations enable-migrations : O termo 'enable-migrations' não é reconhecido como…
-
0
votes1
answer36
viewsIs it necessary to add Microsoft.net.http? monoAndroid?
I am trying to get my app to pass data through a web api. Try to put the Microsoft.net.http package on nugetPackage but it will backfire. If necessary, how do I fix it? The
-
0
votes0
answers25
viewsProject not found when trying to install Entity from Nuget
The drop-down list where all my Solution projects are or should be listed, is coming in blank. What should I do to list the projects there? I’ve already given a rebuild and it’s still empty. The…
-
0
votes1
answer115
viewsDoes not install Xamarin.googleplayservices.base
Even praying, we are able to install the plugin via Nuget: Xamarin.googleplayservices.base The message is: Unable to install 'Xamarin.GooglePlayServices.Base package 42.1021.1'. You are trying to…
-
0
votes1
answer52
viewsFailed to add the "System.Runtime" reference to Asp.net
I am trying to install the latest "stable version" of Mysql.Data from Nuget package manager. The version in question is 6.10.5. When trying to install, the message below is displayed: Failed to add…
-
0
votes1
answer72
viewsPackage installation
I needed to copy an entire class into my PCL project (Xamrin.Forms). And it’s giving error on three using which are: using System.Web; using System.Net.Sockets; using System.Security.Cryptography; I…
-
0
votes1
answer86
viewsHow to add Resece in Visual Studio
In the company we have a problem with some of the projects, because they are in different folders on the machines of each programmer and usually when you check in and then get Latest version, we all…
-
0
votes1
answer64
viewsHow to install a Hidsharp Nuget in Visual Studio
I need to communicate between WPF I’m creating and a door USB which receives data from a hardware. Reading on, I saw that a library called Hidsharp that would be a Nuget to make this communication,…
-
0
votes1
answer425
viewsHow to uninstall nuget packages at once, including dependencies
There is a way to uninstall nuget packets at once, without having to look around or hoping to give the error to know which is the dependency to uninstall and then go uninstalled one by one. If I…
-
0
votes1
answer38
viewsPackages do not restore Nugetpackage
After upgrading VS2017 to version 15.5.1 this project no longer restores packages I tried to remove the packages and install again but it didn’t work, reinstalled the VS didn’t work out tbm,…
-
0
votes1
answer42
viewsError trying to install Ntoastnotify package by Nuget
I’m trying to install the package: Ntoastnotify version 5.0.10 in my system: Asp.Net Core 2.1 But I’m getting the following messages: Severity Code Description Project File Line Suppression State…
-
0
votes0
answers452
viewsI cannot install package I created . NET - NUGET
I recently created a package in Nuget in order to perform some tests with a private Nuget server. I did it this way in Visual Studio 2017: I created a new Class Library project (.NET Standard) I…
-
0
votes1
answer198
viewsNuget Visualstudio Problem
I have a problem. Until yesterday it was not, everything was normal. Today when I went to activate a Migration, add or update, is giving this error in the console. Enable-Migrations : It is not…
-
0
votes0
answers54
viewsNuget package does not point to the installed package
I have an app, just like a package Nuget. The package in question is the: System.Net.Http This application has the target framework set to .NET Framework 4.7.2. When checking in the project to where…
-
0
votes0
answers45
viewsError implementing simple AI in C#
I wonder if someone could help me, if there is a simple example or nuget for AI, which is exclusively in C# for object recognition and OCR reading, using a pre-trained model (Onnx for example). I…
-
0
votes1
answer36
viewsMega API Client: Cancellationtoken at Downloadfileasync
I started using a MEGA file cloud API where I can upload and download the files from the cloud. Nuget Package here, I’m doing fine: using CG.Web.MegaApiClient; using System; using…
-
-1
votes1
answer114
viewsMicrosoft.AspNetCore.Spaservices.Extensions. Does not exist
I just installed VS2019 into my new machine. And to test, I created a simple project. I noticed you no longer have the . net 3.1 but the 5. But my projects are in version 3 and I need them to…
-
-1
votes0
answers19
viewsHow does the "Using" directive find Nuget packages?
Hello, I’m beginner in programming, I’m using. NET and after installing a package by Nuget did not understand how the Using directive finds the package I want, as well as its classes. I don’t know…
-
-2
votes1
answer117
viewsThe latest versions (after version 5.0.0 ) of the Entity core framework are experiencing a failure to install in my project. Is this a general error?
When trying to install the latest version of Entity Framework Core in a project, using Visual Studio 2019, via Microsoft’s Install-Package command.Entityframeworkcore, I came across the following…