feat: upgrade Terminal.Gui to 2.4.1 and Terminal.Gui.Editor to 2.5.0#184
Merged
Conversation
Bump version pins in Directory.Build.props: - TerminalGuiVersion: 2.2.2 -> 2.4.1 - TerminalGuiEditorVersion: 2.2.5 -> 2.5.0 Update using directives for namespaces that moved from Terminal.Gui into Terminal.Gui.Editor in the 2.4.x restructuring: - Terminal.Gui.Document -> Terminal.Gui.Editor.Document - Terminal.Gui.Document.Folding -> Terminal.Gui.Editor.Document.Folding - Terminal.Gui.Highlighting -> Terminal.Gui.Editor.Highlighting - Terminal.Gui.Text.Indentation -> Terminal.Gui.Editor.Indentation All 541 tests pass (unit, config, integration, smoke). Co-authored-by: Copilot <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The v1.0.0-rc.3 release fails at
Publish AOTbecause thecheck-tg-pins-fresh.pystaleness guard rejects the old pins (TG 2.2.2 / TGE 2.2.5) now that TG 2.4.1 and TGE 2.5.0 are on NuGet.Changes
Bump version pins in
Directory.Build.props:TerminalGuiVersion: 2.2.2 -> 2.4.1TerminalGuiEditorVersion: 2.2.5 -> 2.5.0Update
usingdirectives for namespaces that moved fromTerminal.GuiintoTerminal.Gui.Editorin the 2.4.x restructuring:Terminal.Gui.Document->Terminal.Gui.Editor.DocumentTerminal.Gui.Document.Folding->Terminal.Gui.Editor.Document.FoldingTerminal.Gui.Highlighting->Terminal.Gui.Editor.HighlightingTerminal.Gui.Text.Indentation->Terminal.Gui.Editor.IndentationTest Results
All 541 tests pass locally:
Zero warnings in both Debug and Release builds.
No spec/runbook impact
Dependency update only; no CLI surface, exit codes, or JSON envelope changes.
Fixes #181