Commented Issue: Circular reference to self [3153]
Hi, I believe the may be a bug. Not sure if you need more information or if this is sufficient. Please let me know.thanksI have a sort of core library solution in vs that has a couple projects in it. I...
View ArticleCommented Issue: Circular reference to self [3153]
Hi, I believe the may be a bug. Not sure if you need more information or if this is sufficient. Please let me know.thanksI have a sort of core library solution in vs that has a couple projects in it. I...
View ArticleCommented Issue: Circular reference to self [3153]
Hi, I believe the may be a bug. Not sure if you need more information or if this is sufficient. Please let me know.thanksI have a sort of core library solution in vs that has a couple projects in it. I...
View ArticleUpdated Wiki: Documentation
NuGet DocumentationNuGet is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects that use the .NET Framework. This topic lists...
View ArticleNew Post: NugetFileCustomTool
Btw, while we're at this, I think we can support other attributes too, not just Custom Tool. How about adding support for the Custom Tool Namespace, Copy To Output Directory and Build Action? Maybe we...
View ArticleNew Post: NuGet.Core with _bin_DeployableAssemblies
nuget update adds nuget.core dependency in mvc Every time I do a nuget update it breaks my build/deploy. Somewhere in my solution or project some sort of dependency is added that I cannot find or...
View ArticleNew Post: nuget update adds nuget.core dependency in mvc web app
nuget update adds nuget.core dependency in mvc web app Every time I do a nuget update it breaks my deployment. Somewhere in my solution or project some sort of dependency is added that I cannot find or...
View ArticleNew Post: nuget update adds nuget.core dependency in mvc web app
By the way, here are the injected types defined as a part of the app start up:string noString = string.Empty; container.RegisterType(typeof(IPosManContext), typeof(PosManContext), noString, new...
View ArticleNew Post: nuget scripts and package restore
Why? :) Right now each person in our team need to do some things manually after package restore, because P# scripts are not running automatically.
View ArticleUpdated Release: NuGet 2.6
Tentatively planned release in August 2013. This is for items that don't meet the bar for NuGet 2.5, but aren't being pushed to the Product Backlog.
View ArticleUpdated Wiki: Home
Getting Started |Documentation | Frequently Asked Questions |Known IssuesNuGet recognized by Black Duck Software as the #5 rookie OSS project of 2010Get NuGet in SecondsReleasesRelease DateDetailsLinks...
View ArticleNew Post: Behavior change in how NuGet updates dependency packages
Note that partly because of this behavioral change, we've decided to rename the NuGet 2.3 release to NuGet 2.5.
View ArticleUpdated Wiki: Home
Getting Started |Documentation | Frequently Asked Questions |Known IssuesNuGet recognized by Black Duck Software as the #5 rookie OSS project of 2010Get NuGet in SecondsReleasesRelease...
View ArticleUpdated Wiki: Home
Getting Started |Documentation | Frequently Asked Questions |Known IssuesNuGet recognized by Black Duck Software as the #5 rookie OSS project of 2010Get NuGet in SecondsReleasesRelease...
View ArticleUpdated Wiki: Home
Getting Started |Documentation | Frequently Asked Questions |Known IssuesNuGet recognized by Black Duck Software as the #5 rookie OSS project of 2010Get NuGet in SecondsReleasesRelease...
View ArticleUpdated Wiki: Home
Getting Started |Documentation | Frequently Asked Questions |Known IssuesNuGet recognized by Black Duck Software as the #5 rookie OSS project of 2010Get NuGet in SecondsReleasesRelease...
View ArticleSource code checked in, #a48bb8d6f441
Enable support for Synergex projects. Work items: 3161
View ArticleNew Post: Config files not being removed when uninstalling the package
I have created a NuGet package with spec file similar as shown below. The issue that I am experiencing is related to the config files not being removed when the package is uninstalled. As you can see...
View ArticleNew Post: nuget update adds nuget.core dependency in mvc web app
I found that the System.Web.WebPages.Administration.dll was in my _bin_deployables directory. I have the project set to show the _bin_deployables and the file did not show in Visual Studio, but it was...
View Article