Skip to content

Ansi parser

Ansi parser #8204

Triggered via pull request October 20, 2024 19:30
Status Failure
Total duration 2m 31s
Artifacts 3

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 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/AdornmentsEditor.cs#L124
Converting null literal or possible null value to non-nullable type.
build_release: UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_release: UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_release: UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L225
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_release: UnitTests/View/ViewCommandTests.cs#L7
Parameter 'output' is unread.
build_release: UnitTests/Drawing/CellTests.cs#L6
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: UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_release: UnitTests/ConsoleDrivers/AnsiResponseParserTests.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_release: Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L413
Non-nullable field 'ResponseReceived' 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 '_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#L147
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_release: Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L8
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler'
build_release: Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L8
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.AnsiRequestScheduler(IAnsiResponseParser)'
build_release: Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L10
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.sent'
build_release: Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L11
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.Requsts'
build_and_test_debug (macos-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L413
Non-nullable field 'ResponseReceived' 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 '_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#L147
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/ConsoleDrivers/AnsiResponseParser.cs#L8
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler'
build_and_test_debug (macos-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L8
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.AnsiRequestScheduler(IAnsiResponseParser)'
build_and_test_debug (macos-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L10
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.sent'
build_and_test_debug (macos-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L11
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.Requsts'
build_and_test_debug (windows-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L413
Non-nullable field 'ResponseReceived' 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/Menu.cs#L147
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/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/ConsoleDrivers/AnsiResponseParser.cs#L8
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler'
build_and_test_debug (windows-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L8
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.AnsiRequestScheduler(IAnsiResponseParser)'
build_and_test_debug (windows-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L10
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.sent'
build_and_test_debug (windows-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L11
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.Requsts'
build_and_test_debug (ubuntu-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L413
Non-nullable field 'ResponseReceived' 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 '_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/Views/Menu/Menu.cs#L147
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 (ubuntu-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L8
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler'
build_and_test_debug (ubuntu-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L8
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.AnsiRequestScheduler(IAnsiResponseParser)'
build_and_test_debug (ubuntu-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L10
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.sent'
build_and_test_debug (ubuntu-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser.cs#L11
Missing XML comment for publicly visible type or member 'AnsiRequestScheduler.Requsts'

Artifacts

Produced during runtime
Name Size
test-logs-Linux
1.45 MB
test-logs-Windows
16.5 KB
test-logs-macOS
2.36 MB