Remover atualização de todos os pacotes do btlx #59
Annotations
11 warnings
checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.
|
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
Possible null reference argument for parameter 'e2' in 'bool DiscordChannel.operator !=(DiscordChannel e1, DiscordChannel e2)'.
|
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 adding the 'required' modifier or declaring the event as nullable.
|