More flexible arguments in TipModule.cs #327
Merged
Annotations
11 warnings
|
DiscordBot/Services/UnityHelp/UnityHelpService.cs#L174
The variable 'warnHelpTitle' is assigned but its value is never used
|
|
DiscordBot/Services/UpdateService.cs#L273
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.'
|
|
DiscordBot/Services/UpdateService.cs#L261
The variable 'e' is declared but never used
|
|
DiscordBot/Services/UserService.cs#L718
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/InternetExtensions.cs#L15
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
|
|
DiscordBot/Extensions/StringExtensions.cs#L106
'SHA256CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
|
DiscordBot/Services/UserService.cs#L210
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#L228
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/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/Modules/EmbedModule.cs#L118
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
|
|
|
The logs for this run have expired and are no longer available.
Loading