ArmDot Warning ARMDOT0001
The assembly input assembly uses the InternalsVisibleToAttribute attribute to make types visible to the assembly friend assembly, but friend assembly hasn't been found in the project. friend assembly may not run properly after obfuscation.
Description
ArmDot displays this warning making names obfuscation of input assembly. If a type, or a type member, is internal, and its name is obfuscated, the friend assembly will fail to use this one because it will use the original name.
If friend assembly was available to ArmDot, it would change the type name in friend assembly.