Skip to content

Backport a ReversePatch fix from upstream#134

Merged
ManlyMarco merged 1 commit intoBepInEx:masterfrom
aldelaro5:fix-reversepatch-threadstatic
Sep 8, 2025
Merged

Backport a ReversePatch fix from upstream#134
ManlyMarco merged 1 commit intoBepInEx:masterfrom
aldelaro5:fix-reversepatch-threadstatic

Conversation

@aldelaro5
Copy link
Contributor

Upstream changed to not use ThreadStatic, but to instead use a lock which fixes an issue where ReversePatches could disappear. The rebase to 2.3.6 didn't pulled it because it implied other changes that didn't fit with HarmonyX, but the underlying fix should still be applied when it wasn't.

Upstream changed to not use ThreadStatic, but to instead use a lock which fixes an issue where ReversePatches could disappear. The rebase to 2.3.6 didn't pulled it because it implied other changes that didn't fit with HarmonyX, but the underlying fix should still be applied when it wasn't.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ThreadStatic] attribute causes ReversePatches to disappear after some time on .NET 9

2 participants