Closed Issue: Uninstalling packages show unexpected behavior for packages...
Repro steps:1. create a c# class library project2. install OverwriteSameFileOne package (attached), click yes when asked to overwrite3. install OverwriteSameFileTwo package (attached), click yes when...
View ArticleEdited Issue: Install metapackage at a project level [2868]
Nuget fails to install a metapackage at a project level. The assumption here is that since the meta package installs packages which are project level so the metapackage should be able to be installed...
View ArticleCommented Issue: Add newbie mode for nuget gallery [2591]
I'm a nuget newbie, so my first package published to the nuget gallery was a bit of a mess. Took several versions to get it right. At least I hope it is now. Future packages will probably be good at...
View ArticleCommented Issue: Add newbie mode for nuget gallery [2591]
I'm a nuget newbie, so my first package published to the nuget gallery was a bit of a mess. Took several versions to get it right. At least I hope it is now. Future packages will probably be good at...
View ArticleCommented Issue: VS2012 hangs in NuGet package manager [3093]
I am experiencing a hang in Visual Studio 2012 using NuGet package UI.Its a fairly big (66 projects, 4 pages of NuGet packages) solution, closed-source commercial.Flow:1. Right click solution node in...
View ArticleCommented Issue: vs12 offline workspace detected changes picking up packages...
Using the vs12 nuget package extension manager <solution> | "enable nuget package restore" option does what you expect it to do, i.e. adds <solution>\.nuget files that result in nuget...
View ArticleSource code checked in, #d8ac701bb05c
Fixes of issues 3116 and 3111. 3111: Output files from referenced projects should be added to the same target framework directory as the main project's output files. 3116: The cause is that a project...
View ArticleEdited Issue: [2.3] portable library reference not added correctly with...
I have a portable library 1 (targeting net45+win8) and references another portable library 2(targeting win+net45+sl50+wp80).nuget pack PortableClassLibrary1.csproj -includereferencedprojects -verbosity...
View ArticleCommented Issue: [2.3] portable library reference not added correctly with...
I have a portable library 1 (targeting net45+win8) and references another portable library 2(targeting win+net45+sl50+wp80).nuget pack PortableClassLibrary1.csproj -includereferencedprojects -verbosity...
View ArticleEdited Issue: [2.3] includereferencedprojects need to check if a project...
I have the following package referencesclasslibrary1 references classlibrary2, classlibrary3 and classlibrary4classlibrary2 references classlibrary2classlibrary4 references classlibrary3nuget pack...
View ArticleCommented Issue: [2.3] includereferencedprojects need to check if a project...
I have the following package referencesclasslibrary1 references classlibrary2, classlibrary3 and classlibrary4classlibrary2 references classlibrary2classlibrary4 references classlibrary3nuget pack...
View ArticleCommented Issue: VS2012 hangs in NuGet package manager [3093]
I am experiencing a hang in Visual Studio 2012 using NuGet package UI.Its a fairly big (66 projects, 4 pages of NuGet packages) solution, closed-source commercial.Flow:1. Right click solution node in...
View ArticleEdited Issue: vs12 offline workspace detected changes picking up packages...
Using the vs12 nuget package extension manager <solution> | "enable nuget package restore" option does what you expect it to do, i.e. adds <solution>\.nuget files that result in nuget...
View ArticleCommented Issue: vs12 offline workspace detected changes picking up packages...
Using the vs12 nuget package extension manager <solution> | "enable nuget package restore" option does what you expect it to do, i.e. adds <solution>\.nuget files that result in nuget...
View ArticleEdited Issue: vs12 offline workspace detected changes picking up packages...
Using the vs12 nuget package extension manager <solution> | "enable nuget package restore" option does what you expect it to do, i.e. adds <solution>\.nuget files that result in nuget...
View ArticleCreated Issue: Unable to restore packages with .targets files [3135]
Unable to restore packages with .targets files.Steps to reproduce: 1) Create Portable Class Library Project.2) nuget-install Microsoft.Bcl.Async (for example)3) Enable NuGet package restore4) Close...
View ArticleCreated Issue: for wix project it adds targetframework as net4000 [3136]
install a package on wix projectActual:it adds net4000 as the targetfx<package id="CodeAssassin.WixWebProjectReferences" version="1.0" targetFramework="net4000" />Expected:should not add target...
View ArticleClosed Issue: Cannot install NuGet Packages in WiX Setup Projects 3.6 or 3.7...
We cannot add NuGet packages to WiX Setup Projects, version 3.6 or 3.7. Although the option of adding a package exists, when we try to install one package VS displays the following error message:...
View ArticleNew Post: nuget update packages from wrong source
BTW, when I open the "Manager NuGet packages dialog" I see only my feed. Not the official gallery. Thanks Gil
View Article