obsfucation attribute renaming not working while using following in .net
(Feature = “renaming”, Exclude = true)]
and strip debug information is true.
We want to exclude xml element from renaming which is causing issue in xml serializer
obsfucation attribute renaming not working while using following in .net
(Feature = “renaming”, Exclude = true)]
and strip debug information is true.
We want to exclude xml element from renaming which is causing issue in xml serializer
Do you have an example with such problem?