74
/ 100
Good shape overall. A few tweaks would push it into the top tier.
PnP Framework is a .NET library targeting Microsoft 365 containing the PnP Provisioning engine and a ton of other useful extensions
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 lint step to catch style issues automatically.
- 3CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 4CI/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.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
75
README documents how to install the project.
CONTRIBUTING guide found.
README is present.
Licensed under MIT.
Engineering
64
No dependency lockfile found (−70 pts).
→ Enable and commit packages.lock.json so NuGet restores are repeatable.
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Test files detected (src/lib/PnP.Framework.Modernization.Test/AdHocTests.cs).
CI is configured (.github/workflows/buildandtest.yml).
.NET formatting configured (src/lib/.editorconfig).
Project health
100
Dependency manifest found (src/lib/PnP.Framework.Modernization.Test/PnP.Framework.Modernization.Test.csproj).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 159Forks
- 19Releaseslatest 4y ago
Community
- 37% - WeakCommunity health
- 1 bus factorlowauthor own >50% of commits
- 257Watchers
Responsiveness
- 9d 14hMedian issue response
- 3d 23hMedian PR merge time
- 415Open issues
Repository files11 root entries
- .githubGood: CI is configured (.github/workflows/buildandtest.yml).
- .vscode
- build
- docsGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
- srcGood: Test files detected (src/lib/PnP.Framework.Modernization.Test/AdHocTests.cs).Good: .NET formatting configured (src/lib/.editorconfig).Good: Dependency manifest found (src/lib/PnP.Framework.Modernization.Test/PnP.Framework.Modernization.Test.csproj).
- .gitignoreGood: .gitignore present.
- LICENSEGood: Licensed under MIT.
- PnP dotnet Roadmap - March status.png
- 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.
- version.debug.increment
- version.release.increment
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/pnp/pnpframework)