V13#201
Conversation
…t8-if-required Fixes #168
# Conflicts: # setup/bundle.wxs
- bundle.wxs + workflow downloads: .NET 8 desktop runtime 8.0.20 -> .NET 10 (10.0.10) - build-and-publish/build-PR: APP_VERSION 12.3 -> 13.0 - pull component installers from the 13.0 nightlies (PK-Sim/MoBi build-nightly_v13, InstallationValidator build-nightly_13.0) instead of build-nightly_12.3 - bump actions: checkout@v6, upload-artifact@v7, download-artifact@v8 - README: point nightly-status badge links at the renamed component workflows
|
Warning Review limit reached
Next review available in: 22 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe release configuration moves PK-Sim and MoBi from the 12.3 series to 13.0, updates nightly artifact workflows and badges, upgrades GitHub Actions, and replaces the .NET Framework prerequisite with the Windows Desktop .NET 10 runtime. ChangesRelease and installer transition
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
…ly 13.0 Renaming the workflow file resets github.run_number so the 13.0 line starts fresh instead of continuing the 12.3 counter. Update the README Suite Setup badge links.
There was a problem hiding this comment.
🧹 Nitpick comments (1)
README.md (1)
79-79: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueConsider updating the badge image URLs to match the workflow links.
The status badges for PK-Sim, MoBi, Installation Validator, and Qualification Runner use
nightly-badge.ymlfor their image URLs, but the hyperlink targets point to the newly named workflows (e.g.,build-nightly_v13.yml). Unlessnightly-badge.ymlis maintained specifically as a static endpoint for status badges, you might want to update the image URLs to reference the actual workflows being tracked.💡 Proposed optional fix for badge image URLs
-[](https://github.com/Open-Systems-Pharmacology/Suite/actions/workflows/build-and-publish_v13.yml) [](https://github.com/Open-Systems-Pharmacology/PK-Sim/actions/workflows/build-nightly_v13.yml) [](https://github.com/Open-Systems-Pharmacology/MoBi/actions/workflows/build-nightly_v13.yml) [](https://github.com/Open-Systems-Pharmacology/InstallationValidator/actions/workflows/build-nightly_13.0.yml) [](https://github.com/Open-Systems-Pharmacology/QualificationRunner/actions/workflows/build-nightly_13.0.yml) +[](https://github.com/Open-Systems-Pharmacology/Suite/actions/workflows/build-and-publish_v13.yml) [](https://github.com/Open-Systems-Pharmacology/PK-Sim/actions/workflows/build-nightly_v13.yml) [](https://github.com/Open-Systems-Pharmacology/MoBi/actions/workflows/build-nightly_v13.yml) [](https://github.com/Open-Systems-Pharmacology/InstallationValidator/actions/workflows/build-nightly_13.0.yml) [](https://github.com/Open-Systems-Pharmacology/QualificationRunner/actions/workflows/build-nightly_13.0.yml)🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@README.md` at line 79, Update the README status badge image URLs for PK-Sim, MoBi, Installation Validator, and Qualification Runner to reference the same workflow filenames used by their hyperlink targets, including the v13 naming. Leave the badge labels and workflow links unchanged.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@README.md`:
- Line 79: Update the README status badge image URLs for PK-Sim, MoBi,
Installation Validator, and Qualification Runner to reference the same workflow
filenames used by their hyperlink targets, including the v13 naming. Leave the
badge labels and workflow links unchanged.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: b612c74e-429c-4b38-a198-201335b42a26
📒 Files selected for processing (6)
.github/workflows/build-PR.yml.github/workflows/build-and-publish_v13.ymlREADME.mdsetup/bundle.wxsversions.jsonversions.xml
The linked FuncParser Actions run (16811208145) was a .NET 8-era build and is now gone (404). Point it at run 25451594842, which built FuncParser 5.0.0.3 - the version bundled on the .NET 10 / 13.0 line.
The linked run (16832845482) was an Aug 2025 .NET 8-era build; update it to run 25508815268, which built SimModel 5.0.0.76 - the version bundled on the .NET 10 / 13.0 line.
Summary by CodeRabbit
New Features
Build & Distribution
Documentation