Created Unassigned: "Select Projects" dialog doesn't work well with Dark...
Using VS 2013 Preview on Windows 8.You can see the screenshot here:https://pbs.twimg.com/media/BTAxQA8IIAADXi4.jpgI've also attached an export of all the settings.
View ArticleEdited Unassigned: "Select Projects" dialog doesn't work well with Dark Theme...
Using NuGet 2.7 on VS 2013 Preview on Windows 8.You can see the screenshot here:https://pbs.twimg.com/media/BTAxQA8IIAADXi4.jpgI've also attached an export of all the settings.
View ArticleCreated Unassigned: ILogger should have a method to handle license acceptance...
When using NuGet.Core API to install packages programmatically there seems to be no mechanism to handle license acceptance. ILogger seems like the obvious place, since it is also where file conflicts...
View ArticleCreated Unassigned: Allow packages to state they should be installed as...
Certain packages, e.g. StyleCop.MSBuild should be installed as development dependencies in 99.99% of cases.Currently, the only way to change a package installation is to manually edit the...
View ArticleCreated Unassigned: "Automatic Package Restore" feature not work for projects...
In Nuget 2.7 new feature "Automatic Package Restore" not work if csproj file is under solution folder.Environment: VS2012 Ultimate, NuGet 2.7Steps to reproduce:1. Create solution and csproj project...
View ArticleCommented Issue: automatic Package restore doesn't work for solution folder...
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 ArticleCreated Unassigned: When search found nothing on installed or updates. [3641]
It's very common that you load up nuget packages to install something and you are in the Installed Packages or Updates item on the left, so entering something like 'toastr' will end up telling you :No...
View ArticleEdited Unassigned: Feature to address UX problem when searching not on online...
It's very common that you load up nuget packages to install something and you are in the Installed Packages or Updates item on the left, so entering something like 'toastr' will end up telling you :No...
View ArticleEdited Unassigned: Feature to address UX problem when searching not on online...
It's very common that you load up nuget packages to install something and you are in the Installed Packages or Updates item on the left, so entering something like 'toastr' will end up telling you :No...
View ArticleEdited Unassigned: Feature to address UX problem when searching not on online...
It's very common that you load up nuget packages to install something and you are in the Installed Packages or Updates item on the left, so entering something like 'toastr' will end up telling you :No...
View ArticleEdited Unassigned: Feature to address UX problem when searching not on online...
It's very common that you load up nuget packages to install something and you are in the Installed Packages or Updates item on the left, so entering something like 'toastr' will end up telling you :No...
View ArticleSource code checked in, #05a6e4a711fccbd5d69a177d73a92b394f154faf
Add the IsPrerelease property to packages feed to match the nuget.org gallery feed.
View ArticleCommented Issue: NuGet.exe can't handle blanks in output-path [901]
Hi all,having blanks in the output path forces to use /o "path with blanks" which leads to illegal charcters in path.m.Comments: Just a note: I had the same/similar problem: -Output "path\ending on...
View ArticleCreated Unassigned: Solution-level Package with dependencies cannot be...
Hi,When I try to install the attached solution-level Package I get the Errormessage "'Test-Package' could not be installed because it is no compatible with any project in the solution." Does anybody...
View ArticleClosed Issue: web.config transforms fail when document is open in Visual...
If the web.config is open in the XML editor when a NuGet package is applied that performs a web.config transform, that transform may fail to update the XML properly. Subsequent automation (e.g. an...
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 ArticleCreated Unassigned: nuget pack fails to include files with ..\ in paths [3649]
Given a .nuspec file that includes a snippet like this:<files><file src="$TargetPath$Microsoft.VisualStudio.Composition.dll" target="lib\net451" /></files>And given a command line...
View ArticleEdited Unassigned: nuget pack fails to include files with ..\ in paths [3649]
Given a .nuspec file that includes a snippet like this:<files><file src="$TargetPath$MyLibrary.dll" target="lib\net451" /></files>And given a command line that includes a switch like...
View ArticleCommented Unassigned: Input string was not in a correct format [3609]
I have upgrade to the latest NuGet version 2.7, and I now get the following error when trying to install a package. I am running on VS2012 Ultimate. I had all of the latest updateds installed. I did...
View ArticleCommented Unassigned: Input string was not in a correct format [3609]
I have upgrade to the latest NuGet version 2.7, and I now get the following error when trying to install a package. I am running on VS2012 Ultimate. I had all of the latest updateds installed. I did...
View Article