Skip to content

feat: added aspnet core scaffolding and templates - #137

Open
ashikulislamm wants to merge 1 commit into
dev-rashedin:developmentfrom
ashikulislamm:feature/aspnet-core-template
Open

feat: added aspnet core scaffolding and templates#137
ashikulislamm wants to merge 1 commit into
dev-rashedin:developmentfrom
ashikulislamm:feature/aspnet-core-template

Conversation

@ashikulislamm

Copy link
Copy Markdown

Description

Adds comprehensive, configurable ASP.NET Core (.NET 8/9/10) scaffolding support to create-servest.

Features Added

  • 3 Architectural Variants:
  • aspnet-enterprise-architecture with Clean Architecture, CQRS (MediatR), and EF Core.
  • aspnet-mvc (mvc) with layered controllers and service patterns.
  • aspnet-minimal-api (minimal-api) with route groups.
  • ⚙️ Composable Engine & CLI Options:
    • --database: sqlite, postgres, sqlserver, mysql, none.
    • --auth: jwt, none.
    • --authorization: rbac, none.
    • --docker / --no-docker with multi-container docker-compose.yml.
    • --tests: unit-integration, unit, none with isolated in-memory test factory.
    • --example: sample-crud, none (clean-slate option).
    • --non-interactive, --dry-run, and short aliases.
  • 📖 Documentation: Added full ASP.NET Core guide in docs/guide/aspnet.mdx.

Verification

  • pnpm run lint (0 errors, 0 warnings)
  • pnpm run typecheck (0 errors)
  • pnpm run build (All packages built)
  • pnpm run test (25/25 tests passed)
  • Verified scaffolded projects compile with 0 warnings/errors on dotnet build and pass all tests on dotnet test.

Copilot AI lite review requested due to automatic review settings September 7, 2026 03:28

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants