BepInEx / Il2CppInterop

A tool interoperate between CoreCLR and Il2Cpp at runtime
GNU Lesser General Public License v3.0
206 stars 66 forks source link

Don't generate interop methods for interface overrides #48

Closed js6pak closed 2 years ago

js6pak commented 2 years ago

Il2CppInterop doesn't generate proper interfaces anyways so they are not needed and all they do is mess with analyzers/IDEs

image

This is a somewhat breaking change because you wont be able to access methods like System_Collections_IList_get_Item anymore (which ironically wasn't even recognized by rider), but it's not something like you can do in regular C# and you should cast to an interface anyways.