Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Dec 15, 2025

This PR updates the .NET runtime dependencies.

Updates

.NET 8.0: 8.0.22 -> 8.0.23, .NET 9.0: 9.0.11 -> 9.0.12, .NET 10.0: 10.0.0 -> 10.0.2

EOL Versions Marked

None

The following files have been updated:

  • CodeDependencies.iss - Updated versions (EOL versions kept for compatibility)
  • README.md - Updated version documentation and marked EOL entries
  • ExampleSetup.iss - EOL version function calls commented out with EOL markers for discoverability

Note: EOL (end-of-life) versions are commented out in examples but kept for discoverability.
Version support status is determined dynamically from Microsoft's releases-index.json.
EOL (end-of-life) versions are marked as EOL in the README but kept in CodeDependencies.iss for backward compatibility.


This PR was automatically created by the Check .NET Updates workflow.

@coderabbitai
Copy link

coderabbitai bot commented Dec 15, 2025

📝 Walkthrough

Walkthrough

Bumps .NET patch versions in installer and docs: updates to 8.0 (8.0.22→8.0.23), 9.0 (9.0.11→9.0.12), and 10.0 (10.0.0→10.0.2) across install checks, runtime/ASP.NET Core/Windows Desktop titles, and x86/x64 download URLs in CodeDependencies.iss and README.md. (50 words)

Changes

Cohort / File(s) Change Summary
Installation Configuration
CodeDependencies.iss
Bumped .NET patch versions: 8.0.22→8.0.23, 9.0.11→9.0.12, 10.0.0→10.0.2. Updated Dependency_IsNetCoreInstalled checks, Dependency_AddDotNet* runtime/ASP.NET Core/Windows Desktop titles, and all corresponding x86/x64 download URLs.
Documentation
README.md
Updated dependency entries to reflect new patch versions: 8.0.23, 9.0.12, and 10.0.2. No other content or API changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • sensslen

Poem

🐰
I hopped through lines of code today,
Pushed dots and patches on my way;
8, 9, and 10 now gleam and dance,
URLs aligned, a tidy chance.
Cheers — a little rabbit's advance ✨

🚥 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 is fully related to the main change in the changeset, clearly specifying the exact .NET dependency version updates across all three versions.
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.


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

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
README.md (1)

83-83: .NET 10.0.1 README entry matches code; consider markdown indent if lint is enforced

The new “.NET 10.0.1 (Runtime, ASP.NET, Desktop)” entry is consistent with the dependency functions in CodeDependencies.iss.
markdownlint (MD007) flags this line’s list indentation (4 spaces vs expected 2). If your pipeline enforces MD007 on changed lines, consider adjusting this bullet’s indent (or updating the rule/config) to keep lint clean.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Jira integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 598298d and a9fc3c7.

📒 Files selected for processing (2)
  • CodeDependencies.iss (1 hunks)
  • README.md (1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
README.md

83-83: Unordered list indentation
Expected: 2; Actual: 4

(MD007, ul-indent)

🔇 Additional comments (3)
CodeDependencies.iss (3)

554-559: .NET 10.0 runtime bump is consistent across check, title, and URLs

Dependency_AddDotNet100 now checks for Microsoft.NETCore.App 10.0.1 and installs .NET Runtime 10.0.1 from 10.0.1 x86/x64 URLs. This matches the pattern used for 8.0 and 9.0 and looks internally consistent.

If you want an extra safety check, re-run the “Check .NET Updates” workflow or curl the new 10.0.1 runtime URLs to confirm they resolve as expected.


566-571: ASP.NET Core 10.0 runtime bump matches the runtime pattern

Dependency_AddDotNet100Asp now targets Microsoft.AspNetCore.App 10.0.1, updates the title to “ASP.NET Core Runtime 10.0.1”, and points to 10.0.1 aspnetcore x86/x64 URLs. This is aligned with the non-ASP.NET block and earlier version patterns.

Same as above, you may want to confirm the aspnetcore 10.0.1 URLs (and presence in releases-index.json) via your existing update workflow.


578-583: Desktop 10.0 runtime bump is aligned with other 10.0.1 entries

Dependency_AddDotNet100Desktop now checks for Microsoft.WindowsDesktop.App 10.0.1, uses the “.NET Desktop Runtime 10.0.1” title, and references the corresponding WindowsDesktop 10.0.1 x86/x64 installers. This keeps the desktop runtime in sync with the core and ASP.NET runtimes.

As with the other 10.0.1 blocks, rely on your “Check .NET Updates” automation or a quick URL check to ensure the WindowsDesktop 10.0.1 links remain valid.

@github-actions github-actions bot force-pushed the update-dotnet-dependencies branch from a9fc3c7 to ff396e5 Compare January 19, 2026 09:08
@github-actions github-actions bot changed the title Update .NET dependencies: .NET 10.0: 10.0.0 -> 10.0.1 Update .NET dependencies: .NET 8.0: 8.0.22 -> 8.0.23, .NET 9.0: 9.0.11 -> 9.0.12, .NET 10.0: 10.0.0 -> 10.0.2 Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant