TODO
TODO
- .NET 10 SDK
- .NET Aspire workload (
dotnet workload install aspire) - Docker Desktop (for container support)
Execute the following in a terminal at the root of this Git repository:
aspire runThis will start the .NET Aspire dashboard and orchestrate the apps and services.
Build the solution:
dotnet build --configuration Release --nologoTODO
src/- Source projects (empty initially)tests/- Test projects (empty initially)