Explore C# 14, .NET 10, Aspire and GitHub Copilot at THRIVE 2026!

Explore C# 14, .NET 10, Aspire and GitHub Copilot at THRIVE 2026!

The THRIVE Conference will take place from June 8–10, 2026, at Rimske Terme, Slovenia. The event emphasizes practical engineering with sessions covering modern .NET development, AI productivity in Visual Studio, and using Aspire for operational improvements. Attendees can expect hands-on workshops focused on enhancing observability and development strategies. Continue reading Explore C# 14, .NET 10, Aspire and GitHub Copilot at THRIVE 2026!

Error: The Delegate RequestDelegate does not take X arguments – Experiences with minimal APIs

Error: The Delegate RequestDelegate does not take X arguments – Experiences with minimal APIs

When developing .NET minimal APIs, employing TypedResults for OpenAPI documentation can lead to compiler errors, specifically “Delegate RequestDelegate does not take X arguments.” To resolve this, using the generic Results type is recommended, enhancing both compilation and OpenAPI clarity by explicitly defining return type possibilities. Continue reading Error: The Delegate RequestDelegate does not take X arguments – Experiences with minimal APIs