Skip to content

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

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

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

Triggered via pull request October 17, 2024 18:22
Status Failure
Total duration 2m 2s
Artifacts 2

dotnet-core.yml

on: pull_request
build_release
1m 0s
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/Scenarios/AdornmentsEditor.cs#L124
Converting null literal or possible null value to non-nullable type.
build_release: UICatalog/UICatalog.cs#L1071
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/TileViewNesting.cs#L15
The field 'TileViewNesting._loaded' 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/AdornmentsEditor.cs#L124
Converting null literal or possible null value to non-nullable type.
build_release: UICatalog/UICatalog.cs#L1071
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/TileViewNesting.cs#L15
The field 'TileViewNesting._loaded' is assigned but its value is never used
build_release: UnitTests/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
build_release: Terminal.Gui/Application/Application.Run.cs#L205
Dereference of a possibly null reference.
build_release: Terminal.Gui/Views/TextView.cs#L3977
Dereference of a possibly null reference.
build_release: Terminal.Gui/Views/TextView.cs#L3981
Dereference of a possibly null reference.
build_release: Terminal.Gui/Views/TextView.cs#L4012
Dereference of a possibly null reference.
build_release: Terminal.Gui/Views/TextView.cs#L4034
Dereference of a possibly null reference.
build_release: Terminal.Gui/Views/TextView.cs#L4040
Dereference of a possibly null reference.
build_release: Terminal.Gui/Views/TextView.cs#L4079
Dereference of a possibly null reference.
build_release: Terminal.Gui/Views/TextView.cs#L6366
Dereference of a possibly null reference.
build_release: Terminal.Gui/View/Adornment/ShadowView.cs#L114
Dereference of a possibly null reference.
build_and_test_debug (macos-latest): Terminal.Gui/Application/Application.Run.cs#L205
Dereference of a possibly null reference.
build_and_test_debug (macos-latest): Terminal.Gui/Views/TextView.cs#L3977
Dereference of a possibly null reference.
build_and_test_debug (macos-latest): Terminal.Gui/Views/TextView.cs#L3981
Dereference of a possibly null reference.
build_and_test_debug (macos-latest): Terminal.Gui/Views/TextView.cs#L4012
Dereference of a possibly null reference.
build_and_test_debug (macos-latest): Terminal.Gui/Views/TextView.cs#L4034
Dereference of a possibly null reference.
build_and_test_debug (macos-latest): Terminal.Gui/Views/TextView.cs#L4040
Dereference of a possibly null reference.
build_and_test_debug (macos-latest): Terminal.Gui/Views/TextView.cs#L4079
Dereference of a possibly null reference.
build_and_test_debug (macos-latest): Terminal.Gui/Views/TextView.cs#L6366
Dereference of a possibly null reference.
build_and_test_debug (macos-latest): Terminal.Gui/Views/RadioGroup.cs#L367
Dereference of a possibly null reference.
build_and_test_debug (windows-latest): Terminal.Gui/View/View.Drawing.cs#L86
Dereference of a possibly null reference.
build_and_test_debug (windows-latest): Terminal.Gui/Application/Application.Run.cs#L205
Dereference of a possibly null reference.
build_and_test_debug (windows-latest): Terminal.Gui/View/View.Layout.cs#L51
Dereference of a possibly null reference.
build_and_test_debug (windows-latest): Terminal.Gui/View/View.Layout.cs#L138
Dereference of a possibly null reference.
build_and_test_debug (windows-latest): Terminal.Gui/View/View.Layout.cs#L138
Dereference of a possibly null reference.
build_and_test_debug (windows-latest): Terminal.Gui/View/View.Layout.cs#L594
The variable 'e' is declared but never used
build_and_test_debug (windows-latest): Terminal.Gui/View/Layout/Pos.cs#L254
Possible null reference argument for parameter 'view' in 'PosView.PosView(View view, Side side)'.
build_and_test_debug (windows-latest): Terminal.Gui/View/Layout/Pos.cs#L259
Possible null reference argument for parameter 'view' in 'PosView.PosView(View view, Side side)'.
build_and_test_debug (windows-latest): Terminal.Gui/View/Layout/Pos.cs#L264
Possible null reference argument for parameter 'view' in 'PosView.PosView(View view, Side side)'.
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/Application/Application.Run.cs#L205
Dereference of a possibly null reference.
build_and_test_debug (ubuntu-latest): Terminal.Gui/View/Layout/Pos.cs#L254
Possible null reference argument for parameter 'view' in 'PosView.PosView(View view, Side side)'.
build_and_test_debug (ubuntu-latest): Terminal.Gui/View/Layout/Pos.cs#L259
Possible null reference argument for parameter 'view' in 'PosView.PosView(View view, Side side)'.
build_and_test_debug (ubuntu-latest): Terminal.Gui/View/Layout/Pos.cs#L264
Possible null reference argument for parameter 'view' in 'PosView.PosView(View view, Side side)'.
build_and_test_debug (ubuntu-latest): Terminal.Gui/View/Layout/Pos.cs#L269
Possible null reference argument for parameter 'view' in 'PosView.PosView(View view, Side side)'.
build_and_test_debug (ubuntu-latest): Terminal.Gui/View/Layout/Pos.cs#L277
Possible null reference argument for parameter 'view' in 'PosView.PosView(View view, Side side)'.
build_and_test_debug (ubuntu-latest): Terminal.Gui/View/Layout/Pos.cs#L285
Possible null reference argument for parameter 'view' in 'PosView.PosView(View view, Side side)'.
build_and_test_debug (ubuntu-latest): Terminal.Gui/View/Adornment/ShadowView.cs#L114
Dereference of a possibly null reference.
build_and_test_debug (ubuntu-latest): Terminal.Gui/View/Adornment/ShadowView.cs#L142
Dereference of a possibly null reference.

Artifacts

Produced during runtime
Name Size
test-logs-Linux
1.4 MB
test-logs-macOS
1.04 MB