A top-tier open source project. Docs, tests, and CI are all in excellent shape.
Clean Architecture Solution Template for ASP.NET Core
Documentation
82
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
85
Lockfile present (src/Web/ClientApp-React/package-lock.json). Installs are reproducible.
Test files detected (src/Web/ClientApp/src/api-authorization/authorize.interceptor.spec.ts).
CI is configured (.github/workflows/build.yml).
.NET formatting configured (.editorconfig).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (src/AppHost/AppHost.csproj).
Repository has a description.
Actively maintained (pushed within the last month).
Repository files21 root entries
- .aspire
- .devcontainer
- .githubGood: CI is configured (.github/workflows/build.yml).Good: Issue or PR templates present.
- .template.config
- build
- docs
- srcGood: Test files detected (src/Web/ClientApp/src/api-authorization/authorize.interceptor.spec.ts).Good: Lockfile present (src/Web/ClientApp-React/package-lock.json). Installs are reproducible.Good: Dependency manifest found (src/AppHost/AppHost.csproj).Issue: Build artifacts or local files may be committed (src/Web/ClientApp-React/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- templates
- tests
- .editorconfigGood: .NET formatting configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- CleanArchitecture.nuspec
- CleanArchitecture.slnx
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- Directory.Build.props
- Directory.Packages.props
- global.json
- LICENSEGood: Licensed under MIT.
- README-template.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.md
- renovate.json