Edited Issue: Installing Corlib package to windows phone project will cause...
Repro steps:<br />1. create a new windows phone app<br />2. open nuget package manager dialog, search for atomic<br />3. install atomicphonemvvm package and then click install button...
View ArticleEdited Issue: Installing Corlib package to windows phone project will cause...
Repro steps:<br />1. create a new windows phone app<br />2. open nuget package manager dialog, search for atomic<br />3. install atomicphonemvvm package and then click install button...
View ArticleCommented Issue: Allow package resource folders to be configurable [1914]
I <3 Nuget. But one thing I don't like is that it forces things like JavaScripts to be in one location. I keep my website organized a specific way, and I don't want my scripts in that folder. So it...
View ArticleNew Post: NuGet.Core.dll will depend on the XDT assembly in 2.3
Firstly thanks for having this discussion.Now taking a step back. If certain nuget packages want to use Microsoft.Web.Xdt.dll why cant they ship that with their nuget package and call it from their...
View ArticleEdited Issue: Installing Corlib package to windows phone project will cause...
Repro steps:<br />1. create a new windows phone app<br />2. open nuget package manager dialog, search for atomic<br />3. install atomicphonemvvm package and then click install button...
View ArticleNew Post: NuGet.Core.dll will depend on the XDT assembly in 2.3
If you really decide to use Powershell, it's probably significantly easier to simply manipulate the DOM using it. That said, at this juncture, using Powershell necessarily ties you to VS; not only...
View ArticleCreated Issue: portable frameworks are automatically selected based on the...
1. Create a portable project targeting win + sl5 + wp8 (note with this selection .net 4.5 will be automatically selected)2. Now install a package with portable-win+sl50+wp8Actual:the package doesn;t...
View ArticleNew Post: NuGet.Core.dll will depend on the XDT assembly in 2.3
Hi everybody thanks for the comments. I am the owner of XDT. It has always been my intention to open source XDT. I am taking a tiered approach here; release XDT with a redistributable license so that...
View ArticleCommented Issue: portable frameworks are automatically selected based on the...
1. Create a portable project targeting win + sl5 + wp8 (note with this selection .net 4.5 will be automatically selected)2. Now install a package with portable-win+sl50+wp8Actual:the package doesn;t...
View ArticleNew Post: Native Package Support Implementation
Could those discussions be had in public?
View ArticleNew Post: NuGet.Core.dll will depend on the XDT assembly in 2.3
I just want to echo everyone's sentiment and say thanks a lot for this Sayed, your efforts on this are much appreciated and think this is a great direction for the future of NuGet.
View ArticleSource code checked in, #6f01df0151c4
Fix of issue 2150: Can't select project in 'Select Project' dialog using keyboard navigation
View ArticleEdited Issue: [Accessibility] : Can't select project in 'Select Projects'...
I can't navigate the project list ("select Projects" pop-up) using the keyboard in VS 11. This works using Vs 2010.<br /><br />1) Create a new project in VS 11 (real life scenario would...
View ArticleCommented Issue: [Accessibility] : Can't select project in 'Select Projects'...
I can't navigate the project list ("select Projects" pop-up) using the keyboard in VS 11. This works using Vs 2010.<br /><br />1) Create a new project in VS 11 (real life scenario would...
View ArticleCommented Issue: Manage Nuget Packages Crashes Visual Studio [2876]
When attempting to view installed Nuget packages for a solution, the package manager is forever loading and then eventually crashes with the following error:Problem Event Name: CLR20r3 Problem...
View ArticleCommented Issue: Package update doesn't preserve Copy Local reference...
When updating package to the new (or old) package version Copy Local settings of updated assemblies are always set to True.I think it will be much more convenient to preserve copy local settings state...
View ArticleCreated Issue: Package restore making unnecessary requests [2879]
For package restore, we make a call to FindPackagesById() for each package that's to be installed. This could cause multiple requests depending on the number of versions a package has and is entirely...
View ArticleCommented Issue: Do not modify CopyLocal when update packages [2731]
No need to update CopyLocal property (<Private> section) when update packages using Package Manager.We have a lot of projects, somewhere we have CopyLocal=True (by default), and somewhere we have...
View ArticleCommented Issue: update-package for F# broken [2873]
update-package does not work for F# projects and possibly has never worked. You can use my project https://github.com/jackfoxy/RandomBitsSolution for testing.I have attempted this on a recent nightly...
View Article