needle-tools/needle-console

Bug: MissingMethodException in System.Runtime.CompilerServices.Unsafe

laicasaane opened this issue · 2 comments

A project contains this package will be forced to use the Demystify-System.Runtime.CompilerServices.Unsafe.dll, thus any function that depends on Unsafe version 6.0.0 will throw MissingMethodException.

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.