Open johnnyontheweb opened 1 year ago
having the same issue in point 2. On .Net standard 2.0, every internal method of any class when called returns Method not found exception when obfuscated in 1.6.0
has anyone found the culprit so that i can handle it somehow?
In version 1.6.0 something changes with respect to visibility of public members:
I cannot figure out what exactly changed from 1.5.0, can you help me identifying which change(s) cause this problem? Secondly, are there some custom flags to revert this behaviour?