Skip to content

C#/.NET Commands (/csharp:)

← All command namespaces

Backend development with C#/.NET, Clean Architecture, and CQRS.

Code Generation

CommandDescription
/csharp:generate-feature <Name>Generate complete CQRS feature (entity, commands, queries, endpoints)

Analysis Commands

CommandDescription
/csharp:check-architectureValidate Clean Architecture (layers, dependencies)
/csharp:check-code-qualityRun code quality checks (async, LINQ, null safety)
/csharp:check-complianceCheck rule compliance (CQRS, DDD, modern C#)
/csharp:check-securitySecurity audit (OWASP Top 10, injection, auth)
/csharp:check-testingTest coverage analysis (xUnit, integration tests)