Questions tagged as 'nuget'

1
answer

What would a NuGet be?

I noticed that in several programs and in several places they use NuGet , I even had to use one myself, but I used it without knowing the definition of it, can I say that it would be an extension? >     
asked by 22.03.2018 / 12:37
2
answers

How to install .NET Core Nuget packages using VS Code?

I'm 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 Console . You need to use the Add-Package com...
asked by 27.11.2017 / 19:46
1
answer

Copy DLL to directory with .nuspec without referencing it in the project

I created a local NuGet. It worked well, until we found a problem that I can not resolve immediately. The following: There is a reference in the project, which calls another reference. Well, it turns out that this reference can not be added as a...
asked by 21.12.2015 / 19:01
1
answer

I can not remove a reference installed by NuGet

I installed DLL Log4net with nuget . As it is in a different version of ours and a colleague gave me the usual one, I deleted it from the folder and put the current one. When I validate the solution / project, the version that wa...
asked by 01.12.2015 / 17:54
1
answer

Mount a local package manager (NuGet)

Due to a huge problem that happens here in the company, such as package dependencies, then the company decided to create a private%, which runs locally. The purpose of this is when anyone downloads the source code of our applications, he already...
asked by 14.12.2015 / 17:27
1
answer

How do I insert references to use the ScriptEngine class?

Based on the question Compile string as code includes in my project the ScriptEngine class, however, it is not being found in the references: using Microsoft.CodeAnalysis.Scripting; using Microsoft.CodeAnalysis.Scripting.CSharp; //Nes...
asked by 30.03.2017 / 20:43
2
answers

How 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 the library to the project by addi...
asked by 03.12.2015 / 19:40
1
answer

Uninstall packages and all their dependencies at once

Is there any way I can 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   'NETStandard.Library.1.6.1' depends on it How...
asked by 05.01.2018 / 17:43
1
answer

Nuget - Packages.Config use latest versions of packages

Scenery I have a project where my Libraries (other components of the project) are Nuget packages, and whenever it has some update is generated in Proget a new version .. and all developers have to give an update packages manually so that Te...
asked by 14.02.2018 / 13:35
1
answer

Reference with a yellow triangle, what does it mean?

When you have an exclamation mark, I understand that the reference is in trouble and needs to be removed / reinstalled. But with this little triangle, I do not know. I saw that the package is installed. If so, what should I do? See the screensho...
asked by 15.09.2017 / 11:57