Articles
Articles is a production-ready .NET 10 starter repository for building Aspire-hosted, Auth0-enabled Blazor applications with a disciplined testing strategy from the start.
Project overview
The repository is intentionally shaped as a foundation for real engineering work: a composition root, a domain layer, an application UI, and a layered test suite that keeps dependencies and boundaries explicit.
- AppHost: .NET Aspire orchestration with service discovery and local resource configuration.
- Domain: application-focused domain contracts and model boundaries.
- UI: Blazor Server experience with Auth0 authentication and responsive layout work.
- Tests: architecture, integration, unit, component, and E2E coverage across the project.
Latest blog posts
- Rename squad-lint workflows to drop squad- prefix
- Bump outdated CodeQL and yamllint action pins
- chore(deps): bump github/codeql-action from 4.37.7 to 4.37.9 in the all-actions group
- docs: document Auth0 factory thread-safety; remove superseded UserManagement tests
- refactor: consolidate UserManagement request records into ManageRoles module