Hi.
Thank you for Obfuscar 2.0 rc7.
Windows 7 x64 SP1
.NET 3.5 assembly
Configuration file:
```
<?xml version='1.0'?>
<Obfuscator>
<Var name="KeepPublicApi" value="true" />
<Var name="HidePrivateApi" value="true" />
<Var name="KeyFile" value="..\..\..\StrongName.snk" />
<Module file="..\..\..\MyAssembly\bin\Release\MyAssembly.exe" />
</Obfuscator>
```
Output:
```
...
Trying to resolve dependency: mscorlib, Version=2.0.0.0, Culture=neutral, Public
KeyToken=b77a5c561934e089
Done.
Renaming: fields...parameters...properties...events...methods...
An error occurred during processing:
Inconsistent virtual method obfuscation state detected. Abort. Please review the
following methods,
[MyAssembly]♫? ::♫? ? ☻[0]->WillRename:A
[MyAssembly]♠ ::♫? ? ☻[0]->Skipped:special name
[MyAssembly]♫ ::♫? ? ☻[0]->WillRename:A
```
The assembly has been merged with ilmerge and it seems that there's a reference to another assembly that has already been obfuscated.
Any ideas?
Thank you.
Thank you for Obfuscar 2.0 rc7.
Windows 7 x64 SP1
.NET 3.5 assembly
Configuration file:
```
<?xml version='1.0'?>
<Obfuscator>
<Var name="KeepPublicApi" value="true" />
<Var name="HidePrivateApi" value="true" />
<Var name="KeyFile" value="..\..\..\StrongName.snk" />
<Module file="..\..\..\MyAssembly\bin\Release\MyAssembly.exe" />
</Obfuscator>
```
Output:
```
...
Trying to resolve dependency: mscorlib, Version=2.0.0.0, Culture=neutral, Public
KeyToken=b77a5c561934e089
Done.
Renaming: fields...parameters...properties...events...methods...
An error occurred during processing:
Inconsistent virtual method obfuscation state detected. Abort. Please review the
following methods,
[MyAssembly]♫? ::♫? ? ☻[0]->WillRename:A
[MyAssembly]♠ ::♫? ? ☻[0]->Skipped:special name
[MyAssembly]♫ ::♫? ? ☻[0]->WillRename:A
```
The assembly has been merged with ilmerge and it seems that there's a reference to another assembly that has already been obfuscated.
Any ideas?
Thank you.