Posts
Sort by recent activity
Error: The given key was not present in the dictionary.
When trying to obfuscate a dll (Xamarin Forms dll) I am getting this error:2018-12-21 16:21:17,462 INFO SmartAssembly.ProcessingAssembly: Indexing assemblies...2018-12-21 16:21:17,633 INFO Sm...
When running JsonConvert.SerializeObject on an object {} is returned
I have obfuscated an assembly with Smart Assembly and when calling:string json = JsonConvert.SerializeObject(drivers);json ends up as "[{}]"If I add [Serializable] to the class I end up with:[{"dsh...
Error downloading reports
When in Smart Assembly 6.11.1.354, if I go to view error reports I get the message:
Error downloading reports - Unable to connect to the remote server.
Is this a serious error that should be report...