Adding a Readme to NuGet Package Landing Pages
Learn how to add a Readme.md file to your NuGet packages to improve documentation and user onboarding on NuGet.org.
Learn how to add a Readme.md file to your NuGet packages to improve documentation and user onboarding on NuGet.org.
Learn how to override Razor Pages routes from Razor Class Libraries in ASP.NET Core to customize shared functionality.
A guide on creating a NuGet metapackage (a package that references other packages) using the .NET CLI, covering common pitfalls and solutions.
A tutorial on implementing loosely coupled messaging between services using Azure Service Bus queues and the .NET SDK.
Announcing IdempotentAPI v2.0.0-RC, an open-source .NET library for adding idempotency to APIs, now with support for distributed cluster environments.
A guide to using Directory.Build.props to create a central NuGet package store for managing dependencies in a UNO Platform .NET 6 application.
Explains how to use Directory.Packages.props to centrally manage NuGet package versions across multiple projects in a .NET solution.
A tutorial on setting up a CI/CD pipeline for an ASP.NET MVC application using GitHub Actions, including build and release jobs.
A guide on using Azure Artifacts for managing, hosting, and sharing NuGet, npm, and Maven packages within Azure DevOps.
A step-by-step tutorial on creating a .NET Standard class library in Visual Studio, including basic calculator methods and preparation for NuGet publishing.
Explores issues with C# 10's implicit usings feature, including build errors in multi-targeted projects and potential workarounds.
A developer shares a solution for resolving 401 unauthorized errors when using the .NET CLI to restore packages from a private Azure DevOps NuGet feed.
Guide on using .NET Boxed solution templates with the new Visual Studio 16.10 UI for creating projects from dotnet new templates.
A technical exploration of how .NET, NuGet, and other tools can be exploited to create a software supply chain attack, using a demo package as an example.
Preview of BurntToast v1, a PowerShell module enabling actionable toast notifications for all PowerShell versions using the Windows Community Toolkit.
A guide to building high-quality .NET libraries, covering project structure, tooling, and best practices for open-source development.
Blazored, a suite of open-source Blazor components, celebrates reaching 1 million downloads on NuGet, thanking its community of contributors.
A guide to setting up and configuring OpenTelemetry tracing for ASP.NET Core applications, from basic console output to advanced instrumentation.
A guide to quickly create and publish a NuGet package using GitHub CLI, Dotnet Boxed templates, and GitHub Actions for automated builds.
A guide to using MinVer for semantic versioning of NuGet packages based on Git tags, explaining version number components.