Question

I want to exclude renaming files of Windows store class library. Found bellow attributes needs to be set but I don't find ObfuscationAttribute class in System.Reflection namespace? What is the Store equivalent? How can I stop this happening in EazFuscator.Net?

[System.Reflection.ObfuscationAttribute(Feature = "properties renaming")]
Was it helpful?

Solution

There is no equivalent in the available API's for Windows Store Apps. Take a look at the official API listings. You'll have to do your configuration in whatever 3rd party tool you are using.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top