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
System.Runtime.dll has a reference to System.Private.CoreLib.dll and typeforwards various types to it.
Maybe a simpler solution would be to run cecilifier normally and at the end replace all references to System.Private.CoreLib.dll with System.Runtime.dll
Even though this (kind of ) works this is not correct.
It is related to this issue: jbevain/cecil#646
So basically we'll need to avoid importing types through the reflection like API.
The text was updated successfully, but these errors were encountered: