Commented Feature: 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 ArticleCreated Issue: Allow restore consent error message need to be improved [3006]
Project build failing due to package restore not being enabled in dev box is one of the common scenarios.The build error that is shown in this case says how to enable it from UI. But there are cases...
View ArticleCreated Issue: Expose repository path settings in UI [3008]
The repository path option is not very visible to users who pretty much use VS for NuGet related operations.One of the FAQs noticed in Stack overflow is "how do i install packages in a different...
View ArticleCreated Issue: It looks like your CI build is broken [3009]
http://ci.nuget.org:8080/viewType.html?buildTypeId=bt42&tab=buildTypeStatusDiv
View ArticleNew Post: Nuget Server - Private Repository - Change Package location...
Hi, We are working in private repository for our own private nuget packages. We are in a position to change the nuget feed for every customer. But nuget packages are located in a location which is...
View ArticleNew Post: How really one can edit edit profile
The gallery currently doesn't allow you to do so. Feel free to file a feature request here: https://github.com/nuget/nugetgallery/
View ArticleNew Post: deleted package referenced in a project causes VS to hang
Update: Fix has been deployed to the offical NuGet feed, http://nuget.org/packages/NuGet.Build/ version 2.2.1
View ArticleNew Post: Creating a nuget package from a Visual Studio Template?
If you want to share your template, you should create a VSIX instead of NuGet package. NuGet doesn't support deploying project templates.
View ArticleNew Post: bindingRedirect web.config
Unfortunately, there's no option to disable automatic binding redirect. You can either edit web.config manually or write PS script to remove it.
View ArticleNew Post: Specifiying files in nuspec file doesn't suppress copying of other...
Yeah, this is by design. The document is not clear; that sentence only applies when you build package against a .nuspec file rather than a project.
View ArticleNew Post: How really one can edit edit profile
This is odd. As you can clearly see on the image below the JQuery package have two owner avatars set:Thus if the feature does not exist how did they managed to set the images? Does this mean that there...
View ArticleSource code checked in, #612a0009fe2a
Check if repositoryPath exists first before attempting to delete stuff inside it.
View ArticleSource code checked in, #b21ccfd10b44
Fix of issue 2921 "Package Restore ignores nuget.config repositoryPath setting." The fix is simple: just restore the change made by Pranav (SHA-1: 69b194c9182747efe96075192d60e574fa94f908), which got...
View ArticleClosed Issue: Package Restore ignores nuget.config repositoryPath setting....
When manually adding NuGet packages, they are downloaded to the specified directory in nuget.config <repositoryPath> setting. However the package restore functionality ignores this setting and...
View ArticleCommented Issue: A config file included as an artifact looks unformatted on...
From: http://myget.org/F/Katana install the package Katana in a console application. Go to the packages folder\Katana\lib\Katana.exe.config. notice that this exe.config is unformatted. Looks like the...
View ArticleClosed Issue: A config file included as an artifact looks unformatted on...
From: http://myget.org/F/Katana install the package Katana in a console application. Go to the packages folder\Katana\lib\Katana.exe.config. notice that this exe.config is unformatted. Looks like the...
View ArticleEdited Issue: [update all] update all button and message is not refreshed [3001]
1. launch package manager dialog2. switch to update tab3. click update allAfter update it gives visual clue that all the packages are installed correctly by placing a green tick.But didn't update the...
View ArticleEdited Issue: When package restore does not honor "repositoryPath" [2921]
In my Nuget.config I have specified a repository path:<config><add key="repositoryPath" value="C:\Shared\Packages" /></config>When I install a package it correctly places the exploded...
View Article