.NET Aspire Integration¶
What is .NET Aspire?¶
.NET Aspire is a cloud-ready stack for building observable, production-ready distributed applications.
Integration in Cargonerds¶
The Cargonerds.AppHost project uses Aspire to:
- Orchestrate services locally
- Manage infrastructure resources
- Provide observability
- Enable cloud deployment
Running with Aspire¶
```bash cd src/Cargonerds.AppHost dotnet run ```
Aspire Dashboard¶
Access the dashboard at http://localhost:15000 to:
- View service health
- Check logs and metrics
- Monitor dependencies
- Trace requests
For deployment details, see the Deployment Guide.