Commented Issue: Improve error messages when the target project is targeting...
This work item, http://nuget.codeplex.com/workitem/2635, improved the error messages a little when installing a package into a project that is targeting the wrong frameworks, however, I don't believe...
View ArticleClosed Issue: Improve error messages when the target project is targeting...
This work item, http://nuget.codeplex.com/workitem/2635, improved the error messages a little when installing a package into a project that is targeting the wrong frameworks, however, I don't believe...
View ArticleCommented Issue: Improve error messages when the target project is targeting...
This work item, http://nuget.codeplex.com/workitem/2635, improved the error messages a little when installing a package into a project that is targeting the wrong frameworks, however, I don't believe...
View ArticleCreated Issue: instead of showing cannot connect to server it should say no...
http://stackoverflow.com/questions/14689747/nuget-2-2-3-extention-problems-cannot-connect-to-server
View ArticleClosed Issue: Latest Nuget Client hangs when installing any package [2167]
Replication: 1) Open the solution (only one solution has this problem, I've tested with other solutions without problem)2) Add a new Nuget package causes Visual Studio to hang.This happens for any feed...
View ArticleCommented Issue: Improve error messages when the target project is targeting...
This work item, http://nuget.codeplex.com/workitem/2635, improved the error messages a little when installing a package into a project that is targeting the wrong frameworks, however, I don't believe...
View ArticleCommented Issue: Update package dialog hangs in VS2012 [2532]
I'm trying to update a package with large amount of files in content. After short period of time Package manager GUI hangs. Dialog "Updating" just freezes. I even can't scroll anything inside it. It's...
View ArticleNew Post: Nuget package can only include explicitly specify a list of files...
i hava a asp.net mvc 4 project: project nuget content .js ,.css and *.jpg content .js ,.css and *.jpg /* build action is content */ Views web.configPlugin.configin project.nuspec...
View ArticleSource code checked in, #a5dc8bca1117
restore BuildInParallel property for TeamCity build.
View ArticleNew Post: 404 Not Found from Remote Server
the problem for me was I created a WebSite project not a precompiled ASP .NET project, when I deployed I got the 404 error. once I switched to the correct project type it worked as expected
View ArticleCommented Issue: Package Restore ignores BizTalk projects (*.btproj) [3010]
Enabling NuGet package restore on a solution containing BizTalk projects that consume NuGet packages does not enable package restore.Expected:- NuGet.targets get imported in btproj file- The following...
View ArticleNew Post: Conservative install and update.
I'm curious. Why do you name the flag "PreferInstalledDependencies"?
View ArticleNew Post: bindingRedirect web.config
You're correct. We should fix it so that install.ps1 is run after binding redirect execution.
View ArticleCreated Issue: bindingRedirect is executed after install.ps1 [3018]
Copied from http://nuget.codeplex.com/discussions/431396The problem here is that we add binding redirect after executing install.ps1. The order should be reversed. The problem is that the PowerShell...
View ArticleNew Post: bindingRedirect web.config
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleEdited Issue: Need to add different references per platform [2763]
Currently the References element isn't able to specify different file names/references based on the target platform.This should be split up like the depependencies:<References><Group...
View ArticleEdited Feature: When using nuspec / csproj pair, provide a way to exclude...
The default behavior of nuget pack is great when its called against a csproj. It will look at the corresponding nuspec and packages.config files and it will automatically include dependencies.However,...
View ArticleEdited Feature: When using nuspec / csproj pair, provide a way to exclude...
The default behavior of nuget pack is great when its called against a csproj. It will look at the corresponding nuspec and packages.config files and it will automatically include dependencies.However,...
View ArticleSource code checked in, #199e7ebf1fc4
Modify the NuGet target to use -NonInteractive flag instead of setting an environment variable Work Item: 2983
View ArticleCreated Issue: Install-Package from UNC share doesn't honor the dependency...
1. Create a package say DependencyPack version 1.0 and put it in NuGet official source.2. Now create version 2.0 of DependencyPack and put it in local UNC share.3. Now create a package testpack version...
View Article