Avoid Expressions to allow obfuscation #373
Unanswered
DevAM-Tools
asked this question in
Q&A
Replies: 1 comment
-
Typically, it's a responsibility of obfuscation software to handle expressions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I managed to obfuscate my Avalonia app which I am quite happy about. However I need to exclude the corresponding ViewModel from the obfuscation when I use an hierarchical
TreeDataGrid
since it usesExpression
s. These are not compatible with obfuscation.For this reason I wanted to ask if it would be possible to do without
Expression
s? Maybe by using anIObservable
or simply aFunc<T, bool>
.Beta Was this translation helpful? Give feedback.
All reactions