Skip to content
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

Issues in pwsh 7.3.0-preview.4+ #11

Open
SeeminglyScience opened this issue Oct 26, 2022 · 2 comments
Open

Issues in pwsh 7.3.0-preview.4+ #11

SeeminglyScience opened this issue Oct 26, 2022 · 2 comments
Labels

Comments

@SeeminglyScience
Copy link
Owner

Some things don't work as expected in any preview after and including 4. This was due to a change in .NET which broke the library Harmony uses for creating runtime detours (see MonoMod/MonoMod#94). Waiting on MonoMod/MonoMod#109 to be released and then I'll update this module. Can confirm the changes in the PR fix it (as a temporary workaround you can build that PR and drop in the new assemblies).

Most notable break is non-public type resolution, but a few other things in the patched member binder won't work consistently.

@nike4613
Copy link

nike4613 commented Nov 8, 2022

If you need support quickly, you can use https://www.nuget.org/packages/MonoModReorg.RuntimeDetour/ which is based on the
reorganize branch which has been under active development. It has full support for the .NET 7 runtime.

@SeeminglyScience
Copy link
Owner Author

Ah very nice! Thanks for letting me know ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants