[PR #913] [MERGED] Fix cache extension methods #934

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/913
Author: @13xforever
Created: 11/10/2022
Status: Merged
Merged: 11/10/2022
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (1)

  • 7215250 fix cache extension methods

📊 Changes

1 file changed (+26 additions, -8 deletions)

View changed files

📝 CompatBot/Utils/Extensions/MemoryCacheExtensions.cs (+26 -8)

📄 Description

Apparently MemoryCache class was changed in .NET 7 and I didn't trigger the check on local instance


🔄 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/913 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/10/2022 **Status:** ✅ Merged **Merged:** 11/10/2022 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (1) - [`7215250`](https://github.com/RPCS3/discord-bot/commit/7215250124848933db53fbb2b45cb135c175f786) fix cache extension methods ### 📊 Changes **1 file changed** (+26 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Utils/Extensions/MemoryCacheExtensions.cs` (+26 -8) </details> ### 📄 Description Apparently MemoryCache class was changed in .NET 7 and I didn't trigger the check on local instance --- <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:15 -05:00
yindo closed this issue 2026-02-15 15:57:16 -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#934