[PR #946] [MERGED] Upgrade to .NET 8.0 #957

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/946
Author: @13xforever
Created: 11/14/2023
Status: Merged
Merged: 11/14/2023
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (7)

  • 0595c89 upgrade target to .net 8
  • 1f02db6 upgrade 3rd-party deps
  • e9638b5 update unicode confusables
  • bdacb51 fix new compiler warning
  • c1ccc8f Swap CI client back to Azure DevOps
  • 7ebf2f8 update windows version note in log results
  • 5a8f73a add intel arc check

📊 Changes

22 files changed (+96 additions, -91 deletions)

View changed files

📝 .config/dotnet-tools.json (+2 -2)
📝 .github/workflows/codeql-analysis.yml (+1 -1)
📝 .github/workflows/dotnet.yml (+3 -3)
📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+5 -5)
📝 Clients/CompatApiClient/CompatApiClient.csproj (+4 -4)
📝 Clients/GithubClient/GithubClient.csproj (+3 -3)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+2 -2)
📝 Clients/MediafireClient/MediafireClient.csproj (+1 -1)
📝 Clients/OneDriveClient/OneDriveClient.csproj (+1 -1)
📝 Clients/PsnClient/PsnClient.csproj (+3 -3)
📝 Clients/YandexDiskClient/YandexDiskClient.csproj (+1 -1)
📝 CompatBot/Commands/Pr.cs (+32 -27)
📝 CompatBot/Commands/Sudo.Bot.cs (+1 -1)
📝 CompatBot/CompatBot.csproj (+18 -18)
📝 CompatBot/Program.cs (+0 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+4 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+1 -1)
📝 Dockerfile (+1 -1)
📝 HomoglyphConverter/HomoglyphConverter.csproj (+1 -1)
📝 HomoglyphConverter/confusables.txt (+5 -5)

...and 2 more files

📄 Description

  • Restored Azure DevOps checks for PR builds (didn't test time estimates and all the status combinations though) (#944)
  • Added Intel Arc check (#945)
  • Updated libraries

🔄 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/946 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/14/2023 **Status:** ✅ Merged **Merged:** 11/14/2023 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (7) - [`0595c89`](https://github.com/RPCS3/discord-bot/commit/0595c8975118ea7376acc2a3e6c05e886259570e) upgrade target to .net 8 - [`1f02db6`](https://github.com/RPCS3/discord-bot/commit/1f02db6d2a22dc820e94718faad6db4a9610839a) upgrade 3rd-party deps - [`e9638b5`](https://github.com/RPCS3/discord-bot/commit/e9638b5e1b6dbd0dcb66e1acf4df7a5cadae335b) update unicode confusables - [`bdacb51`](https://github.com/RPCS3/discord-bot/commit/bdacb51408d3049452d8dcb1c83e1630a3cc5a65) fix new compiler warning - [`c1ccc8f`](https://github.com/RPCS3/discord-bot/commit/c1ccc8fb7a469fa65dabf6d93a1d14808259f8ab) Swap CI client back to Azure DevOps - [`7ebf2f8`](https://github.com/RPCS3/discord-bot/commit/7ebf2f87892f966b5ecd2c6d759ce25c86727bab) update windows version note in log results - [`5a8f73a`](https://github.com/RPCS3/discord-bot/commit/5a8f73aa21b6e9170a1181eebaf2269cd900b672) add intel arc check ### 📊 Changes **22 files changed** (+96 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `.config/dotnet-tools.json` (+2 -2) 📝 `.github/workflows/codeql-analysis.yml` (+1 -1) 📝 `.github/workflows/dotnet.yml` (+3 -3) 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+5 -5) 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+4 -4) 📝 `Clients/GithubClient/GithubClient.csproj` (+3 -3) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+2 -2) 📝 `Clients/MediafireClient/MediafireClient.csproj` (+1 -1) 📝 `Clients/OneDriveClient/OneDriveClient.csproj` (+1 -1) 📝 `Clients/PsnClient/PsnClient.csproj` (+3 -3) 📝 `Clients/YandexDiskClient/YandexDiskClient.csproj` (+1 -1) 📝 `CompatBot/Commands/Pr.cs` (+32 -27) 📝 `CompatBot/Commands/Sudo.Bot.cs` (+1 -1) 📝 `CompatBot/CompatBot.csproj` (+18 -18) 📝 `CompatBot/Program.cs` (+0 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+4 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+1 -1) 📝 `Dockerfile` (+1 -1) 📝 `HomoglyphConverter/HomoglyphConverter.csproj` (+1 -1) 📝 `HomoglyphConverter/confusables.txt` (+5 -5) _...and 2 more files_ </details> ### 📄 Description * Restored Azure DevOps checks for PR builds (didn't test time estimates and all the status combinations though) (#944) * Added Intel Arc check (#945) * Updated libraries --- <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:20 -05:00
yindo closed this issue 2026-02-15 15:57:20 -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#957