Source code checked in, #d9227e37d15fdf7e33d981e299f5bf69e8a8b1c6
Bug-3338: Package Sources dialog: the feed source cannot be edited anymore
View ArticleNew Post: Hardware Requirement
I'm sorry if I post in wrong topic discussion. I'm searching each page for nuget hardware requirement since earlier but I don't know where to find it. Where can I find it?
View ArticleNew Post: Nuget Command Line and Bootstrapper not working in offline...
Hi, We have an offline enviroment with no internet access (Bank) and we're working with Nuget local server on one of our servers. We need to create a package and store it in our local feed. We can't...
View ArticleCommented Feature: XDT transform: allow custom transform in NuGet packages...
XDT transform syntax shown on http://msdn.microsoft.com/en-us/library/dd465326.aspx provides a basic set of XML transform functionalities. For more complicated scenario such as Inserting the whole...
View ArticleCommented Feature: XDT transform: allow custom transform in NuGet packages...
XDT transform syntax shown on http://msdn.microsoft.com/en-us/library/dd465326.aspx provides a basic set of XML transform functionalities. For more complicated scenario such as Inserting the whole...
View ArticleNew Post: How to stop stop conflicting packages being installed.
I am creating a Windows 7 image, for a college dept. It must include: Visual Studio 2010 the lecturers has requested ASP.NET MVC3 with Tools, and would like the image to allow a local administrator to...
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 ArticleNew Post: Nuget Returns certificate Error
Hi all, Every time im running the nuget command wether if its for spec or pack im getting the following error : "The remote certificate is invalid according to the validation procedure". Does anyone...
View ArticleNew Post: Enable NuGet Package Restore doesn't work on TFS Build server
Hello, I did "Enable NuGet Package Restore" on my VS2010 solution and now, it fails on TFS2010 Bui_ld server. I have this error : C:\Builds\4\MyProject\Dev.nuget\nuget.targets (87)Â : An error occurred...
View ArticleEdited Feature: When using nuspec / csproj pair, provide a way to exclude...
The default behavior of nuget pack is great when its called against a csproj. It will look at the corresponding nuspec and packages.config files and it will automatically include dependencies.However,...
View ArticleCommented Issue: Add possibility for exact-match searches with "Get-Package"...
I'd like to list all version of one specific package.For example:nuget list nunit -allversions -exactmatchRight now, it will list everything that has nunit in its id or description.Comments: Very...
View ArticleClosed Issue: NuGet fails to install deep dependency tree due to MachineCache...
If you try and install a package with a very deep dependency tree (greater than 100 packages) the MachineCache will trigger a cleanup of the cache prior to the full tree being resolved. This is not...
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 ArticleCommented Unassigned: NuGet adds reference to older version rather than reuse...
In my solution 8 projects have references to NHibernate 3.3.3.4000 package. Because it requires Iesi.Collections (>= 3.2 && < 4.0) all of them also references to Iesi.Collections...
View ArticleClosed Issue: NuGet.targets does not pass $(Platform) to nuget pack [3307]
I can provide a formal patch, but basically Line 55:<BuildCommand>$(NuGetCommand) pack "$(ProjectPath)" -Properties __Configuration=$(Configuration)__ $(NonInteractiveSwitch) -OutputDirectory...
View ArticleClosed Issue: Add-BindingRedirect error "'object' does not contain a...
Package Manager Console:PM> Add-BindingRedirect -ProjectName ClassLibrary1Add-BindingRedirect : 'object' does not contain a definition for 'References'At line:1 char:1 Add-BindingRedirect...
View ArticleCreated Unassigned: Installing Nuget on VS 2012 causes errors. Unistalling...
I don't even want this thing, I just wanted VS to stop bugging me about updates so I let it install and now I can't create new projects in VS and can't seem to get rid of the NuGet. Now what?After...
View ArticleNew Post: What is the IP address or host name of the Packages repository to...
Hi Guys. We are working in a lab that does not have access to internet, but we need to request some firewall rules to be able to download packages via NuGet. I've requested the following rules :Access...
View ArticleCommented Issue: nuget and VS2012 broken by package restore [2914]
This started happening today, and only to me after I installed Nuget 2.2. I have removed it and downgraded to nuget 2.1 but the behaviour is unchanged.Similar issues happen on all other Solutions 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 Article