Commented Unassigned: Error 1 NuGet Package restore failed for project xyz:...
I don't recall changing or updating anything in VS2012, but recently getting this along with similar errors during compile. Any thoughts?Comments: I followed the instructions...
View ArticleCommented Unassigned: Error 1 NuGet Package restore failed for project xyz:...
I don't recall changing or updating anything in VS2012, but recently getting this along with similar errors during compile. Any thoughts?Comments: Thanks roblinx! I may get back to try it. Funny, today...
View ArticleCommented Feature: Allow package resource folders to be configurable [1914]
I <3 Nuget. But one thing I don't like is that it forces things like JavaScripts to be in one location. I keep my website organized a specific way, and I don't want my scripts in that folder. So it...
View ArticleCreated Unassigned: Keep the list of files and references in proj files...
Having the list of files and references inside project files in ordered fashion after installing or restoring NuGet packages would help in branch/merge scenarios of the project files (.csproj etc.).
View ArticleCommented Issue: Installing and updating packages in VCS-connected projects...
Actually the issue is broader that I thought before. ANY VCS-related (TFS) operation takes 7-8 seconds per a file for Nuget. It's too slow. Installing a package can last dozens of minutes.(it's not a...
View ArticleNew Post: NugetFileCustomTool
When I found this site I was sure this site are pretty nice.I read this informations and help me so much and I hope can help more people like mecasino gaming
View ArticleNew Post: Package with same library different dependencies
Hello, In my company, we use a tool named IKVM which is used to convert java code to C# dll. These dll are libraries used by others more complex project. All converted libraries depend on a specific...
View ArticleCreated Unassigned: Unable to restore packages from additional source [3624]
Prior to updating to 2.7, nuget.exe seemed to respect the package sources defined in nuget.targets, located in the same directory as nuget.exe. After upgrading, nuget is unable to restore a package...
View ArticleEdited Unassigned: Unable to restore packages from additional source [3624]
Prior to updating to 2.7, nuget.exe seemed to respect the package sources defined in nuget.targets, located in the same directory as nuget.exe, when installing packages. After upgrading, nuget is...
View ArticleEdited Unassigned: Both NuGet-DependentPackage and...
Repro steps:1. start Package Manager dialog2. go to online tab and install Microsoft.Aspnet.WebApi.Odat3. go to update tab and click UpdateAll4. check fiddler requestsExpected: Both...
View ArticleClosed Issue: [NuGet 2.7] Regression: Missing localization in settings...
NuGet 2.7RC is currently missing localized strings for settings when using a German OS.As can be seen in the attached screenshot, the first checkbox text was localized before, but isn't in the current...
View ArticleClosed Feature: Package download should indicate version of dependency [3436]
New headers are being added to indicate ProjectTypes and Visual Studio version. In addition if this is a dependent install then the dependent package id is indicated, however, the package version is...
View ArticleEdited Issue: Error on authentication error under non-interactive mode [3580]
I noticed a minor exception from the NuGet.exe on the case it failed to authenticate with a feed under non-interactive mode. Previous builds of NuGet reported the error in more user-friendly...
View ArticleCommented Issue: Error on authentication error under non-interactive mode [3580]
I noticed a minor exception from the NuGet.exe on the case it failed to authenticate with a feed under non-interactive mode. Previous builds of NuGet reported the error in more user-friendly...
View ArticleClosed Issue: Localized satellite package not copied to main package [3543]
Configuration:Private nuget server version 2.6.0.1Nuget package manager version 2.6.40627.9000Main package conf: - id : MyDll - version : 1.0.0 - language : en-US - content: lib/net45/MyDll.dll...
View ArticleCreated Unassigned: automatic Package restore doesn't work for solution...
1. Create new solution2. Add a solution folder3. Add a class library project to the solution folder4. install package to class library5. delete packages folder6. buildActual:it doesn't restore...
View ArticleEdited Issue: automatic Package restore doesn't work for solution folder [3625]
1. Create new solution2. Add a solution folder3. Add a class library project to the solution folder4. install package to class library5. delete packages folder6. buildActual:it doesn't restore...
View ArticleCommented Feature: Feature Request: Drag packages.config to Properties folder...
I'd like to be able to drag the packages.config file into my project's Properties folder, but currently when I do this I get an error in the Add Library Package Reference dialog.It would be even better...
View ArticleCreated Unassigned: automatic package restore to run init.ps1 scripts after...
This would be useful for users to import modules on restore without restarting/reopening solution.for example, if you see these steps for the sample...
View Article