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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: