yck1509 / ConfuserEx

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

Exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. #641

Open emysa341 opened 6 years ago

emysa341 commented 6 years ago

I am trying to use Confuser, but its confusing me 😆

mono ConfuserEx_bin/Confuser.CLI.exe myProjectFile.crproj

TonyC5 commented 5 years ago

@emysa341 - I'm running into the same issue when running ConfuserEx on Mac. To get passed this, I tried

<protection id="ctrl flow" action="remove"/>

in my crproj, but still get the exception.

Were you able to resolve this (even if temporarily)?