mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #1011] [MERGED] Upgrade to net10.0 #1014
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/dotnet10📝 Commits (2)
186fda7Use Result in log parsing handlers450ccf9upgrade 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.