Commented Issue: [2.2 regression] installing package on a f# project throws...
1. Create new f# project<br />2. Install jquery package<br />Actual:<br />looks like f# project doesn't support __VSHPROPID.VSHPROPID_IsNonMemberItem (that was added in 2.2 to improve...
View ArticleCreated Issue: Sort by publish date throws null reference exception [2854]
repros with latest Nuget 2.2 bits.Repro steps:1.Creating a new C# Classlibrary project.2.Right-click the solution and click Manage NuGet Package dialog.3.Click "Settings" and add an available package...
View ArticleCommented Issue: wp75 is a not supported target [2853]
1. Create package with portable-win8+net45+Sl4+wp75 target.2. Create a project with portable-win8+net45+Sl4+wp753. install package (with 2.1 nuget)Actual:---------------------------Microsoft Visual...
View ArticleCommented Issue: Debugging init.ps1 and install.ps1 during package...
My goal is to debug within Visual Studio 2012 Nuget powershell scripts and modules that are installed using Nuget powershell console. Ideally I would like to intercept running these .ps1 scripts under...
View ArticleEdited Issue: NuGet may add app.config file with binding redirects to Windows...
Summary: NuGet will try to add an app.config with binding redirects to Windows Store apps if it thinks it is needed. However, Windows Store apps don't need app.config, and will actually fail to start...
View ArticleEdited Issue: Sort by published date throws null reference exception [2854]
repros with latest Nuget 2.2 bits.<br /><br />Repro steps:<br />1.Creating a new C# Classlibrary project.<br />2.Right-click the solution and click Manage NuGet Package...
View ArticleEdited Issue: Sort by published date throws null reference exception [2854]
repros with latest Nuget 2.2 bits.<br /><br />Repro steps:<br />1.Creating a new C# Classlibrary project.<br />2.Right-click the solution and click Manage NuGet Package...
View ArticleEdited Issue: NuGet may add app.config file with binding redirects to Windows...
Summary: NuGet will try to add an app.config with binding redirects to Windows Store apps if it thinks it is needed. However, Windows Store apps don't need app.config, and will actually fail to start...
View ArticleClosed Issue: NuGet may add app.config file with binding redirects to Windows...
Summary: NuGet will try to add an app.config with binding redirects to Windows Store apps if it thinks it is needed. However, Windows Store apps don't need app.config, and will actually fail to start...
View ArticleCommented Issue: [2.2 regression] installing package on a f# project throws...
1. Create new f# project<br />2. Install jquery package<br />Actual:<br />looks like f# project doesn't support __VSHPROPID.VSHPROPID_IsNonMemberItem (that was added in 2.2 to improve...
View ArticleSource code checked in, #fd5f5505e4e2
Merge branch 'master' of https://git01.codeplex.com/forks/jkanczler/i2721
View ArticleEdited Issue: Sort by published date throws null reference exception [2854]
repros with latest Nuget 2.2 bits.<br /><br />Repro steps:<br />1.Creating a new C# Classlibrary project.<br />2.Right-click the solution and click Manage NuGet Package...
View ArticleEdited Issue: NTLM requests get unauthorized exception because of KeepAlive...
We have a private NuGet repository that requires NTLM authentication. We found out that some computers can't authorized automatically because of unknown issue. We used debug on the NuGet source code to...
View ArticleCommented Issue: NTLM requests get unauthorized exception because of...
We have a private NuGet repository that requires NTLM authentication. We found out that some computers can't authorized automatically because of unknown issue. We used debug on the NuGet source code to...
View ArticleCreated Issue: The color of "+" and "x" on package sources options pane...
Repro steps:1. Start the manage nuget dialog2. Go to settings and then click on Package SourcesExpected: The "+" and "x" should be darker to illustrate that they are enabled, to be consistent with the...
View ArticleCreated Issue: [2.2 regression]...
$packages = Get-Package -ListAvailable jQuery $packagesWithMoreThanOne = $packages | group "Id" | Where { $_.count -gt 1 } returns following in 2.1 packageswithoutmorethanone is null.Count Name Group...
View ArticleEdited Issue: [2.2 regression]...
$packages = Get-Package -ListAvailable jQuery <br /> $packagesWithMoreThanOne = $packages | group "Id" | Where { $_.count -gt 1 } <br /><br />returns following in 2.2 and in 2.1...
View ArticleEdited Issue: [2.2 regression] functional test...
$packages = Get-Package -ListAvailable jQuery <br /> $packagesWithMoreThanOne = $packages | group "Id" | Where { $_.count -gt 1 } <br /><br />returns following in 2.2 and in 2.1...
View ArticleCreated Issue: Unable to push to nuget.server using iisexpress [2859]
I am trying to create a server to push nuget packages. Steps to reproduce.vs2012 create an empty asp.net applicationinstall-package nuget.server (version 2.1.1)change requireApiKey value to false in...
View Article