Edited Unassigned: IVsPackageInstaller should allow installing a package...
We'd like the ability to specify to IVsPackageInstaller to install the 'newest' version of a package, when using a local pre-installed repository. Right now we have to specify an exact match of the...
View ArticleCommented Unassigned: IVsPackageInstaller should allow installing a package...
We'd like the ability to specify to IVsPackageInstaller to install the 'newest' version of a package, when using a local pre-installed repository. Right now we have to specify an exact match of the...
View ArticleSource code checked in, #62e61f37e77f4d9517637c0cce0f7fd37036178d
Fix unit test breaking.
View ArticleSource code checked in, #c40062416fea918e53f1fb1cc11f640efc14aade
Add project dependencies to ensure VsEvents is built before VsExtensions
View ArticleEdited Issue: When installing a package to multiple projects, NuGet shows the...
@Repro:1. Create a solution with multiple projects2. Right-click on Solution, choose Manage NuGet packages for Solution3. Choose Online -> All4. In Search Online text box, enter MEF5. Scroll down...
View ArticleCommented Issue: incorrect {framework name}-{version} or {profile} should...
I have the folder structure with a typo lib\net404orcontent\net404ortools\net404now when packaging it, nuget.exe should generate a warning for content/tools folder and an error for lib folder. This...
View ArticleEdited Issue: nuget installing packages to /net40 folder instead of /sl4...
What could be calling nuget to install packages such as JSON.NET to /net40 folder like the following? {project folder}\packages\Newtonsoft.Json.4.5.6\lib\net40\Newtonsoft.Json.dllThis is causing some...
View ArticleEdited Issue: Hierarchical nuget.config package sources duplicated when...
I have several package source specified in a hierarchical nuget.config file located in a solution Folder.In addition to this I have one package source (the official NuGet package source) specified in...
View ArticleCommented Issue: Hierarchical nuget.config package sources duplicated when...
I have several package source specified in a hierarchical nuget.config file located in a solution Folder.In addition to this I have one package source (the official NuGet package source) specified in...
View ArticleEdited Issue: Give warning on profile mismatch [2139]
Please give a warning if you download a package that has the wrong profile (Client vs. Full). Repro:1. Create a default C# console app in Dev10. This will be the Client profile.2. Add the azure package...
View ArticleCommented Issue: nuget installing packages to /net40 folder instead of /sl4...
What could be calling nuget to install packages such as JSON.NET to /net40 folder like the following? {project folder}\packages\Newtonsoft.Json.4.5.6\lib\net40\Newtonsoft.Json.dllThis is causing some...
View ArticleCommented Issue: NuGet should not generate binding redirects for binaries...
We're hitting an issue with Microsoft.Bcl package where NuGet is adding a binding redirect for a binary that is considered part of the framework, this causes the application to crash because the...
View ArticleCommented Issue: NuGet should not generate binding redirects for binaries...
We're hitting an issue with Microsoft.Bcl package where NuGet is adding a binding redirect for a binary that is considered part of the framework, this causes the application to crash because the...
View ArticleCommented Issue: NuGet should not generate binding redirects for binaries...
We're hitting an issue with Microsoft.Bcl package where NuGet is adding a binding redirect for a binary that is considered part of the framework, this causes the application to crash because the...
View ArticleCommented Issue: NuGet should not generate binding redirects for binaries...
We're hitting an issue with Microsoft.Bcl package where NuGet is adding a binding redirect for a binary that is considered part of the framework, this causes the application to crash because the...
View ArticleCommented Issue: NuGet should not generate binding redirects for binaries...
We're hitting an issue with Microsoft.Bcl package where NuGet is adding a binding redirect for a binary that is considered part of the framework, this causes the application to crash because the...
View ArticleCommented Issue: NuGet should not generate binding redirects for binaries...
We're hitting an issue with Microsoft.Bcl package where NuGet is adding a binding redirect for a binary that is considered part of the framework, this causes the application to crash because the...
View ArticleNew Post: Can't get some of the Nugets - transport stream
I made a topic here,https://nuget.codeplex.com/workitem/3403 anyone who can deliver a workaround please provide it, thanks
View ArticleEdited Unassigned: NuGetCmdletUnhandledException - Received an unexpected EOF...
When I try to install some of the extensions, I always encounter errors with Nuget```PM> Install-Package EntityFramework -Pre Install-Package : Received an unexpected EOF or 0 bytes from the...
View ArticleCommented Unassigned: NuGet Uninstall slow performance & out of memory error...
I'm not sure if you have pushed fix for this or not but I'm having some issues while uninstalling one of my packages. Basically it is a bit larger package around 30MB that contains almost 25MB of...
View Article