Created Unassigned: No detailed error message is given when Package restore...
from @danliu1. map and download folder to $/Personal/danliu/MvcApplication12. open MvcApplication1.sln and click Restore button on shown PMCExpected: package restore worksActual: failed with no...
View ArticleEdited Unassigned: No detailed error message is given when Package restore...
from @danliu1. map and download folder to $/Personal/danliu/MvcApplication12. open MvcApplication1.sln and click Restore button on shown PMCExpected: package restore worksActual: failed with no...
View ArticleEdited Unassigned: No detailed error message is given when Package restore...
from @danliu1. map and download folder to $/Personal/danliu/MvcApplication12. open MvcApplication1.sln and click Restore button on shown PMCExpected: package restore worksActual: failed with no...
View ArticleCreated Unassigned: nuget.exe -verbosity Detailed printing all GET logs in...
from @prabhuHave multiple package sources added. Type> nuget install jQuery -verbosity Detailed. All GET <> logs are printed in green color. Expectation: Green generally indicates a...
View ArticleCreated Unassigned: Nuget -verbosity Detailed does not print diagnostic...
Disable all the package sources from VS -> Settings -> Package sources. And add one package source (say http://myget.org/F/Katana)Now type> nuget install jQuery -verbosity Detailed to see...
View ArticleCreated Unassigned: non framework targeted dll reference doesn't work [3224]
from @xinqui1. Unzip the attached NuGet package file2. Create a Fx4.0 project3. Add NuGet package from step 1Expected: ClassLibrary3.dll be referenced, along with ClassLibrary2.dllActual:...
View ArticleCreated Unassigned: User Experience of installing NuGet.Commandline package...
from @ranjinim1. Create an app (I created Basic, MVC4 app)2. Right click on the project to bring Manage Packages dialog3. Search 'NuGet'4. Click on Install button for NuGet.CommandlineResult:UX shows...
View ArticleNew Post: Active Directory: QuestAD tools, modifying custom attributes
Hi there guys, quick question. My org has a few custom attributes for user objects and I need a way to mass change them. I did find a solution which worked for modifying one of them, but not the other....
View ArticleCommented Unassigned: File Conflict dialog UI needs improvements on VS 2010...
Font color is white, which is low contrast with the rest of the dialogsee attached screenshotComments: Also the other dialogs on VS 2010 need improvements too, such as license, progress and solution...
View ArticleCreated Unassigned: vs2012 freeze after any command in package manager...
vs2012 hangs completely after executing any command (e.g. get-help NuGet).That occures without having a project loaded.Find attached the output of devenv /log . I've made a dump as well but attachement...
View ArticleClosed Issue: [2.5 pre-release build] NuGet executable name is wrong in...
I downloaded the CI build of VSIX from here,http://docs.nuget.org/docs/start-here/installing-nuget#Installing_a_CI_buildIn my Visual Studio 2012 Ultimate I can see from Extensions and Updates dialog...
View ArticleEdited Issue: [2.5 pre-release build] NuGet executable name is wrong in...
I downloaded the CI build of VSIX from here,http://docs.nuget.org/docs/start-here/installing-nuget#Installing_a_CI_buildIn my Visual Studio 2012 Ultimate I can see from Extensions and Updates dialog...
View ArticleEdited Issue: Strange error when install jQuery to native project [3165]
Repo:1. Create a new Visual C++ Win32 Console Application project with default settings.2. Add a NuGet reference to jQuery.EXPECT: A warning saying that jQuery has no native component, so it is not...
View ArticleCommented Issue: Strange error when install jQuery to native project [3165]
Repo:1. Create a new Visual C++ Win32 Console Application project with default settings.2. Add a NuGet reference to jQuery.EXPECT: A warning saying that jQuery has no native component, so it is not...
View ArticleClosed Issue: Cannot restore packages from secured feed without write...
Example scenario which is currently unsupported:*NuGet package restore from a secured package source during deployments to Windows Azure Web Sites is impossible.*## Why?* Encrypted package source...
View ArticleEdited 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 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 ArticleClosed Issue: [2.3 nightly build] nuget.exe pack -IncludeReferencedProjects...
1. Create a webapplication targeting 4.52. Add a class library to the solution targeting 3.53. nuget pack webapplication with -IncludeReferencedProjectsActual:it adds classlibrary to lib\net45...
View ArticleCommented Issue: [Tracking] F# related issues [2909]
Following issues require working with F# team1. F# project system throws ‘InvalidOperationException’ when installing packages via Package Manager Console. Refer to 28732. On an F# project, call to...
View ArticleClosed Issue: Fix resource string in FSharpProjectSystem::RemoveReference [2907]
Fix the string in FSharpProjectSystem::RemoveReference.Also, ADD unit tests/functional tests for Issue: 2873 as appropriateComments: verified by looking at code changes
View Article