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

Contributing guide5pt5

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.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under MIT.

Engineering

85

Reproducibility6pt70

Lockfile present (src/Web/ClientApp-React/package-lock.json). Installs are reproducible.

Tests18pt80

Test files detected (src/Web/ClientApp/src/api-authorization/authorize.interceptor.spec.ts).

CI/CD14pt85

CI is configured (.github/workflows/build.yml).

Linting and formatting5pt100

.NET formatting configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (src/AppHost/AppHost.csproj).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository files21 root entries
  • .aspire
  • .devcontainer
  • .github
    Good: CI is configured (.github/workflows/build.yml).
    Good: Issue or PR templates present.
  • .template.config
  • build
  • docs
  • src
    Good: 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
  • .editorconfig
    Good: .NET formatting configured (.editorconfig).
  • .gitignore
    Good: .gitignore present.
  • CleanArchitecture.nuspec
  • CleanArchitecture.slnx
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • Directory.Build.props
  • Directory.Packages.props
  • global.json
  • LICENSE
    Good: Licensed under MIT.
  • README-template.md
    Good: 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