Activity overview
Latest activity by shane_russo
Turns out installing the Beta version of Smart Assembly fixed the error. I am using 6.13.3.1314 now and I was using 6.12 / comments
Turns out installing the Beta version of Smart Assembly fixed the error. I am using 6.13.3.1314 now and I was using 6.12
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...
Turns out that adding: [Serializable SmartAssembly.Attributes.DoNotPruneType] to the class fixes the problem. (Keep in mind that you have to reference the SmartAssembly.Attributes.dll in your project before you can add the command to your class) / comments
Turns out that adding:[Serializable SmartAssembly.Attributes.DoNotPruneType]to the class fixes the problem.(Keep in mind that you have to reference the SmartAssembly.Attributes.dll in your project ...
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...
I am trying to protect a Portable class library that targets .Net 4.5.
I don't think I can target Silverlight as I need to target ASP.NET Core 1.0 in my project.
Do you have any other workarounds and do you have an ETA for this to be fixed?
Thanks
Shane / comments
I am trying to protect a Portable class library that targets .Net 4.5.
I don't think I can target Silverlight as I need to target ASP.NET Core 1.0 in my project.
Do you have any other workarounds a...