en un clic
net-clean-architecture
net-clean-architecture contient 4 skills collectées depuis patdhlk, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Exact shape of a new minimal API endpoint in Web.Api — IEndpoint, request DTO, handler wiring, Result matching. Use when adding or modifying files under src/Web.Api/Endpoints.
Project-wide conventions for this .NET Clean Architecture solution — layering, Result<T>, errors, domain events, and what belongs in which project. Use when planning or implementing any change that touches src/Domain, src/Application, src/Infrastructure, or src/Web.Api.
Exact file layout and code shapes for commands, queries, handlers, and validators in this repo. Use when adding or modifying a use case in src/Application.
How to model a new Domain entity in this repo — the base class, errors, domain events, and the matching EF configuration. Use when creating or modifying anything under src/Domain.