ArmDot Warning ARMDOT0008
Unable to sign the assembly assembly as no key file is provided. The assembly is a strong-named one and may not run after obfuscation.
Description
Obfuscation modifies an assembly. If it is strong-named, it needs to be signed again after obfuscation to have a valid strong name.
ArmDot can resign an assembly if a key file is provided. If not, ArmDot displays this warning.
ArmDot.Engine.MSBuildTasks.ObfuscateTask uses KeyFile to find a key file.
ArmDotConsole uses the --key-file parameter.