3

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")]
Wolfwyrd
  • 15,716
  • 5
  • 47
  • 67
Tarak
  • 1,142
  • 3
  • 12
  • 28

1 Answers1

0

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.

Wolfwyrd
  • 15,716
  • 5
  • 47
  • 67
  • Any idea, How can I set configure this in Eazfuscator.NET? – Tarak Jan 08 '14 at 11:05
  • Contact their support - support@gapotchenko.com and post the results back here if they can help you :) – Wolfwyrd Jan 08 '14 at 12:34
  • 3
    Response from suppot : "The Obfuscation attribute is not defined in WinRT. Please add a ready-to-use source file "C:\Program Files (x86)\Eazfuscator.NET\Code Snippets\C#\ObfuscationAttributes.cs" to your project. Once added, the ObfuscationAttribute will appear." – Tarak Jan 13 '14 at 13:44