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
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
- —Community health
- —authors own >50% of commits
- 257Watchers
Responsiveness
- 9d 14hMedian issue response
- 3d 23hMedian PR merge time
- 416Open 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