Getting noticed, but rough fundamentals could turn visitors away.
๐ My Personal C# .NET Developer Roadmap & Asp.Net Core Developer Roadmap in 2026
Documentation
47
No install instructions found in the README (โ45 pts).
โ Add a section showing how to install dependencies.
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (โ20 pts).
โ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README is present.
Licensed under MIT.
Engineering
1
No tests detected anywhere in the repository.
โ Add automated tests. They prove the code works and give contributors confidence to make changes.
No CI configuration detected in this repository.
โ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.
No .NET formatter configured.
โ Add an .editorconfig to define C# formatting rules and run `dotnet format` in CI.
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.
No dependency lockfile found (โ70 pts).
โ Enable and commit packages.lock.json so NuGet restores are repeatable.
Project health
89
Repository has a description.
Dependency manifest found (examples/.Net 10/WhatsNewInNet10/AllowDuplicateJsonProperties/AllowDuplicateJsonProperties.csproj).
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- โCommits (30d / 90d)
- 93Forks
- 0Releases
Community
- โCommunity health
- โauthors own >50% of commits
- 562Watchers
Responsiveness
- 3d 11hMedian issue response
- <1hMedian PR merge time
- 3Open issues
Repository files11 root entries
- code snippets
- docsGood: Environment pinned via docs/Message Brokers/Kafka/kafka-single-node/docker-compose.yml.
- examplesGood: Dependency manifest found (examples/.Net 10/WhatsNewInNet10/AllowDuplicateJsonProperties/AllowDuplicateJsonProperties.csproj).Good: .gitignore present.
- .net-developer-roadmap.png
- .net-developer-roadmap.xml
- aspnetcore-developer-roadmap.png
- aspnetcore-developer-roadmap.xml
- LICENSEGood: Licensed under MIT.
- owasp-top-10.png
- owasp-top-10.xml
- README.mdGood: README is present.Issue: README is fairly short (โ10 pts). At 400+ chars you get partial credit; 1,500+ earns the full +20 pts.Fix: Expand with a description, install steps, usage, and examples.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.Issue: No status badges in the README (โ10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Issue: No install instructions found in the README (โ45 pts).Fix: Add a section showing how to install dependencies.Issue: No run or usage instructions found (โ45 pts).Fix: Add a section showing how to start or use the project.