[PR #912] [MERGED] Upgrade to .NET 7.0 #936

Closed
opened 2026-02-15 15:57:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/912
Author: @13xforever
Created: 11/9/2022
Status: Merged
Merged: 11/10/2022
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (5)

  • a31bc00 upgrade to .net 7.0
  • 91da4e7 fix new compiler warnings
  • c89f93f update d#+
  • 2a89d75 update google drive source handler
  • e9d432d deprecate Win10 21H1 that will reach end of support in a month

📊 Changes

41 files changed (+167 additions, -90 deletions)

View changed files

📝 .github/workflows/codeql-analysis.yml (+1 -1)
📝 .github/workflows/dotnet.yml (+3 -3)
📝 Clients/CirrusCiClient/CirrusCi.cs (+1 -1)
📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+6 -6)
📝 Clients/CompatApiClient/CompatApiClient.csproj (+3 -3)
📝 Clients/GithubClient/GithubClient.csproj (+3 -3)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+1 -1)
📝 Clients/MediafireClient/MediafireClient.csproj (+1 -1)
📝 Clients/OneDriveClient/OneDriveClient.csproj (+1 -1)
📝 Clients/PsnClient/PsnClient.cs (+1 -1)
📝 Clients/PsnClient/PsnClient.csproj (+2 -2)
📝 Clients/YandexDiskClient/YandexDiskClient.csproj (+1 -1)
📝 CompatBot/Commands/BotStats.cs (+2 -2)
📝 CompatBot/CompatBot.csproj (+16 -16)
📝 CompatBot/Config.cs (+20 -16)
📝 CompatBot/Database/Providers/SqlConfiguration.cs (+28 -1)
📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+2 -2)
📝 CompatBot/EventHandlers/EmpathySimulationHandler.cs (+4 -2)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs (+2 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/DropboxHandler.cs (+2 -0)

...and 21 more files

📄 Description

Plus misc fixes and updated Google Drive handling


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/912 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/9/2022 **Status:** ✅ Merged **Merged:** 11/10/2022 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`a31bc00`](https://github.com/RPCS3/discord-bot/commit/a31bc007577d4db16e8fa8e721443af4f3989d8b) upgrade to .net 7.0 - [`91da4e7`](https://github.com/RPCS3/discord-bot/commit/91da4e7ece6e1a6d3404556c5e67acf8c4e7964f) fix new compiler warnings - [`c89f93f`](https://github.com/RPCS3/discord-bot/commit/c89f93f5612b358eed3b8802ac13b6763e618221) update d#+ - [`2a89d75`](https://github.com/RPCS3/discord-bot/commit/2a89d75cd55fb04a3416ce7afa62a07efad1cf3a) update google drive source handler - [`e9d432d`](https://github.com/RPCS3/discord-bot/commit/e9d432d1d1ef103a4e33a76240c2e9b444c19b47) deprecate Win10 21H1 that will reach end of support in a month ### 📊 Changes **41 files changed** (+167 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/codeql-analysis.yml` (+1 -1) 📝 `.github/workflows/dotnet.yml` (+3 -3) 📝 `Clients/CirrusCiClient/CirrusCi.cs` (+1 -1) 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+6 -6) 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+3 -3) 📝 `Clients/GithubClient/GithubClient.csproj` (+3 -3) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+1 -1) 📝 `Clients/MediafireClient/MediafireClient.csproj` (+1 -1) 📝 `Clients/OneDriveClient/OneDriveClient.csproj` (+1 -1) 📝 `Clients/PsnClient/PsnClient.cs` (+1 -1) 📝 `Clients/PsnClient/PsnClient.csproj` (+2 -2) 📝 `Clients/YandexDiskClient/YandexDiskClient.csproj` (+1 -1) 📝 `CompatBot/Commands/BotStats.cs` (+2 -2) 📝 `CompatBot/CompatBot.csproj` (+16 -16) 📝 `CompatBot/Config.cs` (+20 -16) 📝 `CompatBot/Database/Providers/SqlConfiguration.cs` (+28 -1) 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+2 -2) 📝 `CompatBot/EventHandlers/EmpathySimulationHandler.cs` (+4 -2) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs` (+2 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/DropboxHandler.cs` (+2 -0) _...and 21 more files_ </details> ### 📄 Description Plus misc fixes and updated Google Drive handling --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:57:16 -05:00
yindo closed this issue 2026-02-15 15:57:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#936