small change to /slap #304
Closed
Annotations
11 warnings
|
DiscordBot/Services/AirportService.cs#L197
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
DiscordBot/Services/UserService.cs#L209
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
DiscordBot/Services/UserService.cs#L227
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.
|
|
DiscordBot/Extensions/StringExtensions.cs#L106
'SHA256CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
|
DiscordBot/Modules/ModerationModule.cs#L496
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.
|
|
DiscordBot/Modules/EmbedModule.cs#L118
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
|
|
DiscordBot/Utils/WebUtil.cs#L90
The variable 'e' is declared but never used
|
|
DiscordBot/Utils/WebUtil.cs#L74
The variable 'e' is declared but never used
|
|
DiscordBot/Utils/WebUtil.cs#L58
The variable 'e' is declared but never used
|
|
DiscordBot/Utils/WebUtil.cs#L41
The variable 'e' is declared but never used
|
|
|
The logs for this run have expired and are no longer available.
Loading