mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #964] [MERGED] Upgrade to .NET 9 #973
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/964
Author: @13xforever
Created: 11/13/2024
Status: ✅ Merged
Merged: 11/20/2024
Merged by: @clienthax
Base:
master← Head:vnext📝 Commits (8)
9822887update depsd4e78d1upgrade solution to net9.0a9ff00fuse new Lock type for explicit synchronization4fcd217fix one obsolete compiler warning31acbb4update action verisons in github actions files37fe3dfupgrade codeql definition to the latest versio965236aanother package updatee8fd467minor code cleanup📊 Changes
27 files changed (+182 additions, -178 deletions)
View changed files
📝
.config/dotnet-tools.json(+6 -4)📝
.github/workflows/codeql-analysis.yml(+68 -57)📝
.github/workflows/dotnet.yml(+18 -12)📝
CONTRIBUTING.md(+0 -5)📝
Clients/CirrusCiClient/CirrusCi.cs(+17 -17)📝
Clients/CirrusCiClient/CirrusCiClient.csproj(+5 -5)📝
Clients/CompatApiClient/ApiConfig.cs(+23 -25)📝
Clients/CompatApiClient/Client.cs(+3 -3)📝
Clients/CompatApiClient/CompatApiClient.csproj(+2 -9)📝
Clients/CompatApiClient/Compression/CompressionMessageHandler.cs(+1 -5)📝
Clients/CompatApiClient/Utils/UriExtensions.cs(+2 -2)📝
Clients/GithubClient/GithubClient.csproj(+2 -2)📝
Clients/IrdLibraryClient/IrdFormat/IrdParser.cs(+2 -2)📝
Clients/IrdLibraryClient/IrdLibraryClient.csproj(+2 -2)📝
Clients/MediafireClient/MediafireClient.csproj(+1 -1)📝
Clients/OneDriveClient/OneDriveClient.csproj(+1 -1)📝
Clients/PsnClient/CustomTlsCertificatesHandler.cs(+1 -1)📝
Clients/PsnClient/PsnClient.csproj(+2 -2)📝
Clients/YandexDiskClient/YandexDiskClient.csproj(+1 -1)📝
CompatBot/CompatBot.csproj(+10 -10)...and 7 more files
📄 Description
The usual stuff: better performance, lower memory usage.
Special consideration: moving from ubuntu 22.04 to 24.04 for the base image.
Obviously requires fresh container pull after the build is completed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.