Upgrade DSharpPlus to 5.0.0-nightly-02330 #241
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Program.cs#L281
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
src/Program.cs#L374
'ExtensionMethods.UseSlashCommands(DiscordClient, SlashCommandsConfiguration)' is obsolete: 'DSharpPlus.SlashCommands is obsolete. Please consider using the new DSharpPlus.Commands extension instead.'
|
src/Program.cs#L384
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
src/Program.cs#L363
'DiscordClient.SessionCreated' is obsolete: 'Events on DiscordClient are deprecated and will be removed within the v5 development cycle. Please use the ConfigureEventHandlers methods on your preferred construction method instead.'
|
src/Program.cs#L364
'DiscordClient.MessageCreated' is obsolete: 'Events on DiscordClient are deprecated and will be removed within the v5 development cycle. Please use the ConfigureEventHandlers methods on your preferred construction method instead.'
|
src/Program.cs#L365
'DiscordClient.MessageUpdated' is obsolete: 'Events on DiscordClient are deprecated and will be removed within the v5 development cycle. Please use the ConfigureEventHandlers methods on your preferred construction method instead.'
|
src/Program.cs#L367
'DiscordClient.ThreadCreated' is obsolete: 'Events on DiscordClient are deprecated and will be removed within the v5 development cycle. Please use the ConfigureEventHandlers methods on your preferred construction method instead.'
|
src/Program.cs#L368
'DiscordClient.ThreadUpdated' is obsolete: 'Events on DiscordClient are deprecated and will be removed within the v5 development cycle. Please use the ConfigureEventHandlers methods on your preferred construction method instead.'
|
src/Program.cs#L369
'DiscordClient.ThreadDeleted' is obsolete: 'Events on DiscordClient are deprecated and will be removed within the v5 development cycle. Please use the ConfigureEventHandlers methods on your preferred construction method instead.'
|
src/Program.cs#L370
'DiscordClient.ThreadListSynced' is obsolete: 'Events on DiscordClient are deprecated and will be removed within the v5 development cycle. Please use the ConfigureEventHandlers methods on your preferred construction method instead.'
|
This job succeeded
Loading