yck1509 / ConfuserEx

An open-source, free protector for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
3.56k stars 1.61k forks source link

Error confusing a class that implements IList of String #136

Closed Palollo closed 9 years ago

Palollo commented 9 years ago

Version: 0.4.0 Small example of the issue (just execute test.cmd): https://www.dropbox.com/s/yurxicgho17jcx8/ConfuserExTest-IListVB.zip?dl=0

This is the error from the output: [ERROR] Unknown error occurred. Exception: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. in System.ThrowHelper.ThrowKeyNotFoundException() in System.Collections.Generic.Dictionary`2.get_Item(TKey key) in Confuser.Renamer.VTable.ConstructVTable(TypeDef typeDef, VTableStorage storage) en c:\ConfuserEx_source\Confuser.Renamer\VTable.cs:line 209

Palollo commented 9 years ago

Quick as lightning :)