Skip to content

Refactor XUnit Fluent (#17) #12

Refactor XUnit Fluent (#17)

Refactor XUnit Fluent (#17) #12

Triggered via push March 5, 2025 22:33
Status Success
Total duration 36s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
No files were found with the provided path: /home/runner/work/RfmUsb.Net/RfmUsb.Net.UnitTests/TestResults/test-results.trx. No artifacts will be uploaded.
build: RfmUsb.Net/RfmBase.cs#L62
Non-nullable event 'DioInterrupt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: RfmUsb.Net/Ports/SerialPort.cs#L39
Non-nullable event 'DataReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: RfmUsb.Net/Ports/SerialPort.cs#L39
Non-nullable event 'ErrorReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: RfmUsb.Net/Ports/SerialPort.cs#L39
Non-nullable event 'PinChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: RfmUsbConsole/Program.cs#L44
Non-nullable field '_configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RfmUsb.Net.IntTests/RfmTestBase.cs#L35
Non-nullable field 'RfmBase' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RfmUsb.Net.UnitTests/RfmBaseTests.cs#L48
Non-nullable field 'RfmBase' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RfmUsb.Net.UnitTests/RfmBaseTests.cs#L1378
Possible null reference return.
build: RfmUsb.Net/RfmBase.cs#L62
Non-nullable event 'DioInterrupt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: RfmUsb.Net/Ports/SerialPort.cs#L39
Non-nullable event 'DataReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.