Closed Issue: Change Official Package Source Names/URLs [3495]
1. Change "NuGet official package source" to simply "nuget.org"2. Add www to the official package source url as wellComments: The feature is done. Opened other issues on codeplex to track bugs, so...
View ArticleCommented Issue: Check and auto-update HintPath in .csproj file [1230]
It would be nice if the NuGet update command would check and fix HintPath references in the VS project file.Please see SO question for details:...
View ArticleClosed Unassigned: Just starting Package Manager dialog will make the .proj...
1. Have a solution with packages installed checked into TFS2. Restart VS and open the same solution3. Start Manage Packages dialogExpected: Before any package operations, there are no files checked out...
View ArticleSource code checked in, #f41f4c022fe12c226eec7f7535c13c095440d93b
add functional test for Lightswitch project
View ArticleEdited Unassigned: NuGet official package source is not getting migrated to...
Repro steps:1. having nuget official feed only on nuget 2.62. create a nugetdefaults.config as attached3. upgrade nuget to 2.7Expected: The NuGet official package source is migrated to nuget.orgActual:...
View ArticleEdited Unassigned: Installing NuGet 2.7 with VS open will keep the old nuget...
Repro steps:1. with VS open, install nuget 2.7 VSIX2. check the package sourceExpected: when VS is restarted after the install, the nuget official feed source is migratedActual: both nuget official...
View ArticleSource code checked in, #eec62f87678f69c84adac7f87e8e335d162f4008
Merge branch 'issue3493'
View ArticleCommented Unassigned: nuget.core package not current [3531]
http://www.nuget.org/packages/Nuget.Core/The latest release (2.6.0.1) contains nuget.core.dll version 2.6.40619.9041The latest Nuget extension for visual studio uses nuget.core.dll version...
View ArticleClosed Unassigned: nuget.core package not current [3531]
http://www.nuget.org/packages/Nuget.Core/The latest release (2.6.0.1) contains nuget.core.dll version 2.6.40619.9041The latest Nuget extension for visual studio uses nuget.core.dll version...
View ArticleCommented Unassigned: Visual Studio 2013 Custom Repository Path not used [3521]
I am seeing in the VS 2013 Preview that either through the Manage NuGet Packages Dialog or the Package Manager Console that my .nuget\nuget.config custom repository path is not being used and always...
View ArticleCommented Unassigned: Nuget pack - poor error output [3534]
PS C:\Projects\Thing> nuget packAttempting to build package from 'Thing.csproj'.Parameter "escapedValue" cannot be null.I looked through NuGet code, I don't find "escapedValue" anywhere in the...
View ArticleCreated Unassigned: Need events exposed for Nuget.Server actions [3535]
We are running Nuget.Server within an Enterprise setting and wish to be notified when Nuget activities occur--specifically when new packages arrive or updates are posted. It would be nice to be able to...
View ArticleNew Post: Improvements for Nuget
For project dependencies: I would love to see a dependency chain of all my packages. Step 1: I would like to be able to click on a package and see what packages depend on it in my project. So if I...
View ArticleNew Post: NuGet fails to load after updating to Visual Studio Update 3
I am having the same issue. When I start Visual Studio 2012 I get the message "EurekaPackage failed to load" or something to that effect. I am having the same exact problems as you to a tee. I had...
View ArticleNew Post: Improvements for Nuget
@MisinformedDNA Have you tried the package visualizer? http://docs.nuget.org/docs/workflows/package-visualizer
View ArticleSource code checked in, #7e963751eaa9e649a33df242d06bae87c59b7f10
delete Backup1 folder.
View ArticleSource code checked in, #4331e84d5c9f0a874e0f6a039b0819b72b72820f
delete UpgradeLog file
View ArticleNew Post: Improvements for Nuget
Yea, that looks pretty good. I only have Professional, so I guess I'm out of luck. Good to know in the future.
View ArticleSource code checked in, #bec5d4c9e903716dfd75a39e2fa4a1a2ad1d3ddb
Prevent possible null ref exception due to threading issue.
View Article