Windows Forms Designer (.NET Core) Serialization not working properly

Saravanan Ganesn
11
Reputation points
I’ve created a new Windows Forms Application (.NET Core) and try to changes the value of the property in designer but it does not reflect in designer.cs. We have attached the sample from the following location.
Sample: https://1drv.ms/u/s!AsISs7GoFbYYgsFdWRhhOXZ3rGOS9Q?e=zssrrx
{count} votes
Hi @Daniel Zhang-MSFT ,
Thanks for your update.
But our issue is "Name" property value not reflect in Form1.Designer.cs when we change it in designer.
Hi @Saravanan Ganesn ,
To make the property persistent in the form designer, you can refer to the approach in this thread.
Best Regards,
Daniel Zhang