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
Clear the type caches between moving types in multiple assemblies.
(Note to self, in case we want to process and move multiple
assemblies in parallel, we would need to make the caches per
TypeMover instance.)
[Ed. note: Mono.Cecil isn't thread safe, so processing multiple
assemblies in parallel is likely a nonstarter; see b1667a2.]
Also fix debug prints, as `Console.WriteLine(string)` reference needs
to be imported.
0 commit comments