Commented Unassigned: Extra space on SolutionDir breaks package restore...
In NuGet.targets, the "solutionDir" argument has an extra space. This breaks package restore on Mono. I fixed it in our local copy of this file, and verified that it fixed things on Linux/Mono. I then...
View ArticleCreated Unassigned: Restore failed at yellow bar since a custom source feed...
1.create a c# class library. 2.Right Click Solution and choose 'Enable Package Restore'. Click yes on the dialog.3. Install a package to the project.4. Add a customer source feed at NuGet option...
View ArticleEdited Unassigned: Restore failed at yellow bar since a custom source feed...
1.create a c# class library. 2.Right Click Solution and choose 'Enable Package Restore'. Click yes on the dialog.3. Install a package to the project.4. Add a customer source feed at NuGet option...
View ArticleEdited Unassigned: Restore failed at yellow bar since a custom source feed...
1. create a c# class library. 2. Right Click Solution and choose 'Enable Package Restore'. Click yes on the dialog.3. Install a package to the project.4. Add a customer source feed at NuGet option...
View ArticleNew Post: Unable to overwrite the content files(_layout.cshtml) when nuget...
How to replace the contents in .cshtml files when Nuget installation. Is this possible? I think its possible to use the Install.ps1 file. Please guide me how to write and Integrate the Nuget package?...
View ArticleCommented Unassigned: Install-Package : Project unavailable - Visual Studio...
Intermittently but Frequently the NuGet Package Manager completely stops working in Visual Studio 2012.If I try and install a package I get this error:```PM> install-package <package...
View ArticleEdited Feature: Files under Packages folder are checked out without any...
Repro steps:1. create a win32 project, install zlib and jquery.validation package2. add solution to source control and check in3. uninstall jquery.validation package4. check the pending...
View ArticleEdited Issue: Files failed to be deleted from the physical folder, even it's...
Repro steps:1. create a new win32 c++ project2. install jquery.validation package3. add solution to source control and check in4. uninstall jquery.validation packageExpected: the files under the Script...
View ArticleEdited Unassigned: Just starting Package Manager dialog will make the .proj...
1. Have a solution with packages installed checked into TFS2. Restart VS and open the same solution3. Start Manage Packages dialogExpected: Before any package operations, there are no files checked out...
View ArticleEdited Unassigned: with enable package restore after adding to source control...
On VS 2012 with 2.61. Create new MVC application (a template which already has packages installed)2. Add it to source control (not checked in yet)3. enable package restore4. Save the solution and try...
View ArticleCommented Unassigned: Add PowerShell Commands to manage package sources [3424]
Right now you have to use the command line (via the "sources" option) or the Library Package Manager Settings in Visual Studio to manage repositories. Would be wonderful if this functionality was also...
View ArticleClosed Unassigned: Add PowerShell Commands to manage package sources [3424]
Right now you have to use the command line (via the "sources" option) or the Library Package Manager Settings in Visual Studio to manage repositories. Would be wonderful if this functionality was also...
View ArticleEdited Unassigned: Fail to add solution to TFS after enable package restore...
Repro steps:1. create a win32 c++ project2. install jquery and zlib package3. enable package restore4. uninstall jquery package5. add solution to source controlExpected: can be added to source control...
View ArticleClosed Unassigned: Silverlight Developer Runtime 64 bit installation issue...
[Moved from the Gallery: https://github.com/NuGet/NuGetGallery/issues/1257]Steps to reproduceIn an Enterprise environment while we have Silverlight 32 bit Developer Runtime, we got 64 bit package after...
View ArticleEdited Feature: Make package restore the default for new solutions [3379]
The success of NuGet has caused a shift in the way most solutions are created. After creating the solution, it's important to remember to "Enable NuGet Package Restore" - while it's not a difficult...
View ArticleClosed Unassigned: nuget pack cannot find DLL [3344]
I am trying to create a nuget package for some classes in a DLL. When I run 'nuget pack MyProj.csproj' (from the same directory as the project) I get the following error:__Unable to find 'MyProj.dll'....
View ArticleEdited Unassigned: Updating Package with Targets that Reference Included...
Currently NuGet allows MsBuild targets files to be added to a project, let's say adding Package A to Project B. The default target in Package A can reference MsBuild tasks in assemblies also in Package...
View ArticleEdited Issue: Provide better error message when portable libraries don't...
When you are building a portable class library and install a NuGet package that contains portable assemblies, but for different combinations of platforms, the error message isn't actionable.An example...
View ArticleCommented Unassigned: Update-Package is inconsistent when used accross...
Suppose that there are these NuGet packages available:* PackageA v1.0.0* PackageA v.1.0.1* PackageB v.1.0.0* PackageB v.1.0.1PackageA references PackageB; it has a NuGet dependency (in the nuspec file)...
View ArticleClosed Unassigned: Update-Package is inconsistent when used accross multiple...
Suppose that there are these NuGet packages available:* PackageA v1.0.0* PackageA v.1.0.1* PackageB v.1.0.0* PackageB v.1.0.1PackageA references PackageB; it has a NuGet dependency (in the nuspec file)...
View Article