If I read the documentation I can see:
Properties:
-Action: The Check Action the Check will take if it detects a debugger attached to the application.
Defaults to None.
-ApplicationNotificationSinkElement:
**Defaults to None**, which means the application is not notified of the Check's result.
But if I set Action to Exit and ApplicationNotificationSinkElement to Default None... Dotfuscator PRETENDS a method. Why??
I don't want method and in any case I can't find online a default working method for Debugging Check.
