Open laicasaane opened 2 years ago
Have you tried explictly referencing the Unsafe dll version 6.0.0
in an asmdef ?
@marwie I did, but it has no effect. My project will use 6.0.0
only after I remove Needle Console. So my current solution is using a local package with Demystify-System.Runtime.CompilerServices.Unsafe.dll
removed.
A project contains this package will be forced to use the
Demystify-System.Runtime.CompilerServices.Unsafe.dll
, thus any function that depends onUnsafe
version6.0.0
will throwMissingMethodException
.