Add optional value parameter to LockAsync method #49
publish.yml
on: push
nuget Prep and Pack
59s
deploy
0s
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))'.
|