Skip to content

Adjust the nanoff options to use minimal verbose output #116

Adjust the nanoff options to use minimal verbose output

Adjust the nanoff options to use minimal verbose output #116

Triggered via pull request December 16, 2024 13:21
Status Success
Total duration 27s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: TestStream.Runner/Helpers/ProcessHelpers.cs#L26
Cannot convert null literal to non-nullable reference type.
build: TestStream.Runner/Configuration/OverallConfiguration.cs#L14
Non-nullable property 'Hardware' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TestStream.Runner/Configuration/OverallConfiguration.cs#L19
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TestStream.Runner/Configuration/HardwareConfig.cs#L17
Non-nullable property 'Capabilities' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TestStream.Runner/Configuration/Hardware.cs#L14
Non-nullable property 'Firmware' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TestStream.Runner/Configuration/Hardware.cs#L19
Non-nullable property 'Port' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TestStream.Runner/Configuration/Hardware.cs#L29
Non-nullable property 'UsbId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TestStream.Runner/Worker.cs#L30
Dereference of a possibly null reference.
build: TestStream.Runner/Worker.cs#L36
Dereference of a possibly null reference.
build: TestStream.Runner/TerminalGui/ServiceWindow.cs#L12
Non-nullable field '_lstView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.