Adding skip hardware tests when PR is a version update authored by nfbot #131
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/Runner.cs#L266
Possible null reference assignment.
|