New Post: Using power shell to update existing .csproj files to use nuget...
I have a solutions with large number of projects. I would like to automate the process of updating these projects to use nuget packages instead.Is there a script to Query NuGet repository for the...
View ArticleNew Post: Using power shell to update existing .csproj files to use nuget...
Unfortunately, there's no such script to do what you want. We did discuss about writing a similar tool but didn't get around doing it.
View ArticleNew Post: Nuget causing massive slowdown in VS2012
What version of NuGet do you have installed?When you start VS, did you do anything related to NuGet? For example, did you open the Package Manager console?Also, can you share a few Fiddler...
View ArticleNew Post: adding support for dev dependencies
pull request created http://nuget.codeplex.com/SourceControl/network/forks/adamralph/nuget/contribution/3959
View ArticleNew Post: How can I completely remove the official NuGet feed packages source...
I am part of a large organization trying to implement Nuget. Our requirement is not to have a public repository (https://nuget.org/api/v2/).How can we completely remove the official NuGet feed packages...
View ArticleNew Post: Nuget causing massive slowdown in VS2012
Vs 2012Nuget 2.2When VS2012 starts running very slow, I see the following over and over and over in Fiddler: HTTP/1.1 200 OKCache-Control: no-cacheContent-Type: application/atom+xml;charset=utf-8Vary:...
View ArticleNew Post: Nuget Package Manager
Hi Guys, I access VS2010 in office, behind office firewall, however I am unable to reference/download any package from nuget package manager.Checked in fiddler the response says - The requested name is...
View ArticleCommented Feature: Provide functionality to allow package to overwrite files...
I'd like to be able to have NuPack prompt the user and ask to overwrite existing files. This would be useful if your package added a feature to an existing application/file - in my case it's Kentico...
View ArticleCommented Feature: Provide functionality to allow package to overwrite files...
I'd like to be able to have NuPack prompt the user and ask to overwrite existing files. This would be useful if your package added a feature to an existing application/file - in my case it's Kentico...
View ArticleNew Post: How can I completely remove the official NuGet feed packages source...
We will put it back if you remove it, but if you configure it as disabled, we will leave it alone. You can put the disabled config into AppData, or into a nuget.config at the root of the enlistment....
View ArticleNew Post: adding support for dev dependencies
Thanks for the contribution, @adamralph!I think we might be better off defining behavior rather than defining a type or mode. Does "dev" simply mean "don't include this as a dependency when packing?"...
View ArticleCommented Feature: Provide functionality to allow package to overwrite files...
I'd like to be able to have NuPack prompt the user and ask to overwrite existing files. This would be useful if your package added a feature to an existing application/file - in my case it's Kentico...
View ArticleCommented Feature: Provide functionality to allow package to overwrite files...
I'd like to be able to have NuPack prompt the user and ask to overwrite existing files. This would be useful if your package added a feature to an existing application/file - in my case it's Kentico...
View ArticleCommented Issue: Install-Package : Failed to add reference to ... in VS2012...
# Right now we are not able to add new NuGet references to out projects. It doesn't matter which NuGet package and which project type we have. It also doesn't matter whether we use the "Manage NuGet...
View ArticleNew Post: How can I completely remove the official NuGet feed packages source...
Thanks for the information.I added a config file at the root and it helps disable the official Source.But when you have two Nuget.Config files with the same source name, it displays duplicate values in...
View ArticleNew Post: adding support for dev dependencies
I've given it some thought and I like the idea of a Boolean.The idea for dev dependences was inspired by the proven approach in NPM, which has devDependencies listed separately to 'standard'...
View ArticleNew Post: How can I completely remove the official NuGet feed packages source...
It's in as a constant because we had people remove it and then have no idea how to get it back.
View ArticleCreated Release: NuGet 2.4
Tentatively planned release. This is for items that don't meet the bar for NuGet 2.3, but aren't being pushed to the Product Backlog.
View ArticleNew Post: Controlling Nuget Package Install Folders
I think I found the answer to my question, quoting Balliauw:Because the NuGet command line has no context for the solution or projects you might want to target, it will limit the install operation to...
View ArticleEdited Issue: package restore doesn't work for projects added after enabling...
1. create webapplication12. install jquery package.3. enable package restore (which would add the nuget.targets import to the project4. add new web application2Actual:Package restore is not enable for...
View Article