NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.
0
votes
0answers
16 views
Nuget package the depends on 1 of N Nuget packages?
I am working on an open source project MvcSiteMapProvider getting it ready for deployment. It is a library package that supports MVC2, MVC3, and MVC4 as well as .NET 3.5, .NET 4.0, and .NET 4.5.
...
0
votes
0answers
14 views
How to use YUI compressor with ASP.NET MVC?
Just tried to use http://yuicompressor.codeplex.com/ minificator instead of buit-in one in ASP.NET. But there is no documentation on how to configure automatic minification.
How to use YUI Compressor ...
0
votes
1answer
16 views
Which port is used by NuGet while downloading package through Visual Studio
I am using VS 2010 (Package Manager Console) to download NuGet (2.5.40416.9020/Latest) packages. It uses URL https://nuget.org/api/v2/. It gives me error as below.
Install-Package : An error occurred ...
-1
votes
0answers
19 views
Maximum size of a nuget package accepted by http://nuget.org/
What is the maximum size of a nuget package accepted by http://nuget.org/
I did not find this information on their web site. Someone who uses could inform me?
=^.~=
1
vote
1answer
32 views
Difference between Umbraco NuGet Packages
I was wondering if someone could explain the differences between the Umbraco Cms Core Binaries Package and Umbraco Cms NuGet Package?
Thanks in Advance
0
votes
0answers
15 views
NuGet single file per solution
I'm exploring NuGet possibilities in order to use it in my project. I have noticed that I can check option to let NuGet download any missing packages during build which is pretty handy. That way we ...
0
votes
1answer
110 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
79 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
36 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
29 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
46 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
63 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
144 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
26 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
24 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 ...