Skip to content

Update RELEASE_NOTES.md for 1.0.3 release #11

Update RELEASE_NOTES.md for 1.0.3 release

Update RELEASE_NOTES.md for 1.0.3 release #11

Triggered via pull request May 30, 2024 17:21
Status Success
Total duration 3m 58s
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/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/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/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#L300
Cannot convert null literal to non-nullable reference type.
Test-ubuntu-latest: src/tck/Reactive.Streams.TCK/SubscriberBlackboxVerification.cs#L326
Possible null reference argument for parameter 'element' in 'void ISubscriber<T>.OnNext(T element)'.
Test-ubuntu-latest: src/tck/Reactive.Streams.TCK/SubscriberBlackboxVerification.cs#L349
Cannot convert null literal to non-nullable reference type.
Test-ubuntu-latest: src/tck/Reactive.Streams.TCK/IdentityProcessorVerification.cs#L628
Dereference of a possibly null reference.
Test-ubuntu-latest: src/tck/Reactive.Streams.TCK/PublisherVerification.cs#L472
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.