Skip to content

Merge pull request #6 from aheintz/feature/async-interface #45

Merge pull request #6 from aheintz/feature/async-interface

Merge pull request #6 from aheintz/feature/async-interface #45

Triggered via push March 27, 2024 23:41
Status Success
Total duration 53s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: RedisIDistributedCache/RedisIDistributedCache.cs#L10
Missing XML comment for publicly visible type or member 'RedisIDistributedCacheOptions'
build: RedisIDistributedCache/RedisIDistributedCache.cs#L12
Missing XML comment for publicly visible type or member 'RedisIDistributedCacheOptions.redisConnectionString'
build: RedisIDistributedCache/RedisIDistributedCache.cs#L15
Missing XML comment for publicly visible type or member 'RedisIDistributedCache'
build: RedisIDistributedCache/RedisIDistributedCache.cs#L20
Missing XML comment for publicly visible type or member 'RedisIDistributedCache.RedisIDistributedCache(RedisIDistributedCacheOptions)'
build: RedisIDistributedCache/RedisIDistributedCache.cs#L26
Missing XML comment for publicly visible type or member 'RedisIDistributedCache.Get(string)'
build: RedisIDistributedCache/RedisIDistributedCache.cs#L38
Missing XML comment for publicly visible type or member 'RedisIDistributedCache.GetAsync(string, CancellationToken)'
build: RedisIDistributedCache/RedisIDistributedCache.cs#L50
Missing XML comment for publicly visible type or member 'RedisIDistributedCache.Set(string, byte[], DistributedCacheEntryOptions)'
build: RedisIDistributedCache/RedisIDistributedCache.cs#L56
Missing XML comment for publicly visible type or member 'RedisIDistributedCache.SetAsync(string, byte[], DistributedCacheEntryOptions, CancellationToken)'
build: RedisIDistributedCache/RedisIDistributedCache.cs#L62
Missing XML comment for publicly visible type or member 'RedisIDistributedCache.Refresh(string)'
build: RedisIDistributedCache/RedisIDistributedCache.cs#L74
Missing XML comment for publicly visible type or member 'RedisIDistributedCache.RefreshAsync(string, CancellationToken)'