Clean up: Remove unused files #9
Annotations
10 warnings
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.
|
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.
|
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.
|
src/examples/Reactive.Streams.Example.Unicast/InfiniteIncrementNumberPublisher.cs#L41
Possible null reference return.
|
src/examples/Reactive.Streams.Example.Unicast/AtomicBoolean.cs#L30
XML comment has cref attribute 'AtomicReference{T}' that could not be resolved
|
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.
|
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.
|
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.
|
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.
|
src/tck/Reactive.Streams.TCK/SubscriberBlackboxVerification.cs#L300
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading