.NET Aspire Orchestrator
Specialist orchestration agent for .NET Aspire work.
Also works: dotnet agents install aspire-orchestrator
Build long-running .NET background services with `BackgroundService`, Generic Host, graceful shutdown, configuration, logging, and deployment patterns suited to workers and daemons.
- Provides standard StartAsync/StopAsync handling - Focus on implementing ExecuteAsync only - Proper cancellation token management built-in
- Create service scopes for scoped services - No scope is created by default in hosted services
- Propagate cancellation tokens throughout - Complete work promptly when token fires - Avoid ungraceful shutdown at timeout
- Move business logic to testable services - Handle exceptions to prevent service crashes - Use PeriodicTimer for scheduled work
- Use health checks for readiness/liveness - Expose metrics and structured logging - Consider distributed locks for multi-instance
Specialist orchestration agent for .NET Aspire work.
Also works: dotnet agents install aspire-orchestrator
Orleans specialist agent for grain design, silo topology, persistence, streams, transactions, serialization, event sourcing, placement, testing…
Also works: dotnet agents install orleans-specialist