clean-architecture-dotnet

Category: Ops & Delivery | Uploader: SebastienDegodezSebastienDegodez | Downloads: 0 | Version: v1.0(Latest)

Use when domain logic leaks into API/Infrastructure, project references violate layer boundaries, or CQRS handlers/buses need implementation.

Changelog: Source: GitHub https://github.com/SebastienDegodez/copilot-instructions

Directory Structure

Current level: tree/main/plugins/csharp-clean-architecture-development/skills/clean-architecture-dotnet/

  • 📁 references/
    • 📄 architecture-layers.md 1.6 KB
    • 📄 convention-based-di.md 10.7 KB
    • 📄 cqrs-patterns.md 3.1 KB
    • 📄 ddd.md 10.4 KB
    • 📄 layer-responsibilities.md 14.4 KB
    • 📄 netarchtest-rules.md 10.4 KB
    • 📄 project-structure.md 1.7 KB
    • 📄 shared-kernel.md 5.8 KB
  • 📁 scripts/
    • 📄 init-project.ps1 15.3 KB
    • 📄 init-project.sh 7.2 KB
  • 📁 templates/
    • 📁 Api/
      • 📄 IApiMarker.cs 179 B
    • 📁 Application/
      • 📁 Shared/
        • 📄 ICommandBus.cs 375 B
        • 📄 ICommandHandler.cs 514 B
        • 📄 IQueryBus.cs 265 B
        • 📄 IQueryHandler.cs 264 B
      • 📄 IApplicationMarker.cs 211 B
    • 📁 Domain/
      • 📄 IDomainMarker.cs 191 B
    • 📁 Infrastructure/
      • 📁 CQRS/
        • 📄 CommandBus.cs 1.1 KB
        • 📄 QueryBus.cs 789 B
      • 📄 DependencyInjection.cs 1.8 KB
      • 📄 IInfrastructureMarker.cs 223 B
    • 📁 IntegrationTests/
      • 📄 ArchitectureTests.cs 4.4 KB
  • 📁 tests/
    • 📄 baseline-prompts.txt 2.2 KB
    • 📄 README.md 3.8 KB
    • 📄 validation.md 18.0 KB
  • 📄 SKILL.md 10.2 KB

SKILL.md

Login to download/like/favorite ❤ 176 | ★ 0
Comments 0

Please login before commenting.

Loading comments...