Skip to content

Cleans up/Refactors View.Subviews #110

Cleans up/Refactors View.Subviews

Cleans up/Refactors View.Subviews #110

Triggered via pull request March 8, 2025 22:33
Status Success
Total duration 5m 20s
Artifacts 6

unit-tests.yml

on: pull_request
Matrix: Non-Parallel Unit Tests
Matrix: Parallel Unit Tests

Annotations

60 warnings
Parallel Unit Tests (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.
Parallel Unit Tests (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.
Parallel Unit Tests (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.
Parallel Unit Tests (macos-latest): Terminal.Gui/Views/Menu/MenuBar.cs#L851
Dereference of a possibly null reference.
Parallel Unit Tests (macos-latest): Terminal.Gui/Views/Menu/MenuBar.cs#L1430
Dereference of a possibly null reference.
Parallel Unit Tests (macos-latest): Terminal.Gui/Views/Menu/Menu.cs#L11
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Parallel Unit Tests (macos-latest): Terminal.Gui/Views/Menu/Menu.cs#L457
Dereference of a possibly null reference.
Parallel Unit Tests (macos-latest): Terminal.Gui/Views/Menu/Menu.cs#L462
Dereference of a possibly null reference.
Parallel Unit Tests (macos-latest): Terminal.Gui/Views/Menu/Menu.cs#L839
Dereference of a possibly null reference.
Parallel Unit Tests (macos-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Non-Parallel Unit Tests (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.
Non-Parallel Unit Tests (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.
Non-Parallel Unit Tests (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.
Non-Parallel Unit Tests (macos-latest): Terminal.Gui/Views/Menu/MenuBar.cs#L851
Dereference of a possibly null reference.
Non-Parallel Unit Tests (macos-latest): Terminal.Gui/Views/Menu/MenuBar.cs#L1430
Dereference of a possibly null reference.
Non-Parallel Unit Tests (macos-latest): Terminal.Gui/Views/Menu/Menu.cs#L11
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Non-Parallel Unit Tests (macos-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Parallel Unit Tests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Parallel Unit Tests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L732
Converting null literal or possible null value to non-nullable type.
Parallel Unit Tests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L800
Converting null literal or possible null value to non-nullable type.
Parallel Unit Tests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L983
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)'.
Parallel Unit Tests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L1004
Cannot convert null literal to non-nullable reference type.
Non-Parallel Unit Tests (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.
Non-Parallel Unit Tests (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.
Non-Parallel Unit Tests (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.
Non-Parallel Unit Tests (ubuntu-latest): Terminal.Gui/Views/Menu/Menu.cs#L11
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Non-Parallel Unit Tests (ubuntu-latest): Terminal.Gui/Views/Menu/Menu.cs#L457
Dereference of a possibly null reference.
Non-Parallel Unit Tests (ubuntu-latest): Terminal.Gui/Views/Menu/Menu.cs#L462
Dereference of a possibly null reference.
Non-Parallel Unit Tests (ubuntu-latest): Terminal.Gui/Views/Menu/MenuBar.cs#L851
Dereference of a possibly null reference.
Non-Parallel Unit Tests (ubuntu-latest): Terminal.Gui/Views/Menu/MenuBar.cs#L1430
Dereference of a possibly null reference.
Non-Parallel Unit Tests (ubuntu-latest): Terminal.Gui/Views/Menu/Menu.cs#L839
Dereference of a possibly null reference.
Non-Parallel Unit Tests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Parallel Unit Tests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Parallel Unit Tests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L732
Converting null literal or possible null value to non-nullable type.
Parallel Unit Tests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L800
Converting null literal or possible null value to non-nullable type.
Parallel Unit Tests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L983
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)'.
Parallel Unit Tests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L1004
Cannot convert null literal to non-nullable reference type.
Non-Parallel Unit Tests (windows-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.
Non-Parallel Unit Tests (windows-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.
Non-Parallel Unit Tests (windows-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.
Non-Parallel Unit Tests (windows-latest): Terminal.Gui/Views/Menu/Menu.cs#L11
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Non-Parallel Unit Tests (windows-latest): Terminal.Gui/Views/Menu/Menu.cs#L457
Dereference of a possibly null reference.
Non-Parallel Unit Tests (windows-latest): Terminal.Gui/Views/Menu/Menu.cs#L462
Dereference of a possibly null reference.
Non-Parallel Unit Tests (windows-latest): Terminal.Gui/Views/Menu/MenuBar.cs#L851
Dereference of a possibly null reference.
Non-Parallel Unit Tests (windows-latest): Terminal.Gui/Views/Menu/Menu.cs#L839
Dereference of a possibly null reference.
Non-Parallel Unit Tests (windows-latest): Terminal.Gui/Views/Menu/MenuBar.cs#L1430
Dereference of a possibly null reference.
Non-Parallel Unit Tests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.

Artifacts

Produced during runtime
Name Size Digest
non_parallel_unittests-logs-Linux
1.65 MB
sha256:ce27799c04e7502cb9a1b1b58ac4e3ed77318dcada36befec88ccc2d28d7b448
non_parallel_unittests-logs-Windows
1.54 MB
sha256:046c6cb8a36147b79a6319982e714e07e42afa85c2c0a80998147120ab41513c
non_parallel_unittests-logs-macOS
1.54 MB
sha256:2b41130c144bb6c8daccdccea45242170e68e057f853f15fadb8661ccc8c7a97
parallel_unittests-logs-Linux
3.24 MB
sha256:3300dfe03d441cb923868708b54bab04119b88b592e45f8a0bde2b8882246970
parallel_unittests-logs-Windows
3.04 MB
sha256:5fb34c71f6b1f3cbc424ad8920e4e74cf559fbba850a98871d71695c0c52c6f0
parallel_unittests-logs-macOS
3.01 MB
sha256:4fae714be66633cf1ad31131623dafec0cd45e1caa60506a73607ed7817089fc