dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.41k stars 984 forks source link

Performance issue of Core WinForms Designer #4434

Closed PavelAgurov closed 3 years ago

PavelAgurov commented 3 years ago

Problem description:

Performance of Core WinForms designer is VERY bad to compare with .NET WinForms. Sometimes I should click on control and wait 10-30 sec to select this control and ability to edit it in Property Grid. When I save changes in designer it takes much more time then it was in .NET WinForms.

Expected behavior:

Minimal repro:

RussKie commented 3 years ago

I appreciate you have spent the time to raise the issue, but issues with VS and VS Designer should be sent via VS Feedback channel (the icon in the top right hand side corner). The reason for this - the VS Feedback tool captures a lot of additional information (such as screenshots, memory dumps, stack traces, assembly versions, etc.) that can help us to investigate your issue and identify the cause.