Private Nuget Server responds with (405) Method Not Allowed while pushing or deleting a package
Fixes the (405) Method Not Allowed error when pushing or deleting packages on a private NuGet server in IIS by removing the WebDAV module.
Fixes the (405) Method Not Allowed error when pushing or deleting packages on a private NuGet server in IIS by removing the WebDAV module.
Part 3 of a series on setting up CI with Jenkins, MSBuild, NuGet, and Git, focusing on creating MSBuild targets for MSpec tests and code coverage reports.
A new NuGet 2.5 package automates the removal of XML documentation from Windows 8/Phone 8 app packages, simplifying the build process.
Part 2 of a tutorial on setting up CI with Jenkins, MSBuild, and NuGet, focusing on cleaning builds and restoring packages.
A technical guide on setting up Continuous Integration for C# projects using Jenkins, MSBuild, NuGet, and Git, starting with creating a build script.
NuGet Package Source Discovery now supports SymbolSource for automatic symbol server configuration in Visual Studio, enhancing developer workflow.
Introducing the NuGet Package Source Discovery (PSD) specification, enabling automatic discovery and addition of NuGet feeds from trusted sources.
Guide to removing unnecessary XML documentation files from Windows Phone 8 and Windows Store app packages to reduce XAP/APPX file size.
A developer's workaround for a random NuGet package restore error (exit code -1073741819) by modifying the MSBuild target to retry failed attempts.
A developer explains how to automate building and publishing the GoogleAnalyticsTracker NuGet package using MyGet's CI/CD services.
MyGet announces private beta for its new Build Services, automating package creation from GitHub repositories.
Explains how to use NuGet Package Restore to manage dependencies without checking assemblies into source control when deploying to Windows Azure Websites.
Introducing a Fluent API for the ImageResizer .NET library, simplifying image transformation requests with a clean, expressive syntax.
A guide to using Fluent Security for maintainable, testable authorization in ASP.NET MVC 3 web applications, moving away from attribute-based security.
Announcing the release of 'Pro NuGet', a book covering advanced NuGet package management concepts, best practices, and scenarios beyond basic usage.
MyGet introduces a beta feature to proxy and aggregate packages from multiple upstream NuGet feeds into a single, centralized feed.
A guide to tracking API usage with Google Analytics using the GoogleAnalyticsTracker library for C# and ASP.NET.
MyGet now supports publishing symbol packages for private feeds via SymbolSource.org integration, enabling easier debugging of NuGet packages.
A guide on using MyGet to create and manage public NuGet feeds, detailing setup, security permissions, and contribution workflows.
A guide on using a custom NuGetRole to deploy applications to Windows Azure from a NuGet package feed instead of source control.