-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET 7 support #31
Comments
.NET 7 support in MonoMod.Common is not going to be supported for two reasons:
Note that the above explanations are the 100-foot overview. If you want more details, I can provide them, though it dives pretty heavily into both MonoMod and .NET runtime internals. |
As a completely unrelated interested party with some significant knowledge of language runtimes and FOSS-maintenance-API-design topics, I'd love to hear more about those changes. Don't waste your time just for me, but if there's already a design document, blog post, sth else you could link to, I'd absolutely lap it up ... Edit: Because it was hard enough Googling up resources on this, some interesting references:
Of course, personally no idea why the old Edit 2: Okay, managed to find out a lot more for myself. More useful links, for anybody following along at home: https://github.com/MonoMod/MonoMod/blob/853dbd08/docs/Core/CoreCLRJitHooks.md and https://github.com/MonoMod/MonoMod/blob/853dbd0/docs/Core/Architecture.md from the |
Hi, is there any plans for the .NET 7 to be supported ?
We're actually using Harmony in one of our unit testing stack to patch some methods (that we couldn't mock the easy way), but Harmony cannot support .NET 7 until this is updated to support it, as far as I understand.
It seems like there's a pull request available here #27+ would someone know the status for it ?
Thanks a lot.
The text was updated successfully, but these errors were encountered: