When is expected a stable version of WinForm core Designer ? #5220
-
When is expected a stable version of WinForm core Designer? .NET 5 Designer was not updated for while. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
We've been working hard under the hood to improve our Core designer and bring it up to parity. We are getting close, and 16.10 saw a lot of performance improvements especially with interacting directly with controls on the form, and adding the MenuStrip, ToolStrip and StatusStrip in-situ editors so you can now manage your menus the way you always have. When will we be done? I don't have a solid timeline for you. Although, aside from a couple of features, including Accessibility support, Tab Order Overlay and some data binding scenarios you should find most of what is used on a daily basis. I encourage everyone to install the 16.10 Visual Studio and start playing with the designer. We will be able to fully stabilize and remove the "preview" checkbox only if we've gotten feedback from customers. As we uncover new scenarios that are needed, or old ones that we still need to bring back, your feedback through the VS feedback tool is critical to us so we can prioritize them. I know it's been a long journey, but we're getting to the finish line. Converting to a 2 process solution, where VS in the .NET Framework can interact with your .NET 5/6 app displaying in the designer has required us to rearchitect the entire way a developer interacts within the designer. As we've done that work we've been working through a system largely stable since VS2005. It's been an exciting journey and we are glad to have everyone on it with us. |
Beta Was this translation helpful? Give feedback.
-
merriemcgaw The timeline for finalizing WinForm Core tooling is extremely important at least in my case. Can you clarify a bit, expected roadmap of WinForm Designer? |
Beta Was this translation helpful? Give feedback.
-
And what is the future for licensing winforms components? As a component vendor, I'm stuck with .net framework 4.x and can't migrate to .net 5 or 6 and propose it to my customers because the old mechanism (licenses.licx file / using a 3rd party product like Crypto Licensing) does not work anymore. Is it in the roadmap? When can we expect a workable solution and some docs to properly license components? |
Beta Was this translation helpful? Give feedback.
-
The new article about designer has come out: https://devblogs.microsoft.com/dotnet/state-of-the-windows-forms-designer-for-net-applications/ |
Beta Was this translation helpful? Give feedback.
We've been working hard under the hood to improve our Core designer and bring it up to parity. We are getting close, and 16.10 saw a lot of performance improvements especially with interacting directly with controls on the form, and adding the MenuStrip, ToolStrip and StatusStrip in-situ editors so you can now manage your menus the way you always have.
When will we be done? I don't have a solid timeline for you. Although, aside from a couple of features, including Accessibility support, Tab Order Overlay and some data binding scenarios you should find most of what is used on a daily basis. I encourage everyone to install the 16.10 Visual Studio and start playing with the designer. We will…