Commented Issue: Reinstall breaks the NuGetGallery solution [2841]
On the master branch of the NuGetGallery project, I just ran Update-Package -Reinstall to restore assembly references that were incorrectly dropped a while back. This is to address the file not found...
View ArticleNew Post: Native Package Support Implementation
No, it's not a problem. How did you know about Garrett's design?
View ArticleNew Post: Native Package Support Implementation
How do I best communicate with you? Are you using Skype or Lync? We can chat next week.
View ArticleNew Post: Native Package Support Implementation
I've been a volunteer on CoApp for a couple years and I talk with Garrett regularly.Skype or Lync are both fine. Lync would probably be best if we want to whiteboard or anything. Email me at...
View ArticleCreated Issue: tools->packagemanager->option to switch off saving solution...
Currently for a solution containing large number of projects and folders there is a perf hit caused by Nuget.VisualStudio.VShierarchyitem.walkdepthfirst where it tries to save the expanded nodes.Would...
View ArticleClosed Issue: quick launch search text with a space results in default search...
1. in quick launch type "azure storage"<br />Actual:<br />launches dialog without any search text.<br /><br />Expected:<br />to search for "azure storage"Comments:...
View ArticleEdited Issue: Reinstall breaks the NuGetGallery solution [2841]
On the master branch of the NuGetGallery project, I just ran Update-Package -Reinstall to restore assembly references that were incorrectly dropped a while back. This is to address the file not found...
View ArticleCommented Issue: Reinstall breaks the NuGetGallery solution [2841]
On the master branch of the NuGetGallery project, I just ran Update-Package -Reinstall to restore assembly references that were incorrectly dropped a while back. This is to address the file not found...
View ArticleNew Post: Install older package version via GUI
I'm going to take a stab at implementing a version drop-down into the GUI since this is a feature I agree would be very useful. (wish me luck! :)On a related note I'm going to check for a topic or...
View ArticleCreated Issue: Allow to install an older version of a package. [2844]
I would like to be able to install an older package version easily. When I want to install an older package version, I'll get an error.PM> update-package MyPackage -version 4.0.11Updating...
View ArticleCommented Issue: nuget.exe outputs generic message to console instead of...
This is easy to reproduce by doing nuget install on a packages.config file that references a non-existant package version. The error you get is "One or more errors occurred."Instead, Main() should...
View ArticleCommented Issue: Manage nuget packages fails when tries download package [2604]
Hello.<br /><br />Since nuget is working with CDN I'm having problems to download packages. I'm trying at home and at work which are totally different networks.<br /><br />I can...
View ArticleCommented Issue: Manage nuget packages fails when tries download package [2604]
Hello.<br /><br />Since nuget is working with CDN I'm having problems to download packages. I'm trying at home and at work which are totally different networks.<br /><br />I can...
View ArticleCommented Issue: TFS offline mode : installing/uninstalling packages should...
It's low-pri because the csproj should be read-only in TFS offline mode, but we could fail earlier and avoid possible confusion/broken state.3/27/2012 UPDATE: Actually, we should succeed.1. TFS boud...
View ArticleCreated Issue: delete old doco [2845]
Can the old doc be deleted eg http://nuget.codeplex.com/wikipage?title=Nuspec%20Formatit still shows up as the first result in google
View ArticleNew Post: Debugging init.ps1 and install.ps1 during package installation...
My goal is to debug within Visual Studio 2012 Nuget powershell scripts and modules that are installed using Nuget powershell console. Ideally I would like to intercept running these .ps1 scripts under...
View ArticleEdited Issue: Allow to install an older version of a package. [2844]
I would like to be able to install an older package version easily. When I want to install an older package version, I'll get an error.<br /><br />PM> update-package MyPackage -version...
View ArticleCommented Issue: Provide option in Nuget pack command to add project...
W.r.t the query @ http://stackoverflow.com/questions/13389597/creating-nuget-package-with-project-referencies<br /><br />Scenario :<br />Consider a solution representing a library...
View ArticleCommented Issue: Nuget pack skips entries in packages.config (even with...
I attached a repro project where Elmah and Elmah.Corelibrary are installed and I restricted the allowedversions1. "nuget.exe -pack Classlibrary.csproj -build"2. open the nuspec inside the package,...
View ArticleCommented Issue: Nuget pack skips entries in packages.config (even with...
I attached a repro project where Elmah and Elmah.Corelibrary are installed and I restricted the allowedversions1. "nuget.exe -pack Classlibrary.csproj -build"2. open the nuspec inside the package,...
View Article