CodeDomSerializationStore in not marked as Serializable #1831
Labels
tracking-external-issue
An issue is caused by an external system and won't be fixed in this repo
won't fix-by design
Behaviour is by design
We faced a problem when porting our application to .NET Core 3. We have a copy/paste functionality which is implemented similar to the standard copy/paste (via IDesignerSerializationService).
On copying we get the SerializationException:
'Type System.ComponentModel.Design.Serialization.CodeDomComponentSerializationService + CodeDomSerializationStore' in Assembly 'System.Windows.Forms.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable.'
Сan we expect the attribute to appear in the next release?
The text was updated successfully, but these errors were encountered: