summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/ModLoading/Finders/PropertyFinder.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-07-23 20:29:44 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-07-23 20:29:44 -0400
commit167d5831d12f0b7c58b3533b716f9041f6ae02e7 (patch)
tree4358a83ff2dbf4de6677ccf14e39d7e2dfb505aa /src/SMAPI/Framework/ModLoading/Finders/PropertyFinder.cs
parent88be0cee94cced9a31efe7ff76684514fcdc638d (diff)
downloadSMAPI-167d5831d12f0b7c58b3533b716f9041f6ae02e7.tar.gz
SMAPI-167d5831d12f0b7c58b3533b716f9041f6ae02e7.tar.bz2
SMAPI-167d5831d12f0b7c58b3533b716f9041f6ae02e7.zip
use unmerged Harmony assembly (#711)
Harmony merges Mono.Cecil and MonoMod.Common into its DLL, and keeps some (but not all) of the merged types public. That causes type conflicts in SMAPI's code since it uses both Harmony and Mono.Cecil, and extern aliases break on Linux due to IDE/compiler limitations. This commit uses a custom build of Harmony without the assembly merging, so SMAPI can use and manage Mono.Cecil itself.
Diffstat (limited to 'src/SMAPI/Framework/ModLoading/Finders/PropertyFinder.cs')
0 files changed, 0 insertions, 0 deletions