Skip to content

Feature : 분산 시스템 세션 개선 - Redis Pub/sub #24

Feature : 분산 시스템 세션 개선 - Redis Pub/sub

Feature : 분산 시스템 세션 개선 - Redis Pub/sub #24

Triggered via pull request September 25, 2025 06:35
Status Success
Total duration 1m 2s
Artifacts

develop.yml

on: pull_request
Build & Test
59s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build & Test: ProjectVG.Application/Services/MessageBroker/DistributedMessageBroker.cs#L454
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
Build & Test: ProjectVG.Application/Services/MessageBroker/DistributedMessageBroker.cs#L453
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
Build & Test: ProjectVG.Application/Services/MessageBroker/DistributedMessageBroker.cs#L187
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
Build & Test: ProjectVG.Application/Services/MessageBroker/DistributedMessageBroker.cs#L165
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
Build & Test: ProjectVG.Application/Services/MessageBroker/DistributedMessageBroker.cs#L146
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
Build & Test: ProjectVG.Application/Services/MessageBroker/DistributedMessageBroker.cs#L129
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
Build & Test: ProjectVG.Application/Services/MessageBroker/DistributedMessageBroker.cs#L112
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
Build & Test: ProjectVG.Application/Services/MessageBroker/DistributedMessageBroker.cs#L70
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
Build & Test: ProjectVG.Application/Services/MessageBroker/DistributedMessageBroker.cs#L67
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
Build & Test: ProjectVG.Application/ApplicationServiceCollectionExtensions.cs#L97
Possible null reference argument for parameter 'sessionStorage' in 'RedisSessionManager.RedisSessionManager(ISessionStorage sessionStorage, ILogger<RedisSessionManager> logger)'.