[PR #448] [MERGED] Maintenance update after upgrading to dotnet core 3.0 #521

Closed
opened 2026-02-15 15:56:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/448
Author: @13xforever
Created: 11/5/2019
Status: Merged
Merged: 11/5/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (7)

  • 34e6581 update readme
  • e62cd79 fix warn stats after migrating to ef core 3.0
  • 5b9ad81 add more stats
  • 15ed3a6 update to c# 8.0 syntax, mostly for .Substring()
  • fd0a530 Add FilterAction to supress reports in bot log channel
  • a33c69a fix another issue with ef core 3.0 upgrade
  • 4a9fcb2 another broken query that I can't properly fix myself

📊 Changes

29 files changed (+159 additions, -115 deletions)

View changed files

📝 CONTRIBUTING.md (+5 -1)
📝 Clients/CompatApiClient/Utils/UriExtensions.cs (+2 -2)
📝 Clients/CompatApiClient/Utils/Utils.cs (+2 -2)
📝 Clients/IrdLibraryClient/IrdClient.cs (+1 -1)
📝 Clients/PsnClient/PsnClient.cs (+2 -2)
📝 CompatBot/Commands/BotStats.cs (+42 -25)
📝 CompatBot/Commands/ContentFilters.cs (+15 -1)
📝 CompatBot/Commands/Converters/TextOnlyDiscordChannelConverter.cs (+1 -1)
📝 CompatBot/Commands/EventsBaseCommand.cs (+1 -1)
📝 CompatBot/Commands/Explain.cs (+2 -2)
📝 CompatBot/Commands/Misc.cs (+8 -8)
📝 CompatBot/Commands/Psn.Check.cs (+2 -2)
📝 CompatBot/Commands/Psn.cs (+3 -3)
📝 CompatBot/Commands/Sudo.Fix.cs (+1 -1)
📝 CompatBot/Commands/Sudo.cs (+1 -1)
📝 CompatBot/Commands/Warnings.ListGroup.cs (+28 -20)
📝 CompatBot/Database/BotDb.cs (+1 -0)
📝 CompatBot/Database/Providers/ContentFilter.cs (+2 -1)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+1 -1)
📝 CompatBot/EventHandlers/TableFlipMonitor.cs (+3 -3)

...and 9 more files

📄 Description

No description provided


🔄 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/448 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/5/2019 **Status:** ✅ Merged **Merged:** 11/5/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (7) - [`34e6581`](https://github.com/RPCS3/discord-bot/commit/34e6581f8d3ea55abc01aa0bc7b86fb4117efe7e) update readme - [`e62cd79`](https://github.com/RPCS3/discord-bot/commit/e62cd795ae26821106faaedf5752fb21dfd61474) fix warn stats after migrating to ef core 3.0 - [`5b9ad81`](https://github.com/RPCS3/discord-bot/commit/5b9ad81dbeba33509baa57b5d7659c639f66c6ac) add more stats - [`15ed3a6`](https://github.com/RPCS3/discord-bot/commit/15ed3a64fe482d495b6fded294a06bd3718c1505) update to c# 8.0 syntax, mostly for .Substring() - [`fd0a530`](https://github.com/RPCS3/discord-bot/commit/fd0a53056b4ddf5ac4f9353f669f6227327aafc7) Add FilterAction to supress reports in bot log channel - [`a33c69a`](https://github.com/RPCS3/discord-bot/commit/a33c69a2bd9dbe2000f1f5fa6dc24828f67326a9) fix another issue with ef core 3.0 upgrade - [`4a9fcb2`](https://github.com/RPCS3/discord-bot/commit/4a9fcb21564bb4a9fe8606d24733465413079d5a) another broken query that I can't properly fix myself ### 📊 Changes **29 files changed** (+159 additions, -115 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+5 -1) 📝 `Clients/CompatApiClient/Utils/UriExtensions.cs` (+2 -2) 📝 `Clients/CompatApiClient/Utils/Utils.cs` (+2 -2) 📝 `Clients/IrdLibraryClient/IrdClient.cs` (+1 -1) 📝 `Clients/PsnClient/PsnClient.cs` (+2 -2) 📝 `CompatBot/Commands/BotStats.cs` (+42 -25) 📝 `CompatBot/Commands/ContentFilters.cs` (+15 -1) 📝 `CompatBot/Commands/Converters/TextOnlyDiscordChannelConverter.cs` (+1 -1) 📝 `CompatBot/Commands/EventsBaseCommand.cs` (+1 -1) 📝 `CompatBot/Commands/Explain.cs` (+2 -2) 📝 `CompatBot/Commands/Misc.cs` (+8 -8) 📝 `CompatBot/Commands/Psn.Check.cs` (+2 -2) 📝 `CompatBot/Commands/Psn.cs` (+3 -3) 📝 `CompatBot/Commands/Sudo.Fix.cs` (+1 -1) 📝 `CompatBot/Commands/Sudo.cs` (+1 -1) 📝 `CompatBot/Commands/Warnings.ListGroup.cs` (+28 -20) 📝 `CompatBot/Database/BotDb.cs` (+1 -0) 📝 `CompatBot/Database/Providers/ContentFilter.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+1 -1) 📝 `CompatBot/EventHandlers/TableFlipMonitor.cs` (+3 -3) _...and 9 more files_ </details> ### 📄 Description _No description provided_ --- <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:56:11 -05:00
yindo closed this issue 2026-02-15 15:56:11 -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#521