publish #23
Annotations
10 warnings
build-publish:
NewLife.Redis/Queues/MultipleConsumerGroupsQueue.cs#L81
Cannot convert null literal to non-nullable reference type.
|
build-publish:
NewLife.Redis/Queues/MultipleConsumerGroupsQueue.cs#L81
Cannot convert null literal to non-nullable reference type.
|
build-publish:
NewLife.Redis/Queues/RedisQueue.cs#L136
Nullability of reference types in return type doesn't match implemented member 'Task<T?> IProducerConsumer<T>.TakeOneAsync(int timeout = 0)'.
|
build-publish:
NewLife.Redis/Queues/RedisQueue.cs#L123
Nullability of reference types in return type of 'Task<T> RedisQueue<T>.TakeOneAsync(int timeout = 0, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task<T?> IProducerConsumer<T>.TakeOneAsync(int timeout, CancellationToken cancellationToken)'.
|
build-publish:
NewLife.Redis/Queues/RedisReliableQueue.cs#L184
Nullability of reference types in return type doesn't match implemented member 'Task<T?> IProducerConsumer<T>.TakeOneAsync(int timeout = 0)'.
|
build-publish:
NewLife.Redis/Queues/RedisReliableQueue.cs#L166
Nullability of reference types in return type of 'Task<T> RedisReliableQueue<T>.TakeOneAsync(int timeout = 0, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task<T?> IProducerConsumer<T>.TakeOneAsync(int timeout, CancellationToken cancellationToken)'.
|
build-publish:
NewLife.Redis/Queues/RedisStream.cs#L261
Nullability of reference types in return type doesn't match implemented member 'Task<T?> IProducerConsumer<T>.TakeOneAsync(int timeout = 0)'.
|
build-publish:
NewLife.Redis/Queues/RedisStream.cs#L250
Nullability of reference types in return type of 'Task<T> RedisStream<T>.TakeOneAsync(int timeout = 0, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task<T?> IProducerConsumer<T>.TakeOneAsync(int timeout, CancellationToken cancellationToken)'.
|
build-publish:
NewLife.Redis/Queues/RedisStream.cs#L90
Cannot convert null literal to non-nullable reference type.
|
build-publish:
NewLife.Redis/Queues/RedisStream.cs#L657
Cannot convert null literal to non-nullable reference type.
|