Updated Release: Up for Grabs
This release represents issues that we would accept as a pull request if implemented with sufficient quality. We believe the items in this release are good ideas but not ideas we will act upon in the...
View ArticleCommented Issue: Allow Filter by ID only in Get-Package console comand [3054]
The current __Get-Package__ Console Command only allows very broad filtering. and may bring back too many results when searching.ie. if I want to find all supported versions of JQuery I would enter the...
View ArticleNew Post: Why MSBuild for Package Restore?
@jeffhandley it's great to see you taking an active interest in Mono and XBuild in such decisions. I've managed to make some of my OSS projects fully cross platform compatible with CI builds for both....
View ArticleNew Post: Why MSBuild for Package Restore?
There's a little-known trick to hook into pre-build event of a solution.
View ArticleNew Post: Why MSBuild for Package Restore?
We don't really need the boostrap to be a project. It can just be a .targets file as it is now.
View ArticleCreated Issue: pointer in the updating window to look at output window [3055]
1. Launch package manager dialog and click on update all (or any other operation of updating/uninstalling packages)2. You would notice it would show an updating dialog with the operations being...
View ArticleClosed Issue: update-package for F# broken [2873]
update-package does not work for F# projects and possibly has never worked. You can use my project https://github.com/jackfoxy/RandomBitsSolution for testing.I have attempted this on a recent nightly...
View ArticleClosed Issue: PathResolver does not support alt directory separator chars [2767]
nuget.exe push /foo/bar.nupkg results in a file not found even though a file exists under $PWD\foo. Shouldn't be particularly hard to allow both kinds of separatorsComments: Verified this is now fixed...
View ArticleNew Post: Why MSBuild for Package Restore?
We need to make sure that the steps to restore packages outside of msbuild are straightforward. The problem is that in a large solution, you end up with one packages.config file for each csproj, so the...
View ArticleNew Post: Why MSBuild for Package Restore?
RE: "But if we first need to recursively search for all the relevant packages.config to run nuget.exe on them, it gets complicated. " You don't need to recursively search for relevant packages.config....
View ArticleNew Post: Why MSBuild for Package Restore?
Here are my takeaways at this point:We need to get out of the business of modifying every project file, but we must ensure the scenario of restoring packages and then building that project is easy.At...
View ArticleNew Post: Why MSBuild for Package Restore?
Note that the default NuGet.targets already has support for downloading nuget.exe on the fly (using WebClient). This is a decent 3rd alternative to having nuget.exe preinstalled or committed. It's kind...
View ArticleNew Post: NuGet Hangs Loading Manage Dialog
I also have the same issue . The key step for me was/is deleting the whole ./package directory that's created in the solution by nuget. This works, but I have to delete it every time I want to run...
View ArticleCommented Issue: Nuget removes users file in a solution folder after clicking...
Nuget removes users file in a solution folder after clicking no when asked to overwrite files (during package install), and then uninstall the package.repro steps:1. create a class library project with...
View ArticleCommented Issue: Can't install any package using nuGet package manager in...
I just updated the nuGet Package manager. The version number is 2.2.40... Now, I am trying to install one package using nuGet Package Manager. and it is throwing an error. It is happening with only one...
View ArticleCommented Issue: When package restore does not honor "repositoryPath" [2921]
In my Nuget.config I have specified a repository path:<config><add key="repositoryPath" value="C:\Shared\Packages" /></config>When I install a package it correctly places the exploded...
View ArticleEdited Issue: When package restore does not honor "repositoryPath" [2921]
In my Nuget.config I have specified a repository path:<config><add key="repositoryPath" value="C:\Shared\Packages" /></config>When I install a package it correctly places the exploded...
View ArticleClosed Issue: Nuget removes users file in a solution folder after clicking no...
Nuget removes users file in a solution folder after clicking no when asked to overwrite files (during package install), and then uninstall the package.repro steps:1. create a class library project with...
View ArticleCommented Issue: Relax pre-release package restriction policy [3039]
Consider the following scenario: there is a package (e.g. Super.Log) which goes through version 0.1 to 0.9 and is now approaching release. Developers publish a version 0.1-rc, and this becomes a...
View ArticleEdited Issue: Relax pre-release package restriction policy [3039]
Consider the following scenario: there is a package (e.g. Super.Log) which goes through version 0.1 to 0.9 and is now approaching release. Developers publish a version 0.1-rc, and this becomes a...
View Article