Update template to include *.user file while creating new applications.#5848
Conversation
|
@merriemcgaw / @Pilchie need your approval if we decide to take this to RC2 |
|
We actually need Tactics approval for RC2 right now. Please finish testing and fill out the servicing template, and then we can ask for approval over email. |
|
We will need to make this change for VB and other template types as well. |
Noticed that. validating those changes. Only CSharp though. VB did not get TFM specific templates hence were not regressed. |
...tnet.WinForms.ProjectTemplates/content/WinFormsLibrary-CSharp/.template.config/template.json
Show resolved
Hide resolved
|
I don't have much context on this, so I apologize if my question is stupid. If the user creates a new Win Forms project with this .user file, I assume that this file won't get checked into source control because it's excluded by the default |
@sayedihashimi, No. We do not expect this to be added to source control. Asynch load is improved a lot in latest VS versions and we expect to see designer load issue only when creating new. All existing applications that are newly downloaded/cloned form repo may not exhibit this issue. |
|
@dreddy-work thanks, that's good to know. |
…s. (#5848) * Update template to include *.user file while creating new applications.
…s. (#5848) * Update template to include *.user file while creating new applications.

Fixes dotnet/winforms-designer#3724
By default *.user files are excluded/removed by the template engine. Template owners need to override this with
excludeflag and remove the *.user files form exclusion list.Related #5547
Related #3510
Microsoft Reviewers: Open in CodeFlow