0

/ 100

GradeB

A top-tier open source project. Docs, tests, and CI are all in excellent shape.

Top 20% of 5,156 graded repos

Clean Architecture Solution Template for ASP.NET Core

Top fixes

Highest-impact changes first, ranked by point weight

9 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  3. 3
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

  4. 4
    CI/CD14pt

    Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.

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.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

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
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/jasontaylordev/cleanarchitecture)](https://www.repo-grade.com/report/jasontaylordev/cleanarchitecture)

More graded C# repos