Bump the dsharpplus group with 4 updates #55
Annotations
10 warnings
checks:
bot-fy/Service/AudioService.cs#L22
Dereference of a possibly null reference.
|
checks:
bot-fy/Commands/MusicCommand.cs#L46
Possible null reference argument for parameter 'channel' in 'Task<VoiceNextConnection> DiscordClientExtensions.ConnectAsync(DiscordChannel channel)'.
|
checks:
bot-fy/Commands/MusicCommand.cs#L103
Converting null literal or possible null value to non-nullable type.
|
checks:
bot-fy/Commands/MusicCommand.cs#L118
Dereference of a possibly null reference.
|
checks:
bot-fy/Commands/MusicCommand.cs#L18
Non-nullable event 'OnMusicSkipped' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
checks:
bot-fy/Commands/MusicCommand.cs#L19
Non-nullable event 'OnMusicStopped' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
checks:
bot-fy/Extensions/Discord/InteractionContextExtensions.cs#L11
Possible null reference argument for parameter 'e1' in 'bool DiscordChannel.operator ==(DiscordChannel e1, DiscordChannel e2)'.
|
checks:
bot-fy/Extensions/Discord/InteractionContextExtensions.cs#L11
Cannot convert null literal to non-nullable reference type.
|
checks:
bot-fy/Extensions/Discord/InteractionContextExtensions.cs#L17
Possible null reference argument for parameter 'e1' in 'bool DiscordChannel.operator !=(DiscordChannel e1, DiscordChannel e2)'.
|
checks:
bot-fy/Extensions/Discord/InteractionContextExtensions.cs#L17
Cannot convert null literal to non-nullable reference type.
|