Bump TerminalGuiVersion to 2.4.18-develop.26 (needs fixes) - #280
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bad5e0f8ab
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| to build against the ../Terminal.Gui enlistment instead (see Directory.Build.targets). | ||
| --> | ||
| <TerminalGuiVersion Condition="'$(TerminalGuiVersion)' == ''">2.4.18-develop.5</TerminalGuiVersion> | ||
| <TerminalGuiVersion Condition="'$(TerminalGuiVersion)' == ''">2.4.18-develop.26</TerminalGuiVersion> |
There was a problem hiding this comment.
Add compatibility fixes before raising the TG floor
With the default build configuration, every Terminal.Gui package reference now resolves 2.4.18-develop.26, but this commit explicitly records that the bump failed the workflow's restore/build/test validation and includes no source changes to address that incompatibility. Merging it therefore leaves the default dependency configuration in a known failing state; add the required compatibility fixes or retain 2.4.18-develop.5 until the full validation passes. CLAUDE.mdL25-L25
Useful? React with 👍 / 👎.
Automated bump of
TerminalGuiVersionfrom2.4.18-develop.5to2.4.18-develop.26failed validation (build or tests).Editor needs source changes to absorb this Terminal.Gui update. See the
failed workflow run.