Created Unassigned: NuGet installations fail on FIPS-140-2 enabled...
On our workstations which test or develop FIPS-140-2 products (not production, obviously), this is a painful limitation. Reproduce:1. Enable FIPS-140-2 mode (secpol.msc => Local Policies =>...
View ArticleCommented Unassigned: NuGet installations fail on FIPS-140-2 enabled...
On our workstations which test or develop FIPS-140-2 products (not production, obviously), this is a painful limitation. Reproduce:1. Enable FIPS-140-2 mode (secpol.msc => Local Policies =>...
View ArticleNew Post: Show Current NuGet values and settings for troubleshooting
It would be nice to see what the NuGet.exe command line has got for values, such as, which nuget.config is it going to use, what are the $name$ values going to resolve to. Any values which could be...
View ArticleEdited Issue: Unable to install: Exception from HRESULT: 0x80070003 [700]
Can't install NuGet 1.1 (Feb 12 2011, Stable). I'm getting next error:The system cannot find the path specified. (Exception from HRESULT: 0x80070003) with error log at...
View ArticleCommented Unassigned: Wrong handler is unregistered [3410]
In RunProjectAction method VsProjectManager class 2 event handler are registered (Removed and Adding):```projectManager.PackageReferenceRemoved += removeHandler;projectManager.PackageReferenceAdding +=...
View ArticleEdited Issue: Wrong handler is unregistered [3410]
In RunProjectAction method VsProjectManager class 2 event handler are registered (Removed and Adding):```projectManager.PackageReferenceRemoved += removeHandler;projectManager.PackageReferenceAdding +=...
View ArticleEdited Feature: Add ability to force adding assembly binding redirects for...
Currently when a package gets installed assembly binding redirects get added to config only if there are other assemblies in the application that were bound against an earlier version of the assembly...
View ArticleSource code checked in, #dcc4f6c970ec97e3c6cde5c5d1c0c92d1adc3b80
Fix a bug where the wrong event handler is unsubscribed. Work items: 3410
View ArticleEdited Issue: Wrong handler is unregistered [3410]
In RunProjectAction method VsProjectManager class 2 event handler are registered (Removed and Adding):```projectManager.PackageReferenceRemoved += removeHandler;projectManager.PackageReferenceAdding +=...
View ArticleCommented Issue: Wrong handler is unregistered [3410]
In RunProjectAction method VsProjectManager class 2 event handler are registered (Removed and Adding):```projectManager.PackageReferenceRemoved += removeHandler;projectManager.PackageReferenceAdding +=...
View ArticleClosed Issue: Wrong handler is unregistered [3410]
In RunProjectAction method VsProjectManager class 2 event handler are registered (Removed and Adding):```projectManager.PackageReferenceRemoved += removeHandler;projectManager.PackageReferenceAdding +=...
View ArticleCommented Unassigned: Package installation problems with 2.5 [3414]
We've created several packages with previous versions of NuGet but since upgrading to the latest version something seems broken. We first noticed it when trying to use a C# project to bring in packages...
View ArticleCreated Unassigned: MachineCache fails on Win2012 & IIS8 [3415]
I'm using NuGet.Core as an add-in manager for my application and I've just upgraded to 2.5. It appears that in revision 189b1aeab81227d0eb981aff6329f2547fd01368 some code was added to MachineCache that...
View ArticleCommented 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 ArticleNew Post: Changing package id - best practise
Upload a new version of the old package with no binaries or content and exactly one dependency - the new package Unlist the old package Quite a few of the Microsoft packages that were renamed followed...
View ArticleCommented 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 Unassigned: Support for SemVer 2.0 specification's notion of...
SemVer 2.0 was just released, [as announced by Phil Haack](http://haacked.com/archive/2013/06/18/semver-2-0-released.aspx), and the major feature is the addition of a specification for build numbers...
View ArticleNew Post: Changing package id - best practise
Thank you very much for your swift reply! Best regards Christian
View ArticleSource code checked in, #d1086bffeeed7403badf570e61e82d353d3464b3
Corrected acknowledgements from 2.6 to 2.7
View ArticleUpdated Wiki: Home
Getting Started |Documentation | Frequently Asked Questions |Known Issues |Release ArchiveUpcoming and Recent ReleasesRelease DateDetailsLinks2.7Late Summer 2013In planningPackage Restore improvements...
View Article