Skip to content

build-test-push #417

build-test-push

build-test-push #417

Manually triggered February 18, 2025 05:28
Status Success
Total duration 3m 23s
Artifacts

build-test-push.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
setup: test/OneImlx.Terminal.Tests/Mocks/MockTerminalConsole.cs#L46
Nullability of reference types in return type of 'Task<string?> MockTerminalConsole.ReadAnswerAsync(string question, params string[]? answers)' doesn't match implicitly implemented member 'Task<string> ITerminalConsole.ReadAnswerAsync(string question, params string[]? answers)'.
setup: test/OneImlx.Terminal.Tests/Mocks/MockCommandStore.cs#L16
Non-nullable field 'commandDescriptors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
setup: test/OneImlx.Terminal.Tests/Commands/Parsers/CommandRouteParserArgumentsOptionsTests.cs#L860
Non-nullable field 'argumentDescriptors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
setup: test/OneImlx.Terminal.Tests/Commands/Parsers/CommandRouteParserArgumentsOptionsTests.cs#L861
Non-nullable field 'commandDescriptors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
setup: test/OneImlx.Terminal.Tests/Commands/Parsers/CommandRouteParserArgumentsOptionsTests.cs#L862
Non-nullable field 'commandStore' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
setup: test/OneImlx.Terminal.Tests/Commands/Parsers/CommandRouteParserArgumentsOptionsTests.cs#L863
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
setup: test/OneImlx.Terminal.Tests/Commands/Parsers/CommandRouteParserArgumentsOptionsTests.cs#L864
Non-nullable field 'optionDescriptors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
setup: test/OneImlx.Terminal.Tests/Commands/Parsers/CommandRouteParserArgumentsOptionsTests.cs#L865
Non-nullable field 'terminalOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
setup: test/OneImlx.Terminal.Tests/Commands/Parsers/CommandRouteParserArgumentsOptionsTests.cs#L866
Non-nullable field 'terminalRequestParser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
setup: test/OneImlx.Terminal.Tests/Commands/Parsers/CommandRouteParserArgumentsOptionsTests.cs#L867
Non-nullable field 'textHandler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.