Skip to content

Fixes #3824 - Modernizes TreeView #8580

Fixes #3824 - Modernizes TreeView

Fixes #3824 - Modernizes TreeView #8580

Triggered via pull request November 26, 2024 19:47
Status Failure
Total duration 1m 41s
Artifacts 2

dotnet-core.yml

on: pull_request
build_release
1m 2s
build_release
Matrix: build_and_test_debug
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 51 warnings
build_and_test_debug (macos-latest)
Process completed with exit code 1.
build_and_test_debug (windows-latest)
The job was canceled because "macos-latest" failed.
build_and_test_debug (windows-latest)
The operation was canceled.
build_and_test_debug (ubuntu-latest)
The job was canceled because "macos-latest" failed.
build_and_test_debug (ubuntu-latest)
The operation was canceled.
build_release: UICatalog/Scenario.cs#L181
Non-nullable field '_demoKeys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_release: UnitTests/UICatalog/ScenarioTests.cs#L160
The variable 'initialized' is assigned but its value is never used
build_release: UnitTests/UICatalog/ScenarioTests.cs#L161
The variable 'shutdown' is assigned but its value is never used
build_release: UnitTests/Application/ApplicationScreenTests.cs#L5
Parameter 'output' is unread.
build_release: UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L77
Dereference of a possibly null reference.
build_release: UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L78
Dereference of a possibly null reference.
build_release: UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L79
Dereference of a possibly null reference.
build_release: UnitTests/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
build_release: UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L277
Dereference of a possibly null reference.
build_release: UnitTests/View/Mouse/GetViewsUnderMouseTests.cs#L278
Dereference of a possibly null reference.
build_release: Terminal.Gui/Views/TreeView/SelectionChangedEventArgs.cs#L11
The type 'T?' cannot be used as type parameter 'T' in the generic type or method 'TreeView<T>'. Nullability of type argument 'T?' doesn't match 'class' constraint.
build_release: Terminal.Gui/Views/TreeView/SelectionChangedEventArgs.cs#L25
The type 'T?' cannot be used as type parameter 'T' in the generic type or method 'TreeView<T>'. Nullability of type argument 'T?' doesn't match 'class' constraint.
build_release: Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L250
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_release: Terminal.Gui/ConsoleDrivers/WindowsDriver/WindowsDriver.cs#L43
Non-nullable field '_outputBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_release: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L728
Converting null literal or possible null value to non-nullable type.
build_release: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L737
Possible null reference assignment.
build_release: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L794
Converting null literal or possible null value to non-nullable type.
build_release: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L824
Possible null reference assignment.
build_release: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L955
Possible null reference argument for parameter 'cki' in 'void EscSeqUtils.DecodeEscSeq(ref ConsoleKeyInfo newConsoleKeyInfo, ref ConsoleKey key, ConsoleKeyInfo[] cki, ref ConsoleModifiers mod, out string c1Control, out string code, out string[] values, out string terminator, out bool isMouse, out List<MouseFlags> buttonState, out Point pos, out bool isResponse, Action<MouseFlags, Point>? continuousButtonPressedHandler)'.
build_release: Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L975
Cannot convert null literal to non-nullable reference type.
build_and_test_debug (macos-latest): Terminal.Gui/Views/TreeView/SelectionChangedEventArgs.cs#L11
The type 'T?' cannot be used as type parameter 'T' in the generic type or method 'TreeView<T>'. Nullability of type argument 'T?' doesn't match 'class' constraint.
build_and_test_debug (macos-latest): Terminal.Gui/Views/TreeView/SelectionChangedEventArgs.cs#L25
The type 'T?' cannot be used as type parameter 'T' in the generic type or method 'TreeView<T>'. Nullability of type argument 'T?' doesn't match 'class' constraint.
build_and_test_debug (macos-latest): Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_menuBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_and_test_debug (macos-latest): Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_and_test_debug (macos-latest): Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_and_test_debug (macos-latest): Terminal.Gui/Views/Menu/Menu.cs#L31
Dereference of a possibly null reference.
build_and_test_debug (macos-latest): Terminal.Gui/Views/Menu/Menu.cs#L36
Dereference of a possibly null reference.
build_and_test_debug (macos-latest): Terminal.Gui/Views/Menu/Menu.cs#L158
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_and_test_debug (macos-latest): Terminal.Gui/Views/Menu/Menu.cs#L424
Dereference of a possibly null reference.
build_and_test_debug (macos-latest): Terminal.Gui/Views/Menu/MenuBar.cs#L843
Dereference of a possibly null reference.
build_and_test_debug (windows-latest): Terminal.Gui/Views/TreeView/SelectionChangedEventArgs.cs#L11
The type 'T?' cannot be used as type parameter 'T' in the generic type or method 'TreeView<T>'. Nullability of type argument 'T?' doesn't match 'class' constraint.
build_and_test_debug (windows-latest): Terminal.Gui/Views/TreeView/SelectionChangedEventArgs.cs#L25
The type 'T?' cannot be used as type parameter 'T' in the generic type or method 'TreeView<T>'. Nullability of type argument 'T?' doesn't match 'class' constraint.
build_and_test_debug (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L728
Converting null literal or possible null value to non-nullable type.
build_and_test_debug (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L794
Converting null literal or possible null value to non-nullable type.
build_and_test_debug (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L955
Possible null reference argument for parameter 'cki' in 'void EscSeqUtils.DecodeEscSeq(ref ConsoleKeyInfo newConsoleKeyInfo, ref ConsoleKey key, ConsoleKeyInfo[] cki, ref ConsoleModifiers mod, out string c1Control, out string code, out string[] values, out string terminator, out bool isMouse, out List<MouseFlags> buttonState, out Point pos, out bool isResponse, Action<MouseFlags, Point>? continuousButtonPressedHandler)'.
build_and_test_debug (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L975
Cannot convert null literal to non-nullable reference type.
build_and_test_debug (windows-latest): Terminal.Gui/ConsoleDrivers/WindowsDriver/WindowsDriver.cs#L43
Non-nullable field '_outputBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_and_test_debug (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L583
Non-nullable field '_processInputToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_and_test_debug (windows-latest)
No files were found with the provided path: logs/ UnitTests/TestResults/. No artifacts will be uploaded.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/TreeView/SelectionChangedEventArgs.cs#L11
The type 'T?' cannot be used as type parameter 'T' in the generic type or method 'TreeView<T>'. Nullability of type argument 'T?' doesn't match 'class' constraint.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/TreeView/SelectionChangedEventArgs.cs#L25
The type 'T?' cannot be used as type parameter 'T' in the generic type or method 'TreeView<T>'. Nullability of type argument 'T?' doesn't match 'class' constraint.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_menuBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/Menu/Menu.cs#L31
Dereference of a possibly null reference.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/Menu/Menu.cs#L36
Dereference of a possibly null reference.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/Menu/Menu.cs#L158
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/Menu/Menu.cs#L424
Dereference of a possibly null reference.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/Menu/MenuBar.cs#L843
Dereference of a possibly null reference.

Artifacts

Produced during runtime
Name Size
test-logs-Linux
111 KB
test-logs-macOS
1.52 MB