Update RELEASE_NOTES.md for 1.0.4 release #15
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/InfiniteIncrementNumberPublisher.cs#L41
Possible null reference return.
|
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/TestEnvironment.cs#L766
Possible null reference return.
|
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-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/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/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/InfiniteIncrementNumberPublisher.cs#L41
Possible null reference return.
|
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/TestEnvironment.cs#L766
Possible null reference return.
|
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.
|