API response wrapper patterns for consistent, predictable REST APIs in ABP Framework. Use when: (1) designing uniform API response contracts, (2) implementing success/error…
ABP Framework domain layer patterns including entities, aggregates, repositories, domain services, and data seeding.
Standardized output format for code reviews with severity labels, file:line references, and fix code snippets.
Generate ABP Application.Contracts layer scaffolding (interfaces, DTOs, permissions) from technical design. Enables parallel development by abp-developer and qa-engineer.
Integration testing patterns for ABP Framework APIs using xUnit and WebApplicationFactory. Use when: (1) testing API endpoints end-to-end, (2) verifying HTTP status codes and…
ABP Framework cross-cutting patterns including authorization, background jobs, distributed events, multi-tenancy, and module configuration.