Assembly Signing

BitMono supports strong name signing of assemblies. You can configure signing using either the CLI option or the configuration file.

CLI Option

Use the --strong-name-key option:

BitMono.CLI -f MyApp.exe --strong-name-key MyKey.snk

Configuration File

Add the key file path to your obfuscation.json:

{
  "StrongNameKeyFile": "MyKey.snk"
}