82
/ 100
Well engineered. The main gaps are a reproducible setup and setup instructions.
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.
- 2CI/CD14pt
Add a lint step to catch style issues automatically.
- 3CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 4README12pt
Show a quick-start snippet so contributors can see what using your project looks like.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
77
README documents how to install the project.
README is present.
Contributing guide is detailed and thorough.
Licensed under MIT.
Engineering
78
No dependency lockfile found (−70 pts).
→ Enable and commit packages.lock.json so NuGet restores are repeatable.
Test files detected (sample/tests).
CI is configured (.github/workflows/cross-platform-build-test-minimal.yml).
.NET formatting configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (MinimalClean/src/MinimalClean.Architecture.AspireHost/MinimalClean.Architecture.AspireHost.csproj).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 3,069Forks
- 14Releaseslatest 1y ago
Community
- 85% - GoodCommunity health
- 1 bus factorlowauthor own >50% of commits
- 18,346Watchers
Responsiveness
- 1d 1hMedian issue response
- 1d 2hMedian PR merge time
- 43Open issues
Repository files29 root entries
- .aspire
- .claude
- .githubGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.Good: CI is configured (.github/workflows/cross-platform-build-test-minimal.yml).Good: Dependabot configured for nuget.Good: Issue or PR templates present.
- .template.config
- .vscode
- docs
- MinimalCleanGood: Dependency manifest found (MinimalClean/src/MinimalClean.Architecture.AspireHost/MinimalClean.Architecture.AspireHost.csproj).
- sampleGood: Test files detected (sample/tests).
- src
- tests
- .editorconfigGood: .NET formatting configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- .runsettings
- aspire.config.json
- Clean.Architecture.slnx
- CleanArchitecture.nuspec
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.md
- Directory.Build.props
- Directory.Packages.props
- global.json
- icon.png
- LICENSEGood: Licensed under MIT.
- MinimalClean.nuspec
- nuget.config
- PARALLEL_TEST_EXECUTION.md
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- README.template.md
- TESTCONTAINERS_IMPLEMENTATION.md
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/ardalis/cleanarchitecture)