Skip to content

Bump LiteDB from 5.0.16 to 5.0.17 #335

Bump LiteDB from 5.0.16 to 5.0.17

Bump LiteDB from 5.0.16 to 5.0.17 #335

Triggered via pull request August 14, 2023 23:18
Status Success
Total duration 1m 48s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-test.yml

on: pull_request
Build & Test Project
1m 38s
Build & Test Project
Check Code Style
1m 35s
Check Code Style
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build & Test Project
The following actions uses node12 which is deprecated and will be forced to run on node16: zyborg/dotnet-tests-report@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build & Test Project: src/FloppyBot.Communication/Mock/MockNotificationReceiver.cs#L12
The event 'MockNotificationReceiver<T>.NotificationReceived' is never used
Build & Test Project: src/FloppyBot.Communication.Redis/RedisNotificationReceiver.cs#L31
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
Build & Test Project: src/FloppyBot.Communication.Redis/RedisNotificationReceiver.cs#L42
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
Build & Test Project: src/FloppyBot.Communication.Redis/RedisNotificationSender.cs#L21
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
Build & Test Project: src/FloppyBot.Commands.Core/Attributes/Metadata/CommandParameterHintAttribute.cs#L31
'CommandParameterHintAttribute.Type' hides inherited member 'CommandMetadataAttribute.Type'. Use the new keyword if hiding was intended.
Build & Test Project: src/FloppyBot.Commands.Core/Config/CommandConfiguration.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test Project: src/FloppyBot.Commands.Core/Config/CommandConfiguration.cs#L9
Non-nullable property 'ChannelId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test Project: src/FloppyBot.Commands.Core/Config/CommandConfiguration.cs#L10
Non-nullable property 'CommandName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test Project: src/FloppyBot.Commands.Core/Config/CommandConfiguration.cs#L14
Non-nullable property 'CustomCooldownConfiguration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.