Questions tagged as 'nuget'

1
answer

Packages do not restore NugetPackage

After upgrading VS2017 to version 15.5.1 this project no longer restores the packages I tried to remove the packages and install again but did not work, I reinstalled VS did not work well, I researched a little and had some solutions to...
asked by 14.12.2017 / 17:56
1
answer

How to uninstall nuget packages at once, including dependencies

There is a way to uninstall nuget packages at once, without having to look for or waiting to give the error to know which dependency to uninstall and then go uninstalled one by one. If I select everything and give a Del then go to the Package...
asked by 26.10.2017 / 20:35
0
answers

The 'licenseUrl' element will be deprecated

I have a library made with .NETStandard, after I updated Visual Studio, I now get a warning:    NU5125 The 'licenseUrl' element will be deprecated. Consider using the   'license' element instead. See the code: <Project Sdk="Microsoft...
asked by 04.12.2018 / 00:11
0
answers

What do I do in GIT with the Scripts folder of an AngularJS project in Visual Studio 2017?

I'm doing a project with the FrontEnd in AngularJS. I created the repository in git, and I noticed that the Scripts folder had many JavaScripts from AngularJS and also from Bootstrap that I installed in the project through NugetPackages. I...
asked by 06.05.2018 / 01:49
0
answers

Could not load the file or assembly 'XXX' or one of its dependencies

Good, I have a private repository of NuGet's and I'm having some dependency problems between NuGet's. I have a NuGet that is installed in the test1 project. In this project, I marked NuGet as developmentDependency="true" . This pro...
asked by 29.01.2018 / 12:37
1
answer

Installing packages

I needed to copy an entire class into my PCL project (Xamrin.Forms). And it is giving error in three using which are: using System.Web; using System.Net.Sockets; using System.Security.Cryptography; I tried to install via NuGet and I can no...
asked by 03.01.2018 / 16:21
1
answer

Failed to add reference to "System.runtime" in ASP.NET

I'm trying to install the latest "stable version" of Mysql.Data by NuGet package manager. The version in question is 6.10.5. When you try to install, the following message is displayed: Failed to add reference to 'System.Runtime'. Please...
asked by 18.12.2017 / 17:11
0
answers

Project not found when trying to install Entity through 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 already gave a rebuild and still remains empty. The list is Default Project of Package Manage...
asked by 07.07.2017 / 14:11
1
answer

Do I need to add Microsoft.net.http? monoAndroid?

I'm trying to make my app pass data through a web api. I try to put the Microsoft.net.http package through nugetPackage but it returns in error. If it is necessary how do I solve this? The     
asked by 16.05.2017 / 21:15
0
answers

Error using NuGet Package Manager in VS 2017

I installed VS 2017 community 2017 and give this error when I need to use the Nuget Package Manager? PM> enable-migrations enable-migrations : O termo 'enable-migrations' não é reconhecido como nome de cmdlet, função, arquivo de script ou...
asked by 22.03.2017 / 11:25