Skip to content

Clean up: Remove unused files #9

Clean up: Remove unused files

Clean up: Remove unused files #9

Triggered via pull request May 30, 2024 15:39
Status Success
Total duration 4m 4s
Artifacts

pr_validation.yaml

on: pull_request
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/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-ubuntu-latest: src/tck/Reactive.Streams.TCK/SubscriberBlackboxVerification.cs#L300
Cannot convert null literal to non-nullable reference type.
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/SubscriberBlackboxVerification.cs#L300
Cannot convert null literal to non-nullable reference type.
Test-windows-latest: src/tck/Reactive.Streams.TCK/SubscriberBlackboxVerification.cs#L326
Possible null reference argument for parameter 'element' in 'void ISubscriber<T>.OnNext(T element)'.
Test-windows-latest: src/tck/Reactive.Streams.TCK/SubscriberBlackboxVerification.cs#L349
Cannot convert null literal to non-nullable reference type.
Test-windows-latest: src/tck/Reactive.Streams.TCK/SubscriberBlackboxVerification.cs#L234
Non-nullable field '_subscriber' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test-windows-latest: src/tck/Reactive.Streams.TCK/PublisherVerification.cs#L295
Non-nullable field '_subscription' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.