Skip to content

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

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

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

Triggered via pull request October 24, 2024 20:52
Status Failure
Total duration 3m 51s
Artifacts 3

dotnet-core.yml

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

Annotations

5 errors and 50 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/Scenarios/Editors/AdornmentEditor.cs#L65
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/Editors/AdornmentsEditor.cs#L151
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: UICatalog/Scenarios/Editors/LayoutEditor.cs#L111
The field 'LayoutEditor._updatingSettings' is assigned but its value is never used
build_release: UnitTests/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
build_release: UnitTests/View/ViewCommandTests.cs#L7
Parameter 'output' is unread.
build_release: UnitTests/Application/ApplicationTests.cs#L1067
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build_release: UICatalog/Scenarios/Editors/AdornmentEditor.cs#L65
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/Editors/AdornmentsEditor.cs#L151
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/Views/TextView.cs#L3965
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_release: Terminal.Gui/Views/TextView.cs#L3990
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_release: Terminal.Gui/Views/TextView.cs#L4020
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_release: Terminal.Gui/Views/TextView.cs#L4054
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_release: Terminal.Gui/Views/TableView/TableView.cs#L1323
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_release: Terminal.Gui/View/View.Layout.cs#L471
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_and_test_debug (macos-latest): Terminal.Gui/Views/TextView.cs#L3965
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_and_test_debug (macos-latest): Terminal.Gui/Views/TextView.cs#L3990
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_and_test_debug (macos-latest): Terminal.Gui/Views/TextView.cs#L4020
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_and_test_debug (macos-latest): Terminal.Gui/Views/TextView.cs#L4054
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_and_test_debug (macos-latest): Terminal.Gui/Views/TableView/TableView.cs#L1323
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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 (windows-latest): Terminal.Gui/Views/TextView.cs#L3965
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_and_test_debug (windows-latest): Terminal.Gui/Views/TextView.cs#L3990
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_and_test_debug (windows-latest): Terminal.Gui/Views/TextView.cs#L4020
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_and_test_debug (windows-latest): Terminal.Gui/Views/TextView.cs#L4054
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_and_test_debug (windows-latest): Terminal.Gui/Views/TableView/TableView.cs#L1323
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_test_debug (windows-latest): Terminal.Gui/View/View.Layout.cs#L471
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 (ubuntu-latest): Terminal.Gui/Views/TextView.cs#L3965
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/TextView.cs#L3990
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/TextView.cs#L4020
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/TextView.cs#L4054
XML comment has syntactically incorrect cref attribute 'ConsoleDriver?.SetAttribute(Attribute)'
build_and_test_debug (ubuntu-latest): Terminal.Gui/Views/TableView/TableView.cs#L1323
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_test_debug (ubuntu-latest): Terminal.Gui/View/View.Layout.cs#L471
The variable 'le' is declared but 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.

Artifacts

Produced during runtime
Name Size
test-logs-Linux
4.38 MB
test-logs-Windows
1.35 MB
test-logs-macOS
4.87 MB