.NET Aspire
Build, upgrade, and operate .NET Aspire application hosts with current CLI, AppHost, ServiceDefaults, integrations, dashboard, testing, and Azure deployment patterns for…
dotnet skills install aspire
Build, review, or migrate Azure Functions in .NET with correct execution model, isolated worker setup, bindings, DI, and Durable Functions patterns.
- In-process model reaches end of support on November 10, 2026 - Runtime v1.x ends support on September 14, 2026 - Target .NET 8+ for longest support window
- Target framework and runtime version - Worker model (isolated vs in-process) - Binding packages and host configuration
- Normal dependency injection - Middleware pipeline - IOptions<T> for configuration - ILogger<T> for logging
- Validate orchestration determinism constraints - Handle replay behavior correctly - Use typed activity patterns
Build, upgrade, and operate .NET Aspire application hosts with current CLI, AppHost, ServiceDefaults, integrations, dashboard, testing, and Azure deployment patterns for…
dotnet skills install aspire