Skip to content

Fixes #3761, #2886 - Draw and Layout performance issues #8272

Fixes #3761, #2886 - Draw and Layout performance issues

Fixes #3761, #2886 - Draw and Layout performance issues #8272

Triggered via pull request October 27, 2024 22:25
Status Success
Total duration 6m 13s
Artifacts 3

dotnet-core.yml

on: pull_request
build_release
52s
build_release
Matrix: build_and_test_debug
Fit to window
Zoom out
Zoom in

Annotations

50 warnings
build_release: UICatalog/Scenarios/LineDrawing.cs#L339
'DrawingArea.SetAttribute(Attribute)' hides inherited member 'View.SetAttribute(Attribute)'. Use the new keyword if hiding was intended.
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: UICatalog/Scenarios/AnimationScenario/AnimationScenario.cs#L35
Possible null reference argument for parameter 'left' in 'Dim Dim.operator -(Dim left, Dim right)'.
build_release: UICatalog/Scenarios/AnimationScenario/AnimationScenario.cs#L66
Possible null reference argument for parameter 'path' in 'DirectoryInfo.DirectoryInfo(string path)'.
build_release: UICatalog/Scenarios/AnimationScenario/AnimationScenario.cs#L174
Non-nullable field 'brailleCache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_release: UICatalog/Scenarios/AnimationScenario/AnimationScenario.cs#L177
Non-nullable field 'fullResImages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_release: UICatalog/Scenarios/AnimationScenario/AnimationScenario.cs#L178
Non-nullable field 'matchSizes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_release: UICatalog/Scenarios/Editors/DimEditor.cs#L35
Converting null literal or possible null value to non-nullable type.
build_release: UICatalog/Scenarios/Editors/DimEditor.cs#L39
Converting null literal or possible null value to non-nullable type.
build_release: UICatalog/Scenarios/Shortcuts.cs#L125
The variable 'max' is assigned but its value is never used
build_release: Terminal.Gui/View/DrawEventArgs.cs#L24
'DrawEventArgs.Cancel' hides inherited member 'CancelEventArgs.Cancel'. Use the new keyword if hiding was intended.
build_release: Terminal.Gui/Application/MainLoop.cs#L250
The variable 'ctx' is assigned but its value is never used
build_release: Terminal.Gui/View/View.Layout.cs#L476
The variable 'le' is declared but never used
build_release: 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_release: 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_release: 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_release: Terminal.Gui/Views/Menu/Menu.cs#L31
Dereference of a possibly null reference.
build_release: Terminal.Gui/Views/Menu/Menu.cs#L36
Dereference of a possibly null reference.
build_release: 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/View/DrawEventArgs.cs#L24
'DrawEventArgs.Cancel' hides inherited member 'CancelEventArgs.Cancel'. Use the new keyword if hiding was intended.
build_and_test_debug (macos-latest): Terminal.Gui/Application/MainLoop.cs#L250
The variable 'ctx' is assigned but its value is never used
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#L412
Dereference of a possibly null reference.
build_and_test_debug (ubuntu-latest): Terminal.Gui/View/DrawEventArgs.cs#L24
'DrawEventArgs.Cancel' hides inherited member 'CancelEventArgs.Cancel'. Use the new keyword if hiding was intended.
build_and_test_debug (ubuntu-latest): Terminal.Gui/Application/MainLoop.cs#L250
The variable 'ctx' is assigned but its value is never used
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/View/View.Layout.cs#L476
The variable 'le' is declared but never used
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 (windows-latest): Terminal.Gui/View/DrawEventArgs.cs#L24
'DrawEventArgs.Cancel' hides inherited member 'CancelEventArgs.Cancel'. Use the new keyword if hiding was intended.
build_and_test_debug (windows-latest): Terminal.Gui/Application/MainLoop.cs#L250
The variable 'ctx' is assigned but its value is never used
build_and_test_debug (windows-latest): Terminal.Gui/View/View.Layout.cs#L476
The variable 'le' is declared but never used
build_and_test_debug (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.
build_and_test_debug (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.
build_and_test_debug (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.
build_and_test_debug (windows-latest): Terminal.Gui/Views/Menu/Menu.cs#L31
Dereference of a possibly null reference.
build_and_test_debug (windows-latest): Terminal.Gui/Views/Menu/Menu.cs#L36
Dereference of a possibly null reference.
build_and_test_debug (windows-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.

Artifacts

Produced during runtime
Name Size
test-logs-Linux
5.46 MB
test-logs-Windows
5.14 MB
test-logs-macOS
5.11 MB