yck1509 / ConfuserEx

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

Name Protection doesn't work with WPF #71

Closed MulleDK19 closed 10 years ago

MulleDK19 commented 10 years ago

I made a simple WPF application with a simple button to test. If I enable Name Protection the WPF application doesn't start at all.

Furthermore, my actual WPF application can't be protected at all. Even with no protections enabled, ConfuserEx spits out a NotImplementedException:

image

I'm using version 0.2.2

MulleDK19 commented 10 years ago

Nevermind. I found version 0.2.3, and it fixes both the renaming issue and the exception issue. You should probably update the website with that as it still shows 0.2.0 as the latest.