Popular and well-maintained. A little polish away from elite status.
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10
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 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