Skip to content

Bump System.ServiceModel.Syndication from 8.0.0 to 9.0.0 #728

Bump System.ServiceModel.Syndication from 8.0.0 to 9.0.0

Bump System.ServiceModel.Syndication from 8.0.0 to 9.0.0 #728

Triggered via pull request November 12, 2024 23:30
Status Success
Total duration 30s
Artifacts

Dotnet.yml

on: pull_request
Build & Test
23s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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
The following actions use a deprecated Node.js version 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/
Build & Test: DiscordBot/Utils/WebUtil.cs#L41
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#L74
The variable 'e' is declared but never used
Build & Test: DiscordBot/Utils/WebUtil.cs#L90
The variable 'e' is declared but never used
Build & Test: DiscordBot/Modules/EmbedModule.cs#L118
'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/Extensions/InternetExtensions.cs#L15
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
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/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/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.