Comments
3 comments
-
It's exactly as you've said, and to be honest we're a bit surprised we don't support this. Generics are not well processed. It seems to be relatively easy to fix but we feel it may need consideration about the UI.
Automatically turning off everything that's correlated to serializable types in an application may introduce disabling obfuscation for a lot of its functionality. Thus the user should be informed when it happens AND/OR we should introduce a SmartAssembly serialization mechanism that will be able to obfuscate and serialize things properly (it may be just some interface-ish API).
We'll discuss it and see how to proceed. -
Thanks for confirming the situation Russell. I look forward to hearing your conclusions.
-
Hi @Andy_L apologies for the length of time this has taken but todays release has fixed this: https://download.red-gate.com/checkforupdates/SmartAssembly/SmartAssembly_7.0.9.2591.exe. Please let me know how you get on.
Add comment
Please sign in to leave a comment.
public enum MyEnum { value1, value2 }