Comments
Sort by recent activity
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
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 ...
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...