-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Detailed Description
Include .NET Aspire orchestration and components as part of the Backend solution.
Context
Since we want to include multiple other features for making Monaco a cloud-ready app template (like #26, #21 or #22), leveraging something like .NET Aspire can significantly help orchestrate multiple services and also make easier to include some other features like adding health-checks and telemetry, which will greatly improve the monitoring and debugging of such application.
.NET Aspire is also receiving in the short term the possibility to link extra-solution projects, which will greatly help and simplify orchestrate projects from different solutions (and possibly repos, through the use of submodules) that would otherwise could require much more manual work and simplify developing microservices-based applications.
Possible Implementation
This could be implemented after implementing the forementioned work in previous section.