Skip to content

Obfuscation.Fody

Latest
Compare
Choose a tag to compare
@VAllens VAllens released this 17 Feb 06:49
df3a353

Summary

This is a Fody extension to modify ObfuscationAttribute.

Support

Attribute targets:

  • Assembly
  • Class
  • Struct
  • Enum
  • Method
  • Property
  • Field
  • Event
  • Interface
  • Parameter
  • Delegate
  • Record (a special class)
  • Indexer (a special property)
  • Destructor (a special method)
  • Constructor parameters (The Constructor is a special method)