New Post: Extension SDK support
The biggest irritant at this point is the excessive folder nesting required to support VS2012's ExtensionSDKs. On disk extension has to be in a folder that looks like this:...
View ArticleNew Post: Extension SDK support
My thought was to actually share a single path for the extension SDK's instead of having to manage each one separately. Instead of \packages\<pkgname>\windows\... I'd have a single...
View ArticleNew Post: Extension SDK support
That kinda diverges from the nuget model quite a lot. (embedding a whole .vsix) ... really, if you're hoping to track the .vsix with the project anyway, you can just check that in, and unzip it with a...
View ArticleNew Post: Extension SDK support
I was just thinking that the project templates make it somewhat easy to produce a VSIX currently. There's no need for that other than having to deal with the directory structure. That said, each...
View ArticleNew Post: Package Restore results in error 400 Bad Request
pranavkm wrote: By commandline, do you mean powershell? If so, you might need to escape those double quotes (.\nuget.exe install -Source `"`" packages.config). Could you list out the configured sources...
View ArticleNew Post: Extension SDK support
It's not terribly difficult on the surface, but they didn't solve enough to address *my* scenarios. I'm *still* going to have to deal with variants of a given library based on -Â OS {Windows 5/6/7/8,...
View ArticleNew Post: Extension SDK support
Seems like there's a lot of extension sdk's as it's the only way to reference WinRT libraries that uses C++. Here's a couple examples: LiveConnect Bing Maps SQLite <some game engine?> etc. XUnit...
View ArticleEdited Issue: a way to refresh nuget package list [2671]
1. Open nuget package manager2. Add a new package source(named 'test') from setting page3. Navigate to category 'test'Observed: all the nuget items are displayed4. Remove one nuget package from the...
View ArticleEdited Issue: Update-package -reinstall should first check if it can really...
Create a new console application·        Open NuGet powershell console·        Install-package jquery -version 1.4.1·        Open NuGet settings and disable NuGet official feed·...
View ArticleCommented Issue: Update-package -reinstall should first check if it can...
Create a new console application·        Open NuGet powershell console·        Install-package jquery -version 1.4.1·        Open NuGet settings and disable NuGet official feed·...
View ArticleEdited Issue: Improve algorithm that picks which portable library to use [2689]
We're using portable library support quite extensively in our packages, and I've found myself needing to add a lot more portable library folders (with duplicated binaries) then I expected to be able to...
View ArticleNew Post: No love for F#
With the same F# project in VS 2010 with the same version of NuGet, the HintPath problem goes away, but the "failing to update packages.config" problem remains. It seems that the HintPath issue was...
View ArticleCommented Issue: Duplicate package references [2051]
We've been seeing duplicate package references added when installing/updating packages i.e. packages.config contains two package elements with the same id.Sometimes it happens on the build agent...
View ArticleCreated Issue: package.config is not referenced while deciding on what...
Ran into this while trying to repro a bug.1. I have %appdata%\nuget\nuget.config with repositoryPath pointing to c:\temp2. Create a mvc app and update all the packages to c:\temp3. Create a console...
View ArticleCreated Issue: For an F# app, I see 2 packages.config which is very confusing...
1. Create f# project. 2. install elmah package3. Enable package restore4. Install signalRThere are two package.config files createdOne under ..\.nuget\packages.config has <?xml version="1.0"...
View ArticleCreated Issue: Cannot 'manage' nuget package that is no longer compatible...
1. Create a new console application2. Add the following nuget package with .NETFramework version v4.5: Id: Nito.AsyncEx3. Now retarget the console app to use .NET framework 3.54. Reopen Manage NuGet...
View ArticleCreated Issue: Having scrollbar AND pages are not very user friendly on the...
1. Create a new MVC 4 Internet Application (on VS 2012)2. Open 'Manage NuGet Packages"Result:User shouldn't need to scroll down on the page of packages AND turn to next pages when going through the...
View ArticleCreated Issue: Design: Hard to uninstall large trees [2698]
1. Install Rhino.ServiceBus2. Look on in horror as it pulls down 7 other packages.3. Decide that you don't want all that bloat and try to uninstall.4. Get frustrated as you click around and try to...
View ArticleCreated Issue: Cannot load EntityFramework into Javascript RT application [2699]
1. Create a new Javascript, Windows Store, Fixed Layout app.2. Click Install for Entity Framework.3. Accept the agreement.4. Get an error:I don't understand it, but it should just work or not be on the...
View ArticleCreated Issue: Incorrect packages.config crashes vs [2700]
- Put a ']' in packages.config towards the end (</packages>])- Enable package restore fails to be enabled- If you launch powershell console then VS crashes
View Article