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 was archived by the owner on Jul 12, 2022. It is now read-only.
If you have a field like this:
private Action someAction;
It will be renamed to '_someAction', and all reads and writes to it are also repaired.
But anywhere that field is used as a delegate to invoke the action, the name is not repaired.
Example:
this.someAction();
will not be repaired, causing compile errors