Skip to content

Somehow forgot this. #71

Somehow forgot this.

Somehow forgot this. #71

Triggered via push April 11, 2024 06:56
Status Failure
Total duration 3m 55s
Artifacts

psqldeko.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 6 warnings
build: src/Mewdeko/Modules/Music/CustomPlayer/MewdekoPlayer.cs#L140
An expression tree may not contain a base access
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Mewdeko.Votes/Common/AuthHandler.cs#L15
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
build: src/Mewdeko.Votes/Common/PubSub/RedisPubSub.cs#L28
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
build: src/Mewdeko.Votes/Common/PubSub/RedisPubSub.cs#L57
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
build: src/Mewdeko.Votes/Common/AuthHandler.cs#L17
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'