Skip to content

Add optional value parameter to LockAsync method #49

Add optional value parameter to LockAsync method

Add optional value parameter to LockAsync method #49

Triggered via push February 21, 2026 05:56
Status Failure
Total duration 1m 3s
Artifacts

publish.yml

on: push
nuget Prep and Pack
59s
nuget Prep and Pack
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 4 warnings
nuget Prep and Pack
Process completed with exit code 1.
nuget Prep and Pack: src/Redis/AdvancedRedisCache.cs#L32
'AdvancedRedisCache' does not implement interface member 'IAdvancedDistributedCache.LockAsync(string, TimeSpan, CancellationToken)'
nuget Prep and Pack: src/Memory/AdvancedMemoryCache.cs#L31
'AdvancedMemoryCache' does not implement interface member 'IAdvancedDistributedCache.LockAsync(string, TimeSpan, CancellationToken)'
nuget Prep and Pack: src/Redis/AdvancedRedisCache.cs#L32
'AdvancedRedisCache' does not implement interface member 'IAdvancedDistributedCache.LockAsync(string, TimeSpan, CancellationToken)'
nuget Prep and Pack: src/Memory/AdvancedMemoryCache.cs#L31
'AdvancedMemoryCache' does not implement interface member 'IAdvancedDistributedCache.LockAsync(string, TimeSpan, CancellationToken)'
nuget Prep and Pack: src/Redis/RedisClientExtensions.cs#L48
Cannot convert null literal to non-nullable reference type.
nuget Prep and Pack: src/Redis/AdvancedRedisCache.cs#L172
Nullability of reference types in return type of 'Task<byte[]> AdvancedRedisCache.GetAsync(string key, CancellationToken token = default(CancellationToken))' doesn't match implicitly implemented member 'Task<byte[]?> IDistributedCache.GetAsync(string key, CancellationToken token = default(CancellationToken))'.
nuget Prep and Pack: src/Redis/RedisClientExtensions.cs#L48
Cannot convert null literal to non-nullable reference type.
nuget Prep and Pack: src/Redis/AdvancedRedisCache.cs#L172
Nullability of reference types in return type of 'Task<byte[]> AdvancedRedisCache.GetAsync(string key, CancellationToken token = default(CancellationToken))' doesn't match implicitly implemented member 'Task<byte[]?> IDistributedCache.GetAsync(string key, CancellationToken token = default(CancellationToken))'.