Issue with SmartAssembly Obfuscation process
Kavi
Posts: 1 New member
I am using SmartAssembly 7.2. I have applied obfuscation to my project. My project contains a few functions that accept a dynamic type parameter. I am getting a runtime error "Method not found" after applying obfuscation. I have further investigated the issue and found that the SmartAssembly reads that parameter as object instead of dynamic, that's why the Method not found exception occurs. For now, I have handled the case by excluding those functions from obfuscation, but it should be handled by SmartAssembly itself.