Skip to content

Remove TCK dependency to example project (#6) #14

Remove TCK dependency to example project (#6)

Remove TCK dependency to example project (#6) #14

Triggered via push May 30, 2024 19:14
Status Success
Total duration 4m 28s
Artifacts
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Test-ubuntu-latest: src/examples/Reactive.Streams.Example.Unicast/AsyncSubscriber.cs#L66
Non-nullable field '_subscription' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-ubuntu-latest: src/examples/Reactive.Streams.Example.Unicast/AsyncIterablePublisher.cs#L106
Non-nullable field '_enumerator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-ubuntu-latest: src/examples/Reactive.Streams.Example.Unicast/SyncSubscriber.cs#L17
Non-nullable field '_subscription' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-ubuntu-latest: src/examples/Reactive.Streams.Example.Unicast/AtomicBoolean.cs#L30
XML comment has cref attribute 'AtomicReference{T}' that could not be resolved
Test-ubuntu-latest: src/tck/Reactive.Streams.TCK/AsyncIterablePublisher.cs#L107
Non-nullable field '_enumerator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-ubuntu-latest: src/tck/Reactive.Streams.TCK/SubscriberBlackboxVerification.cs#L429
Non-nullable property 'Publisher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-ubuntu-latest: src/tck/Reactive.Streams.TCK/SubscriberBlackboxVerification.cs#L429
Non-nullable property 'Tees' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-ubuntu-latest: src/tck/Reactive.Streams.TCK/SubscriberBlackboxVerification.cs#L429
Non-nullable property 'LastT' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-ubuntu-latest: src/tck/Reactive.Streams.TCK/SubscriberBlackboxVerification.cs#L429
Non-nullable property 'SubscriberProxy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-windows-latest: src/examples/Reactive.Streams.Example.Unicast/SyncSubscriber.cs#L17
Non-nullable field '_subscription' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-windows-latest: src/examples/Reactive.Streams.Example.Unicast/AsyncSubscriber.cs#L66
Non-nullable field '_subscription' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-windows-latest: src/examples/Reactive.Streams.Example.Unicast/AsyncIterablePublisher.cs#L106
Non-nullable field '_enumerator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-windows-latest: src/examples/Reactive.Streams.Example.Unicast/AtomicBoolean.cs#L30
XML comment has cref attribute 'AtomicReference{T}' that could not be resolved
Test-windows-latest: src/tck/Reactive.Streams.TCK/AsyncIterablePublisher.cs#L107
Non-nullable field '_enumerator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-windows-latest: src/tck/Reactive.Streams.TCK/SubscriberWhiteboxVerification.cs#L472
Non-nullable property 'Publisher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-windows-latest: src/tck/Reactive.Streams.TCK/SubscriberWhiteboxVerification.cs#L472
Non-nullable property 'Tees' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-windows-latest: src/tck/Reactive.Streams.TCK/SubscriberWhiteboxVerification.cs#L472
Non-nullable property 'Probe' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test-windows-latest: src/tck/Reactive.Streams.TCK/SubscriberWhiteboxVerification.cs#L472
Non-nullable property 'LastT' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.