You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: