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
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
I just realized that you shouldn't be renaming an override methods, which ToString() is. I'll have to add a check and only rename non-overrides.
While I'm at it, I shouldn't be injecting the ToString() method in the first place on non-debug builds, so I'll have to put it in an #if DEBUG directive.
Ignoring all virtual & public methods should fix it, but it reveals another issue: ConfuserEx doesn't seem to update the references to renamed fields/properties.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Calling name.Analyze on one of the types returned from the type injection results in a null reference exception somewhere in VTable analyzer code.
The text was updated successfully, but these errors were encountered: