Fix GA CI/CD script #6
Annotations
3 errors and 10 warnings
Test-ubuntu-latest
Process completed with exit code 1.
|
Test-windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Test-windows-latest
The operation was canceled.
|
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/InfiniteIncrementNumberPublisher.cs#L41
Possible null reference return.
|
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#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/SubscriberBlackboxVerification.cs#L234
Non-nullable field '_subscriber' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Test-ubuntu-latest:
src/tck/Reactive.Streams.TCK/IdentityProcessorVerification.cs#L628
Dereference of a possibly null reference.
|