Skip to content

增加程序集签名 #73

增加程序集签名

增加程序集签名 #73

Triggered via push November 3, 2023 14:03
Status Success
Total duration 32s
Artifacts

publish-beta.yml

on: push
build-publish
24s
build-publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-publish: NewLife.Redis/obj/Release/net45/NewLife.Redis.AssemblyInfo.cs#L17
The specified version string '5.5.2023.1103-beta1404' does not conform to the recommended format - major.minor.build.revision
build-publish: NewLife.Redis/Queues/MultipleConsumerGroupsQueue.cs#L71
Cannot convert null literal to non-nullable reference type.
build-publish: NewLife.Redis/Queues/QueueExtensions.cs#L136
Cannot convert null literal to non-nullable reference type.
build-publish: NewLife.Redis/Queues/QueueExtensions.cs#L136
Cannot convert null literal to non-nullable reference type.
build-publish: NewLife.Redis/Queues/QueueExtensions.cs#L250
Cannot convert null literal to non-nullable reference type.
build-publish: NewLife.Redis/Queues/QueueExtensions.cs#L250
Cannot convert null literal to non-nullable reference type.
build-publish: NewLife.Redis/Queues/QueueExtensions.cs#L262
Cannot convert null literal to non-nullable reference type.
build-publish: NewLife.Redis/Queues/RedisDelayQueue.cs#L163
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/RedisDelayQueue.cs#L137
Nullability of reference types in return type of 'Task<T> RedisDelayQueue<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/RedisDelayQueue.cs#L214
Cannot convert null literal to non-nullable reference type.