Skip to content

Creating a template for bootstrap, improving fail detection on Linux #106

Creating a template for bootstrap, improving fail detection on Linux

Creating a template for bootstrap, improving fail detection on Linux #106

Triggered via pull request November 8, 2024 14:57
Status Success
Total duration 24s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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.