Bump Insight.Database from 6.3.11 to 8.0.3 #770
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
|
Build & Test:
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.
|
|
Build & Test:
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.
|
|
Build & Test:
DiscordBot/Extensions/StringExtensions.cs#L106
'SHA256CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
|
Build & Test:
DiscordBot/Extensions/InternetExtensions.cs#L15
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
|
|
Build & Test:
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.
|
|
Build & Test:
DiscordBot/Modules/EmbedModule.cs#L118
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
|
|
Build & Test:
DiscordBot/Utils/WebUtil.cs#L90
The variable 'e' is declared but never used
|
|
Build & Test:
DiscordBot/Utils/WebUtil.cs#L74
The variable 'e' is declared but never used
|
|
Build & Test:
DiscordBot/Utils/WebUtil.cs#L58
The variable 'e' is declared but never used
|
|
Build & Test:
DiscordBot/Utils/WebUtil.cs#L41
The variable 'e' is declared but never used
|
|
Build & Test
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|