Skip to content

Fixes #4023 - Changes CommandEventArgs to be based on HandledEventArgs instead of CancelEventArgs #392

Fixes #4023 - Changes CommandEventArgs to be based on HandledEventArgs instead of CancelEventArgs

Fixes #4023 - Changes CommandEventArgs to be based on HandledEventArgs instead of CancelEventArgs #392

Triggered via pull request May 9, 2025 14:47
Status Success
Total duration 1m 56s
Artifacts

build-release.yml

on: pull_request
build_release
1m 6s
build_release
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build_release: Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L364
Missing XML comment for publicly visible type or member 'GuiTestContext.Down()'
build_release: Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L299
Missing XML comment for publicly visible type or member 'GuiTestContext.LeftClick<T>(Func<T, bool>)'
build_release: Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L199
Missing XML comment for publicly visible type or member 'GuiTestContext.ScreenShot(string, TextWriter)'
build_release: Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L637
Dereference of a possibly null reference.
build_release: Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L629
Dereference of a possibly null reference.
build_release: Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L612
Dereference of a possibly null reference.
build_release: Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L315
Dereference of a possibly null reference.
build_release: Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L27
Non-nullable field '_ex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_release: Tests/TerminalGuiFluentTesting/FakeOutput.cs#L8
Non-nullable property 'LastBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_release: Tests/TerminalGuiFluentTesting/TextWriterLogger.cs#L7
Nullability in constraints for type parameter 'TState' of method 'TextWriterLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
build_release: Terminal.Gui/Views/Toplevel.cs#L73
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
build_release: Terminal.Gui/Views/Toplevel.cs#L73
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
build_release: Terminal.Gui/Views/Toplevel.cs#L73
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
build_release: Terminal.Gui/Views/FileDialog.cs#L1114
Cannot convert null literal to non-nullable reference type.
build_release: Terminal.Gui/Views/FileDialog.cs#L610
Cannot convert null literal to non-nullable reference type.
build_release: Terminal.Gui/Views/FileDialog.cs#L51
'MenuItem' is obsolete: 'Use MenuItemv2 instead.'
build_release: Terminal.Gui/Views/FileDialog.cs#L50
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
build_release: Terminal.Gui/Views/FileDialog.cs#L49
'MenuBarItem' is obsolete: 'Use MenuBarItemv2 instead.'
build_release: Terminal.Gui/Views/Toplevel.cs#L73
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
build_release: Terminal.Gui/Views/Toplevel.cs#L73
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'