Skip to content

Implement Unit Test Infrastructure with SDK Abstraction Patterns #2

Implement Unit Test Infrastructure with SDK Abstraction Patterns

Implement Unit Test Infrastructure with SDK Abstraction Patterns #2

Re-run triggered July 25, 2025 01:24
Status Success
Total duration 28s
Artifacts

unit-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: tests/PepperDash.Essentials.Core.Tests/Unit/TestableActionSequenceTests.cs#L92
Cannot convert null literal to non-nullable reference type.
test: tests/PepperDash.Essentials.Core.Tests/Unit/TestableActionSequenceTests.cs#L76
Cannot convert null literal to non-nullable reference type.
test: tests/PepperDash.Essentials.Core.Tests/Unit/TestableActionSequenceTests.cs#L68
Cannot convert null literal to non-nullable reference type.
test: tests/PepperDash.Essentials.Core.Tests/Unit/TestableActionSequenceTests.cs#L54
Cannot convert null literal to non-nullable reference type.
test: tests/PepperDash.Essentials.Core.Tests/Unit/TestableActionSequenceTests.cs#L46
Cannot convert null literal to non-nullable reference type.
test: tests/PepperDash.Essentials.Core.Tests/TestableComponents/TestableActionSequence.cs#L47
Cannot convert null literal to non-nullable reference type.
test: tests/PepperDash.Essentials.Core.Tests/Unit/TestableActionSequenceTests.cs#L38
Cannot convert null literal to non-nullable reference type.
test: tests/PepperDash.Essentials.Core.Tests/TestableComponents/TestableActionSequence.cs#L21
Non-nullable field '_workerThread' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: tests/PepperDash.Essentials.Core.Tests/TestableComponents/TestableActionSequence.cs#L130
Cannot convert null literal to non-nullable reference type.