Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-11 | alias Mono.Cecil references (#711) | Jesse Plamondon-Willard | |
This is needed to migrate to Harmony 2.0 because it uses MonoMod, which has a copy of Mono.Cecil merged into its assembly, which leads to "type X exists in both 0Harmony.dll and Mono.Cecil.dll" errors. We can't use the version bundled with MonoMod since only some of the types are publicly accessible. | |||
2020-08-26 | add heuristic rewrite for field => const changes | Jesse Plamondon-Willard | |
2020-08-26 | rename new heuristic rewriters for clarity | Jesse Plamondon-Willard | |