Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-23 | remove now-unneeded Mono.Cecil aliases (#711) | Jesse Plamondon-Willard | |
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. | |||
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard | |
2018-07-01 | fix assembly definition resolver not disposing loaded definitions | Jesse Plamondon-Willard | |
2018-06-24 | update to Mono.Cecil 0.10 | Jesse Plamondon-Willard | |
2018-03-03 | fix error in new incompatibility finders when they resolve members in a ↵ | Jesse Plamondon-Willard | |
dependency (#453) | |||
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |