ImpliedReflection
ImpliedReflection copied to clipboard
Access non-public types and type members as if they were public.
``` pwsh -c {Enable-ImpliedReflection -YesIKnowIShouldNotDoThis} ``` Probably Harmony related ``` Fatal error. Internal CLR error. (0x80131506) at System.Runtime.CompilerServices.RuntimeHelpers.PrepareMethod(System.RuntimeMethodHandle, System.RuntimeTypeHandle[]) at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.PrepareMethod(System.Reflection.MethodBase, System.RuntimeMethodHandle) at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform+c__DisplayClass29_0.b__0(System.Reflection.MethodBase) at System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.__Canon,...
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...