Caliburn.Micro action guard properties aren't working in confused binaries unless I manually apply the following attribute to them:
[Obfuscation(Exclude = false, Feature = "-rename")]
What's really strange is I patched CaliburnAnalyzer to detect these properties, but the resulting binaries still don't work even though dotPeek confirms the action guard properties haven't been renamed.
Caliburn.Micro action guard properties aren't working in confused binaries unless I manually apply the following attribute to them:
[Obfuscation(Exclude = false, Feature = "-rename")]What's really strange is I patched
CaliburnAnalyzerto detect these properties, but the resulting binaries still don't work even though dotPeek confirms the action guard properties haven't been renamed.