NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.

learn more… | top users | synonyms

0
votes
1answer
17 views

Validation failed for one or more entities. See 'EntityValidationErrors' property for more details. Code First

I get this error: Validation failed for one or more entities. See 'EntityValidationErrors' property for more details. when i try to update the database with the Update-Database command in the ...
0
votes
1answer
22 views

How do I use OpenCover and ReportGenerator to view Unit Test Coverage Results?

I'm a noob to using both OpenCover and ReportGenerator and I'm struggling a bit in understanding how to get them working. I'm using VS.NET 2012 'Professional' which means I don't have access to the ...
1
vote
1answer
20 views

How Best to Write To BundleConfig From Nuget

I am creating a Nuget package for other developers on my team and I am condensing styles using SASS. The package is packed with the appropriate dependencies for using SASS and it installs fine on a ...
0
votes
0answers
14 views

How to bring EWS Managed API 2.0 to nuget

As of now the latest version of the Exchange Web Services Managed API is 2.0. The only package on nuget is http://nuget.org/packages/Microsoft.Exchange.WebServices/ which is 1.2. What is the proper ...
0
votes
3answers
21 views

ASP.Net MVC - Update default project reference bundle using Nuget

I'm new with ASP.NET MVC 4 moving from Java framework and just started using NuGet Package Manager to update my reference. After creating 1 project and updated the reference library such as Jquery ...
0
votes
1answer
38 views

WebApi routing dependency using ASP.Net visual studio 2010

I'm creating a WepApi on visual studio 2010, I've use NuGet for the api. Now when I'm registering the API in the Global File im getting the following error. The code below is found in the ...
0
votes
1answer
32 views

Nuget package restore

I am trying to work out how NuGet knows what packages it needs to restore (and how it knows where to find them) in the case that they are not present locally (i.e. when the packages have not been ...
0
votes
0answers
18 views

VS2012 + Nuget: MvcMailer Reference not being added after installing packages

I have seemingly messed something up in my VS2012 solution and cannot figure out what has changed. I am installing a package through "Manage Nuget Packages" window (right-click on "References" in ...
0
votes
2answers
17 views

Do I need to add DLL's that are marked as dependencies to the nuget lib folder

I have a package and nuspec file that I build by copying the dll for the assembly in question into a lib folder which is in the same folder as my nuspec file. This all works fine and dandy, no issues ...
0
votes
0answers
23 views

Nuget packages to add their settings in custom xml file instead of the web/app config file

With some custom logic I have added a template for my web config in my Asp Mvc 4 application. When I need to modify the web.config file I am editing the template file for it and the changes are ...
0
votes
1answer
147 views

Can you add ASP.Net MVC 4 Intranet Template to existing empty project

I started a Visual Studio 2012 project by creating an asp.net MVC 4 empty project. I would like to know if I can add the authentication membership provider, bundling, css, javascript that come ...
0
votes
2answers
48 views

How to use web farm framework and octopus deployment

I have done a setup for automation deployment using team-city and octopus. it is successfully deploying to required servers but I need to load balance as well. Any idea how can I combine them ...
0
votes
1answer
50 views

How to manage own nuget package per project in the solution

We want to package some third party assemblies into our own nuget package. I created some packages with NuGet Package Explorer, and published it to our nuget server. I can also install it into our ...
2
votes
1answer
94 views

Build NuGet Package automatically including referenced dependencies

I want to run a local/internal NuGet repository. I think I've figured out how to "reuse" existing NuGet packages by including them in a dummy project using NuGet and scanning the package file to grab ...
0
votes
0answers
30 views

PostSharp in web project using NuGet

After I followed the steps listed here : http://doc.postsharp.net//postsharp-2.1/Default.aspx##PostSharp-2.1.chm/html/41129237-a5d4-4acf-aef4-c46759ccfb4b.htm it gives me this error : " PostSharp is ...
0
votes
0answers
23 views

Custom lib destination folder for Nuget packages

I am having some problems with my Nuget package. It is actually working as intended, but i need change its behavior to better suit my needs. I have added a number of .dll files to the packages lib ...
1
vote
1answer
47 views

Unity3D third party C# library inclusion

So I'm currently working on making an RPG that's going to require a lot of state machines with Unity3D. The problem I'm running into is when trying to include the Stateless Framework ...
0
votes
1answer
30 views

Nuget : how to NOT remove old packages after package update?

A couple months ago we've started using Nuget in our ASP.NET MVC projects. We're building a lot of applications that consist of several reusable compontents. For example: Application A - ...
0
votes
1answer
22 views

Providing Uninstall option in custom NuGet packages

When creating custom NuGet packages, how do we provide the option for uninstalling a NuGet package, which removes the references/ static files which came as part of the package. Thanks in Advance
0
votes
0answers
11 views

How I can configure my package so that in the command line of the PM does not include the version number?

All packages that I publish in nuget.org contains the version number, eg "MyCompany.MyLibrary-Version 1.0". It should be placed in the PM. Instead I want publish my package as "MyCompany.MyLibrary" ...
0
votes
0answers
38 views

No package found in the current package source

This must be a simple issue, but don't see what is wrong. Managing packages form VS2012 the dialog opens but there seems to be no online packages available: "No package found in the current package ...
0
votes
1answer
24 views

Is it possible to rename a folder in Nuget

I'm creating a nuget package to install some ascx files into a solution. The folder i want the ascx files to be stored in will be different depending on the project. IE folder name will be the same as ...
7
votes
1answer
103 views

Build issue when using package restore in Team Foundation Service

I'm trying Microsoft Team Foundation Service ( the Cloud TFS ) and using automated hosted build and package restore. It always fails, but according to log it seems that the package restore works fine ...
1
vote
0answers
42 views

Failed to build NuGet package…includes source and symbol file

I am facing issue while packaging static content as part of NuGet. I want to package Javascript files only as part of the NuGet package. Included the following entry inside the NuSpec file as shown ...
1
vote
1answer
39 views

Selective installation by using NuGet Package

I have created versions of NuGet packages,uploaded and it is working fine. I have set of libraries in my package which has been populated in different directories inside the package. Some users might ...
0
votes
1answer
31 views

Extend method that works like JQuery.Extend

Is there a nice Extend method in a nice thin Nuget package anywhere? One that works like jQuery.Extend. The reason I ask is that I have view models and database models that are pretty similar. I ...
2
votes
2answers
88 views

Cannot add part for the specified URI because it is already in the package

I am using NUGET Pack in teamcity to build a package. But it is creating the following error. I am using nuget teamcity version 2.2.1. Step 2/2: Build Package (NuGet Pack) (14s) [12:10:40][Step 2/2] ...
0
votes
1answer
30 views

Adding NuGet package present on hard drive (Not hosted anywhere) to a project

MY Task is to generate a NuGet package of one project containing static content and binaries. Then means by which this NuGet package can be consumed in another Project/ Solution. I have completed the ...
0
votes
1answer
65 views

Is it possible to reference different NuGet package versions in a Visual Studio solution?

We are a team composed of 7 members and we want to create a Cloud Application (Windows Azure) with Visual Studio. Our application is hosted on GitHub so we have choose to use NuGet packages to keep ...
0
votes
1answer
40 views

Insert and run nuget Package Manager Console command through macros

I would like to create a macro in Visual Studio 2010 which: -opens the Package Manager Console -runs a command in it The macro recording tool only generates the code for the first issue: ...
0
votes
1answer
32 views

specifying nuget package sources

My build server fails to build because the package source cannot be found. Here's how I want to specify it: <PackageSources><add key="My Feed" ...
0
votes
1answer
16 views

Cannot compile in Release mode because of CroMagVersion error

I have installed CroMagVersion into my solution using NuGet package manager. It worked just fine in Debug configuration. Now that I want to try some Release mode I'm struck into this 4> ...
0
votes
1answer
128 views

Failed to add reference to 'Newtonsoft.Json'

I just installed Windows 8 on my PC and downloaded Microsoft Visual Studio Express 2012 for Windows 8. Updated and everything, and when I try to install anything thru Package Manager Console, I get ...
0
votes
1answer
71 views

Entity framework programmatically update

I have a c# project in which i created an Entity Framework Context and all the DBSets. I can create and migrate the db through the Package Manager Console. What i want to do, is do the same thing but ...
0
votes
0answers
55 views

RazorPDF not working on build server

I'm creating an application which uses the RazorPDF nuget package for creating PDF document. When using this on a local development pc everything works fine but when I deploy on a server, I always get ...
1
vote
3answers
106 views

NuGet feed hosting options including MyGet

I have been investigating options for NuGet feed hosts. Currently, we use TeamCity to build/publish packages to TC's built-in server. For a Visual Studio package-source pointed to TC, we've found ...
1
vote
1answer
65 views

Visual Studio : NuGet Package Source requires credentials

Visual Studio 2012 > Tools > Options > Package Manager > Package Sources I add a new Package Source pointing to a myget.org url : http://www.myget.org/F/myfeed/ VS > Tools > ...
0
votes
1answer
20 views

Package updates display only in Package Manager

In "NuGet package Manager" the updates packages available are displayed. On command line Get-Package -Updates, nothing is displayed:
0
votes
1answer
45 views

How to remove AND delete folder from project in NuGet PowerShell install?

I am trying to remove and delete the files from a project during the install PowerShell of a NuGet package. I have the code below that removes it from the project, but I cannot figure out how to pipe ...
0
votes
1answer
87 views

Installing NuGet package from outside of Visual Studio

I'm working on a project wich will create boilerplates for new websites, And based on what you select in the interface/GUI it will install certain modules to the new site. Therefore I want to use ...
0
votes
2answers
63 views

Use array in PowerShell to delete folders?

I am new to PowerShell and trying to get used to the strange syntax. I am trying to delete an array of folder paths. This is how I would do it in C#: string[] folders = { '~/MyFolder/Test123', ...
0
votes
2answers
38 views

How to open readme URL for NuGet package?

In NuGet, you can put a readme.txt in the root of the pacakge and it will open automatically. However, I have seen NuGet packages open a URL upon installation. How is this done (you can see an example ...
0
votes
0answers
23 views

Not showing solution specific packages when shared packages folder is configured

This is my directory structure dev folder -packages -solution1 folder -solution2 folder -nuget.config (*) I have configured a shared packages folder for all my solutions by placing ...
0
votes
0answers
52 views

Nuget packages update

1) Package restore is disabled by default. To give consent, open the Visual Studio Options dialog, click on Package Manager node and check 'Allow NuGet to download missing packages during build.' You ...
0
votes
1answer
68 views

Excluding all files of a type in NuGet

Problem: I have .sql files in my Visual Studio project which I want to exclude from my NuGet package. These .sql files are nested into various directories, and I have been unable to successfully ...
4
votes
1answer
136 views

How can I add a script reference to _Layout.cshtml with a NuGet package?

I have a helper called 'SelectionOtherInput', for capturing a meaningful value when a user chooses 'Other' on a select list. I have built a NuGet package for it, and it is ready to use as installed, ...
0
votes
0answers
235 views

Visual Studio 2012 - How to add a file link to a file in the same project

When I add a file from another Visual Studio 2012 project to my current project by using the 'Add As Link' option from the 'Add Existing Item' dialog. The file link is nicely created and everything is ...
0
votes
1answer
57 views

How do I package a new HTML Helper and its data annotation atttibute?

I have a new HTML helper, SelectionOtherTextBoxFor. It is a textbox linked to a <select> element1 for capturing the actual other value if the user selects 'Other' in the select list. It has ...
2
votes
1answer
87 views

What is the point of Nuget packages?

Maybe I'm doing something wrong or expressing pure ignorance here, but I can't really see how Nuget packages are beneficial? I recently decided to install a number of Nuget packages to replace the ...
0
votes
0answers
123 views

Added Nuget packages to multi project solution template

After going the http://docs.nuget.org/docs/reference/packages-in-visual-studio-templates I was able to configure nuGet package as a part of VSIX package for a single project template.As per the link ...

1 2 3 4 5 7