Fixes #4023 - Changes CommandEventArgs
to be based on HandledEventArgs
instead of CancelEventArgs
#392
Annotations
20 warnings
Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L364
Missing XML comment for publicly visible type or member 'GuiTestContext.Down()'
|
Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L299
Missing XML comment for publicly visible type or member 'GuiTestContext.LeftClick<T>(Func<T, bool>)'
|
Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L199
Missing XML comment for publicly visible type or member 'GuiTestContext.ScreenShot(string, TextWriter)'
|
Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L637
Dereference of a possibly null reference.
|
Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L629
Dereference of a possibly null reference.
|
Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L612
Dereference of a possibly null reference.
|
Tests/TerminalGuiFluentTesting/GuiTestContext.cs#L315
Dereference of a possibly null reference.
|
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.
|
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.
|
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.
|
Terminal.Gui/Views/Toplevel.cs#L73
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
Terminal.Gui/Views/Toplevel.cs#L73
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
Terminal.Gui/Views/Toplevel.cs#L73
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
Terminal.Gui/Views/FileDialog.cs#L1114
Cannot convert null literal to non-nullable reference type.
|
Terminal.Gui/Views/FileDialog.cs#L610
Cannot convert null literal to non-nullable reference type.
|
Terminal.Gui/Views/FileDialog.cs#L51
'MenuItem' is obsolete: 'Use MenuItemv2 instead.'
|
Terminal.Gui/Views/FileDialog.cs#L50
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
Terminal.Gui/Views/FileDialog.cs#L49
'MenuBarItem' is obsolete: 'Use MenuBarItemv2 instead.'
|
Terminal.Gui/Views/Toplevel.cs#L73
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
Terminal.Gui/Views/Toplevel.cs#L73
'MenuBar' is obsolete: 'Use MenuBarv2 instead.'
|
The logs for this run have expired and are no longer available.
Loading