Skip to content

Bump Terminal.Gui from 2.0.0-develop.4636 to 2.0.0-develop.4993#118

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/nuget/Muse/Terminal.Gui-2.0.0-develop.4993
Open

Bump Terminal.Gui from 2.0.0-develop.4636 to 2.0.0-develop.4993#118
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/nuget/Muse/Terminal.Gui-2.0.0-develop.4993

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Updated Terminal.Gui from 2.0.0-develop.4636 to 2.0.0-develop.4993.

Release notes

Sourced from Terminal.Gui's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 16, 2026
---
updated-dependencies:
- dependency-name: Terminal.Gui
  dependency-version: 2.0.0-develop.4993
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Muse/Terminal.Gui-2.0.0-develop.4993 branch from 1b01943 to 0e43453 Compare March 16, 2026 19:22
@MaciekWin3
Copy link
Copy Markdown
Owner

@copilot Fix build when updating to new version of Terminal.Gui

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 18, 2026

@copilot Fix build when updating to new version of Terminal.Gui

Fixed in d251bfb. The new version of Terminal.Gui renamed/removed several types:

  • Toplevel was removed → replaced with Runnable (in MuseApp.cs)
  • Application.Top was removed → replaced with Application.TopRunnableView
  • MenuBarv2, MenuItemv2, MenuBarItemv2, Menuv2MenuBar, MenuItem, MenuBarItem, Menu
  • MessageBox.Query/ErrorQuery now requires IApplication as first argument → passing Application.Instance
  • ListView.SelectedItem and ListViewItemEventArgs.Item now return int? instead of int

Build now succeeds with 0 errors and 0 warnings.

Copilot AI requested a review from MaciekWin3 April 18, 2026 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants