testing-guide
6.4k
Write unit tests, integration tests, and architecture tests for FSH features. Use when adding tests or understanding the testing strategy.
189 days ago
mediator-reference
6.4k
Mediator library patterns and interfaces for FSH. This project uses the Mediator source generator, NOT MediatR. Reference when implementing commands, queries, and handlers.
189 days ago
query-patterns
6.4k
Query patterns including pagination, search, filtering, and specifications for FSH. Use when implementing GET endpoints that return lists or need filtering.
189 days ago
add-module
6.4k
Create a new module (bounded context) with proper project structure, permissions, DbContext, and registration. Use when adding a new business domain that needs its own entities and endpoints.
189 days ago