Reference docs for the DKNet.Minimal.Template — a NuGet solution template that scaffolds
production-ready .NET 10 microservices using vertical-slice DDD/CQRS.
dotnet new dknet-minimal wires up
before you write feature code.appsettings key a generated
solution reads: meaning, default, effect, and the code path that reads it.Every diagram on these pages is committed twice under diagrams/: the typed JSON IR it
was authored from, and the rendered .svg the Markdown embeds. Edit the IR, re-render, and commit
both — never hand-edit the SVG.
| Diagram | Shows | Referenced from |
|---|---|---|
templates-solution-layers |
Project layers and which way the references point | root README.md, DDD guide |
templates-request-pipeline |
Every stage a request crosses, and each short-circuit response | root README.md, API pipeline |
templates-domain-event-path |
An event from aggregate to handler, across the save boundary | EF Core domain events |
templates-crud-generation |
Attributes in, generated requests/handlers/routes out | CRUD attributes |
templates-aspire-topology |
What the Aspire host provisions and injects | Template features |