Skip to content

Add ReleaseRun .csproj Health checker to Tools section#909

Open
Matheus-RR wants to merge 1 commit intothangchung:masterfrom
Matheus-RR:add-releaserun-csproj-health
Open

Add ReleaseRun .csproj Health checker to Tools section#909
Matheus-RR wants to merge 1 commit intothangchung:masterfrom
Matheus-RR:add-releaserun-csproj-health

Conversation

@Matheus-RR
Copy link
Copy Markdown

@Matheus-RR Matheus-RR commented Mar 16, 2026

What does this add?

Adds ReleaseRun .csproj Health to the Tools section — a free web-based tool specifically for .NET developers.

What it does:

  • Paste your .csproj file and instantly see all PackageReference entries
  • Shows current vs. latest version from NuGet.org for each package
  • Version gap breakdown (major/minor/patch behind)
  • A–F health grade per package
  • Flags abandoned packages (no NuGet releases in 2+ years)

Why it fits here:
Complements existing tools like NuKeeper (which auto-updates) and ICanHasDotnetCore (which checks .NET Standard targeting). ReleaseRun gives a quick visual health overview when you want to audit what's outdated before deciding what to upgrade.

Link: https://releaserun.com/tools/csproj-health/

Summary by CodeRabbit

  • Documentation
    • Added ReleaseRun .csproj Health tool reference to the resources section, including URL and description.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 16, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 54a0d466-49fb-44a3-ab34-0c8d1074cb50

📥 Commits

Reviewing files that changed from the base of the PR and between 26204aa and 7e27fb0.

📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

A new resource entry for ReleaseRun .csproj Health was added to the README's list of resources, positioned after the NuGetPackageExplorer entry.

Changes

Cohort / File(s) Summary
Documentation
README.md
Added new bullet entry for ReleaseRun .csproj Health resource with URL and description to the resources list.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A new link hops into the README's fold,
Where ReleaseRun's wisdom waits to unfold,
Between the packages and explorer's cheer,
A resource that's crystal and crystal clear!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding ReleaseRun .csproj Health to the Tools section of the README, which is the only modification in this PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

You can disable the changed files summary in the walkthrough.

Disable the reviews.changed_files_summary setting to disable the changed files summary in the walkthrough.

@ghhv
Copy link
Copy Markdown

ghhv commented Mar 17, 2026

except the page is broken.. and they don't even include the tool on the main page.. so I guess no longer supported/maintained?

@Matheus-RR
Copy link
Copy Markdown
Author

Hi @ghhv, thanks for flagging this. You were right.

The direct tool page was working, but our /tools/ landing page was lagging behind and was not showing some of the newer dependency-health tools, including .csproj Health.

I have fixed that now. The tool is live here:
https://releaserun.com/tools/csproj-health/

And it now shows correctly on the main tools page too:
https://releaserun.com/tools/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants