The Problem with C# 10 Implicit Usings
Explores issues with C# 10's implicit usings feature, including build errors in multi-targeted projects and potential workarounds.
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.
Troubleshooting NuGet 401 Unauthorized error when restoring packages, with solutions using nuget.config and PAT tokens.
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.
Introducing LogAnalytics.Client NuGet for .NET Core, a simple way to send logs from C# applications to Azure Log Analytics.
A guide to modifying third-party NuGet packages and testing the changes locally in your .NET application before contributing upstream.
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.
Analyzes the new Sdkbin platform for sustainable OSS in .NET and why any NuGet marketplace must compete with NuGet.org.
A humorous guide to logging ASP.NET Core application messages directly to a Notepad window using a custom NuGet package.
A guide on referencing a specific assembly from a NuGet package when building a Rider plugin for XAML Styler, addressing compatibility issues.
A critique and wishlist for improving the .NET CLI's 'dotnet new' command, focusing on better Visual Studio integration and a modern UI.
Guide on configuring Docker and Docker Compose to access private NuGet feeds from Azure Artifacts during containerized .NET builds.
Building a reverse NuGet package search engine using Azure Functions and Azure Search to find packages by public type names.
A talk on building a serverless reverse package search for NuGet.org using Azure Functions and Azure Search, presented at NDC Oslo.