Edited Issue: Package Manager is confused by centralized packages folder [2933]
I currently have NuGet Package Restore enabled and I'm using "repositoryPath" to store the packages for all the projects on my development machine in a single location.NuGet Package Manager does not...
View ArticleCommented Issue: Package Manager is confused by centralized packages folder...
I currently have NuGet Package Restore enabled and I'm using "repositoryPath" to store the packages for all the projects on my development machine in a single location.NuGet Package Manager does not...
View ArticleCommented Issue: Update at solution level doesn't show a project with older...
a. Solution has Project A with Jquery 1.7b. Add new Project B which install Jquery 1.9 (the latest version)c. Now launch package manager dialog at solution level (I want to update all the projects in...
View ArticleCommented Issue: Package Browser Published Date not locale-aware [3032]
The date in the package details in the browser (in VS2012) is not locale aware - I'm in NZ so expect to see DD/MM/YYYY but am instead seeing MM/DD/YYYY - very confusing at this end of each month...
View ArticleCommented Issue: Package Browser Published Date not locale-aware [3032]
The date in the package details in the browser (in VS2012) is not locale aware - I'm in NZ so expect to see DD/MM/YYYY but am instead seeing MM/DD/YYYY - very confusing at this end of each month...
View ArticleCommented Issue: Package Browser Published Date not locale-aware [3032]
The date in the package details in the browser (in VS2012) is not locale aware - I'm in NZ so expect to see DD/MM/YYYY but am instead seeing MM/DD/YYYY - very confusing at this end of each month...
View ArticleNew Post: Creating a ".NET Framework Packages" NuGet feed
Well to be honest... while I can see a use case for this there are feature teams like signalr, aspnetwebstacknightly and tfs plugins which are Microsoft teams pushing their stuff to MyGet and pushing...
View ArticleCreated Issue: Make package sources switch-off-and-onable [3035]
We have some custom NuGet feeds to our company specific projects. Managing them in NuGet makes it really easy to perform package updates. However! It makes the UI really painful:- if you don't have...
View ArticleNew Post: Add-BindingRedirect automation
Currently I am installing a package using this code:var componentModel = GetGlobalService(typeof(SComponentModel)) as IComponentModel; var installer =...
View ArticleNew Post: Integrate a nuget Package with a standard visual studio template
How can I integrate a nuget Package with a standard visual studio template
View ArticleReviewed: NuGet Visual Studio extension (Feb 12, 2013)
Rated 5 Stars (out of 5) - asdsadsadasdsafsafsa
View ArticleNew Post: Creating a ".NET Framework Packages" NuGet feed
@jeffhandley: This proposal would work us. Ultimately, the only thing we care about is the experience a developer gets when installing VS on a fresh machine. To me it doesn't matter which tool is...
View ArticleCommented Issue: nuget crashes when building project [2593]
This seems to happen each and every time :(Is there any more details I can provide to help getting this resolved?3>C:\Work\hg\uxf\2012.10\.nuget\NuGet.targets(6,9): error MSB3073: The command...
View ArticleNew Post: Creating a ".NET Framework Packages" NuGet feed
@jeffhandley: As for the NuGet source code, I don't believe there is any reason why the changes would harm neutrality. I am concerned though about NuGet.org, a community run site, having "one-off"...
View ArticleNew Post: nuget.exe and powershell use different config?
I was using nuget.exe and expecting it would be the same as powershell, i.e. pick up the same package source configuration as VS [which originally was a suprise to me, but hey, I guess now I am used to...
View ArticleCommented Issue: nuget ignores nuget.config [2812]
Hello,I've got the latest version of nuget.exe and I'm trying to take advantage of the multiple nuget.config files.For some reason, nuget keeps using the feeds listed in the nuget.config file that is...
View ArticleNew Post: Creating a ".NET Framework Packages" NuGet feed
I see favoritism as a non-issue, as long as MS does things in a way that anybody else could do them if they owned the development tool in question. a) the 'favoritism' really happens in Visual Studio...
View ArticleCommented Feature: We need a more general mechanism to support Native and...
The SQL CE package needs some native binaries. Currently, we're handling this by having install.ps1 create a post build event. But this is not a great solution because when dealing with a Web Site,...
View ArticleCommented Issue: UI doesn't obey allowedVersions [1979]
Given a packages.config with...<package id="Simple.Data.Core" version="0.12.2.2" allowedVersions="[0.12,0.13)" />If I use Update-Packages, all is well, however if a developer use the UI dialog it...
View ArticleNew Post: Circular dependency detected
Our team's solutions reference a large number of NuGet packages, and have frequently run into circular NuGet dependency issues which, up until now, we've been able to figure out. But now I'm finding...
View Article