[PR #1011] [MERGED] Upgrade to net10.0 #1014

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/1011
Author: @13xforever
Created: 11/20/2025
Status: Merged
Merged: 12/18/2025
Merged by: @13xforever

Base: masterHead: feature/dotnet10


📝 Commits (2)

  • 186fda7 Use Result in log parsing handlers
  • 450ccf9 upgrade to net10.0

📊 Changes

40 files changed (+201 additions, -193 deletions)

View changed files

📝 .github/workflows/codeql-analysis.yml (+1 -3)
📝 .github/workflows/dotnet.yml (+3 -9)
📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+1 -1)
📝 Clients/CompatApiClient/CompatApiClient.csproj (+1 -1)
📝 Clients/GithubClient/Client.CI.cs (+1 -1)
📝 Clients/GithubClient/GithubClient.csproj (+2 -3)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+1 -1)
📝 Clients/MediafireClient/MediafireClient.csproj (+1 -1)
📝 Clients/OneDriveClient/OneDriveClient.csproj (+1 -1)
📝 Clients/PsnClient/PsnClient.csproj (+1 -1)
📝 Clients/YandexDiskClient/YandexDiskClient.csproj (+1 -1)
📝 CompatBot/Commands/Sudo.Mod.cs (+3 -2)
📝 CompatBot/CompatBot.csproj (+5 -5)
📝 CompatBot/Database/Providers/DiscLanguageProvider.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs (+5 -4)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/IArchiveHandler.cs (+2 -1)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs (+5 -4)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs (+7 -6)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs (+7 -6)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs (+7 -8)

...and 20 more files

📄 Description

Waiting for Ubuntu 24.04 packages before merging


🔄 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/1011 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/20/2025 **Status:** ✅ Merged **Merged:** 12/18/2025 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `feature/dotnet10` --- ### 📝 Commits (2) - [`186fda7`](https://github.com/RPCS3/discord-bot/commit/186fda79586543c0bdeaaf92ef8f55daa53bd14f) Use Result<T> in log parsing handlers - [`450ccf9`](https://github.com/RPCS3/discord-bot/commit/450ccf94421c664b5cbb50223ddaea125067aa92) upgrade to net10.0 ### 📊 Changes **40 files changed** (+201 additions, -193 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/codeql-analysis.yml` (+1 -3) 📝 `.github/workflows/dotnet.yml` (+3 -9) 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+1 -1) 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+1 -1) 📝 `Clients/GithubClient/Client.CI.cs` (+1 -1) 📝 `Clients/GithubClient/GithubClient.csproj` (+2 -3) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+1 -1) 📝 `Clients/MediafireClient/MediafireClient.csproj` (+1 -1) 📝 `Clients/OneDriveClient/OneDriveClient.csproj` (+1 -1) 📝 `Clients/PsnClient/PsnClient.csproj` (+1 -1) 📝 `Clients/YandexDiskClient/YandexDiskClient.csproj` (+1 -1) 📝 `CompatBot/Commands/Sudo.Mod.cs` (+3 -2) 📝 `CompatBot/CompatBot.csproj` (+5 -5) 📝 `CompatBot/Database/Providers/DiscLanguageProvider.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs` (+5 -4) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/IArchiveHandler.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs` (+5 -4) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs` (+7 -6) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs` (+7 -6) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs` (+7 -8) _...and 20 more files_ </details> ### 📄 Description Waiting for [Ubuntu 24.04 packages](https://launchpad.net/%7Edotnet/+archive/ubuntu/backports) before merging --- <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:29 -05:00
yindo closed this issue 2026-02-15 15:57:29 -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#1014