Popular and well-maintained. A little polish away from elite status.
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
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 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