84
/ 100
Well engineered. The main gaps are CI and the README.
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
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 step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 3CI/CD14pt
Add a lint step to catch style issues automatically.
- 4CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
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
80
README is present.
Contributing guide is detailed and thorough.
README documents how to install the project.
Licensed under MIT.
Engineering
80
CI is configured (.github/workflows/browsertesting-deps-update.lock.yml).
Test files detected (src/Analyzers/Analyzers/test).
.NET formatting configured (.editorconfig).
Lockfile present (package-lock.json). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 220 / 750Commits (30d / 90d)
- 10,915Forks
- 293Releaseslatest 10y ago
Community
- 87% - GoodCommunity health
- 9 bus factorauthors own >50% of commits
- 38,354Watchers
Responsiveness
- 3hMedian issue response
- 22hMedian PR merge time
- 4,011Open issues
Repository files47 root entries
- .azure
- .azuredevops
- .claude
- .config
- .devcontainerGood: Environment pinned via .devcontainer/Dockerfile.
- .githubGood: CI is configured (.github/workflows/browsertesting-deps-update.lock.yml).Good: Dependabot covers 7 ecosystems (nuget, github-actions, gitsubmodule, gitsubmodule, gitsubmodule, gitsubmodule, gitsubmodule). Dependencies stay current.Good: Issue or PR templates present.
- .vscode
- docs
- eng
- srcGood: Test files detected (src/Analyzers/Analyzers/test).
- .CodeQL.yml
- .editorconfigGood: .NET formatting configured (.editorconfig).
- .git-blame-ignore-revs
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- .globalconfig
- .markdownlint.json
- .npmrc
- .vsconfig
- activate.ps1
- activate.sh
- AspNetCore.slnx
- clean.cmd
- clean.ps1
- clean.sh
- CODE-OF-CONDUCT.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- Directory.Build.BeforeCommonTargets.targets
- Directory.Build.props
- Directory.Build.targets
- es-metadata.yml
- github-merge-flow.jsonc
- global.json
- LICENSE.txtGood: Licensed under MIT.
- NuGet.config
- omnisharp.json
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.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.Good: README documents how to run the project.
- restore.cmd
- restore.sh
- SECURITY.mdGood: Security policy present.
- startvs.cmd
- startvscode.cmd
- startvscode.sh
- THIRD-PARTY-NOTICES.txt
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/dotnet/aspnetcore)