Skip to content

Fixes #3976. SixLabors.ImageSharp nuget package is reporting as vulnerable #126

Fixes #3976. SixLabors.ImageSharp nuget package is reporting as vulnerable

Fixes #3976. SixLabors.ImageSharp nuget package is reporting as vulnerable #126

Triggered via pull request March 9, 2025 19:28
Status Success
Total duration 5m 30s
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#L459
Dereference of a possibly null reference.
Parallel Unit Tests (macos-latest): Terminal.Gui/Views/Menu/Menu.cs#L464
Dereference of a possibly null reference.
Parallel Unit Tests (macos-latest): Terminal.Gui/Views/Menu/Menu.cs#L849
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.
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.
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.
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/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/ConsoleDrivers/CursesDriver/CursesDriver.cs#L732
Converting null literal or possible null value to non-nullable type.
Non-Parallel Unit Tests (macos-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L800
Converting null literal or possible null value to non-nullable type.
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.
Non-Parallel Unit Tests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L732
Converting null literal or possible null value to non-nullable type.
Non-Parallel Unit Tests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L800
Converting null literal or possible null value to non-nullable type.
Non-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)'.
Non-Parallel Unit Tests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L1004
Cannot convert null literal to non-nullable reference type.
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.
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.
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.
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.
Parallel Unit Tests (windows-latest): Terminal.Gui/Views/Menu/Menu.cs#L459
Dereference of a possibly null reference.
Parallel Unit Tests (windows-latest): Terminal.Gui/Views/Menu/Menu.cs#L464
Dereference of a possibly null reference.
Parallel Unit Tests (windows-latest): Terminal.Gui/Views/Menu/Menu.cs#L849
Dereference of a possibly null reference.
Parallel Unit Tests (windows-latest): Terminal.Gui/Views/Menu/MenuBar.cs#L851
Dereference of a possibly null reference.
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.
Non-Parallel Unit Tests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L732
Converting null literal or possible null value to non-nullable type.
Non-Parallel Unit Tests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L800
Converting null literal or possible null value to non-nullable type.
Non-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)'.
Non-Parallel Unit Tests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L1004
Cannot convert null literal to non-nullable reference type.

Artifacts

Produced during runtime
Name Size Digest
non_parallel_unittests-logs-Linux
1.65 MB
sha256:eac202ed0a7a9fbde56bab5e165ddd9f084002dec90d0cf5deb58499284553a8
non_parallel_unittests-logs-Windows
1.54 MB
sha256:1097972f71dfaaf1120bc136e129ffb7b8ba309df71df20094bdbd3b01b48931
non_parallel_unittests-logs-macOS
1.55 MB
sha256:008d34c81ca44c26723e08142e87f4db61684746b967c5d77c7495e491355128
parallel_unittests-logs-Linux
3.28 MB
sha256:55b7bf00b9cfd38e74db0dfbd07fbd3b89f2b986cb1707f5c592c5c4dc7c6574
parallel_unittests-logs-Windows
3.04 MB
sha256:6b7d74aed371b7bc4aa4462a88af05ec572ef7c82c9ed7ff47e6b37b320a40f3
parallel_unittests-logs-macOS
3.02 MB
sha256:cb65c84fa88ad3f6ac573ddba0be59a867d575c6c74a7ea8ca49964074104590