对“Redis多消费组可重复消费的队列”的消息消费确认提供了外部业务逻辑手动确认的途径AutoConfirmConsumption,优化了… #74
Annotations
10 warnings
NewLife.Redis/obj/Release/net45/NewLife.Redis.AssemblyInfo.cs#L17
The specified version string '5.5.2023.1109-beta0627' does not conform to the recommended format - major.minor.build.revision
|
NewLife.Redis/obj/Release/net461/NewLife.Redis.AssemblyInfo.cs#L17
The specified version string '5.5.2023.1109-beta0627' does not conform to the recommended format - major.minor.build.revision
|
NewLife.Redis/RedisGeo.cs#L50
Cannot convert null literal to non-nullable reference type.
|
NewLife.Redis/RedisGeo.cs#L121
Cannot convert null literal to non-nullable reference type.
|
NewLife.Redis/RedisGeo.cs#L157
Cannot convert null literal to non-nullable reference type.
|
NewLife.Redis/RedisStack.cs#L109
Nullability of reference types in return type doesn't match implemented member 'Task<T?> IProducerConsumer<T>.TakeOneAsync(int timeout = 0)'.
|
NewLife.Redis/RedisStack.cs#L98
Nullability of reference types in return type of 'Task<T> RedisStack<T>.TakeOneAsync(int timeout = 0, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task<T?> IProducerConsumer<T>.TakeOneAsync(int timeout, CancellationToken cancellationToken)'.
|
NewLife.Redis/Queues/QueueExtensions.cs#L136
Cannot convert null literal to non-nullable reference type.
|
NewLife.Redis/Queues/QueueExtensions.cs#L136
Cannot convert null literal to non-nullable reference type.
|
NewLife.Redis/Queues/QueueExtensions.cs#L250
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading