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

Bug: MissingMethodException in System.Runtime.CompilerServices.Unsafe #14

Open
laicasaane opened this issue Aug 17, 2022 · 2 comments
Open

Comments

@laicasaane
Copy link

laicasaane commented Aug 17, 2022

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.

@marwie
Copy link
Member

marwie commented Aug 17, 2022

Have you tried explictly referencing the Unsafe dll version 6.0.0 in an asmdef ?

@laicasaane
Copy link
Author

laicasaane commented Aug 17, 2022

@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.

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

No branches or pull requests

2 participants