I am trying to obfuscate a Dot Net Core application but I am having no success. I am using ConfuserEx, managed to get it to work with a Net Framework, but no luck when trying it out with a Net Core Console Application or Net Core DLL.
I get the error:
Object reference not set to an instance of an object.
Did anyone managed to obfuscate a Net Core application? If not is there any other tool that can do it?