Hello,
The "Implement ISerializable " code provider will add a protected constructor, even if the target type is sealed. In a struct type (which are always sealed), the generated code won't even compile.
Please make it so that the constructor is declared as private when the context wants it that way.
Thanks.
Hi David,
Thank you for your feedback. We will correct this behavior in one of future releases.