Must-have resources for new .NET Aspire developersFind resources for new .NET Aspire developers: official Microsoft content, community videos, articles, advanced code samples and projects.May 27, 2024May 27, 2024
TreatWarningsAsErrors and warnaserror are not the sameThe TreatWarningsAsErrors property and warnaserror command line switch behave slightly differently, maybe you should consider using both?Apr 10, 2024Apr 10, 2024
Locally test and validate your Renovate configuration filesTest, validate and troubleshoot your Renovate configuration files locally, without having to push changes to your source control.Apr 9, 2024Apr 9, 2024
Remove git hash from assembly informational version in .NET 8Since the .NET 8 SDK, the assembly’s info version includes the git commit hash. Here’s how to disable this feature.Apr 8, 2024Apr 8, 2024
Your custom HttpClient delegating handlers should be transientUnderstand why reusing DelegatingHandlers in HttpClients with Microsoft.Extensions.Http could lead to catastrophic failures.Apr 5, 2024Apr 5, 2024
How to securely reverse-proxy ASP.NET Core web appsLearn to configure your ASP.NET Core web apps to securely work with reverse-proxies and load balancers, such as Nginx, Traefik, and Caddy.Apr 4, 2024Apr 4, 2024
Enable tab completion for the .NET CLI in your terminalModify your shell to enable .NET CLI tab completion in PowerShell, Bash, and Zsh for faster command execution.Apr 1, 2024Apr 1, 2024
.NET Aspire dashboard is the best tool to visualize your OpenTelemetry data during local…Get rid of Grafana, Loki and Prometheus and use the Aspire dashboard to visualize your OpenTelemetry data during local development instead.Mar 25, 20243Mar 25, 20243
Running Ruby on Rails web apps with .NET AspireLearn how to extend the .NET Aspire app model for Ruby on Rails web apps with insights on setup, custom resource creation, and networking.Mar 18, 2024Mar 18, 2024
Key derivation in .NET using HKDFLearn to use HKDF in .NET for key derivation, simplifying the creation of secure encryption and authentication keys from a primary key.Mar 4, 2024Mar 4, 2024