Bump Magick.NET-Q8-x64 from 7.5.0.1 to 13.4.0 #651
Annotations
10 errors and 11 warnings
Build & Test:
DiscordBot/Skin/XpBarSkinModule.cs#L40
Cannot implicitly convert type 'ImageMagick.IDrawables<byte>' to 'ImageMagick.Drawables'. An explicit conversion exists (are you missing a cast?)
|
Build & Test:
DiscordBot/Skin/RectangleSampleAvatarColorSkinModule.cs#L24
Cannot implicitly convert type 'ImageMagick.IDrawables<byte>' to 'ImageMagick.Drawables'. An explicit conversion exists (are you missing a cast?)
|
Build & Test:
DiscordBot/Skin/RectangleSampleAvatarColorSkinModule.cs#L39
Cannot implicitly convert type 'ImageMagick.IMagickColor<byte>' to 'ImageMagick.MagickColor'. An explicit conversion exists (are you missing a cast?)
|
Build & Test:
DiscordBot/Skin/CustomTextSkinModule.cs#L42
'IDrawables<byte>' does not contain a definition for 'StrokeAntialias' and no accessible extension method 'StrokeAntialias' accepting a first argument of type 'IDrawables<byte>' could be found (are you missing a using directive or an assembly reference?)
|
Build & Test:
DiscordBot/Skin/BaseTextSkinModule.cs#L45
'IDrawables<byte>' does not contain a definition for 'StrokeAntialias' and no accessible extension method 'StrokeAntialias' accepting a first argument of type 'IDrawables<byte>' could be found (are you missing a using directive or an assembly reference?)
|
Build & Test:
DiscordBot/Skin/AvatarBorderSkinModule.cs#L26
Cannot implicitly convert type 'ImageMagick.IDrawables<byte>' to 'ImageMagick.Drawables'. An explicit conversion exists (are you missing a cast?)
|
Build & Test:
DiscordBot/Skin/XpBarSkinModule.cs#L40
Cannot implicitly convert type 'ImageMagick.IDrawables<byte>' to 'ImageMagick.Drawables'. An explicit conversion exists (are you missing a cast?)
|
Build & Test:
DiscordBot/Skin/RectangleSampleAvatarColorSkinModule.cs#L24
Cannot implicitly convert type 'ImageMagick.IDrawables<byte>' to 'ImageMagick.Drawables'. An explicit conversion exists (are you missing a cast?)
|
Build & Test:
DiscordBot/Skin/RectangleSampleAvatarColorSkinModule.cs#L39
Cannot implicitly convert type 'ImageMagick.IMagickColor<byte>' to 'ImageMagick.MagickColor'. An explicit conversion exists (are you missing a cast?)
|
Build & Test:
DiscordBot/Skin/CustomTextSkinModule.cs#L42
'IDrawables<byte>' does not contain a definition for 'StrokeAntialias' and no accessible extension method 'StrokeAntialias' accepting a first argument of type 'IDrawables<byte>' could be found (are you missing a using directive or an assembly reference?)
|
Build & Test
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/
|
Build & Test:
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.
|
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/EmbedModule.cs#L117
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
|
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/Modules/ModerationModule.cs#L473
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/Services/UserService.cs#L716
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/Services/UpdateService.cs#L263
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.'
|
Build & Test:
DiscordBot/Services/UnityHelp/UnityHelpService.cs#L174
The variable 'warnHelpTitle' is assigned but its value is never used
|
Build & Test:
DiscordBot/Services/PublisherService.cs#L33
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
|
Build & Test:
DiscordBot/Services/Recruitment/RecruitService.cs#L170
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.
|