.net core 的窗体设计器进展(.NET Core Windows Forms designer),5月中旬或将发布成熟版!

上个月发布了一个更新,支持了更多的Winform控件,离完全支持越来越近了!
据说预计在5月中旬发布成熟版本,而且与三方控件厂商的适配也已经在进行中了。最终会在 .NET 5 提供完全支持。
当然,肯定是只支持 Windows 操作系统。因为 WinForms 和 WPF 都是基于 Windows API 的。

.net core 的窗体设计器进展(.NET Core Windows Forms designer),5月中旬或将发布成熟版!_第1张图片

详细参见 dotnet 官方博客站:
https://devblogs.microsoft.com/dotnet/updates-on-net-core-windows-forms-designer/

截取部分留言答复:

Johnnyxp64 March 17, 2020 11:39 am

collapse this comment copy this comment link

how many controls are left so far?

 Log in to Reply

  • .net core 的窗体设计器进展(.NET Core Windows Forms designer),5月中旬或将发布成熟版!_第2张图片

    Olia Gavrysh March 17, 2020 5:04 pm

    collapse this comment copy this comment link

    The current version is missing: Dialogs, Components, Data, User Controls and a few other controls (NotifyIcon, PropertyGrid, HScrollBar, VScrollBar, DomainUpDown, TrackBar)

    The next version will have many of them in.

     Log in to Reply

    • .net core 的窗体设计器进展(.NET Core Windows Forms designer),5月中旬或将发布成熟版!_第3张图片

      Arnel Isiderio Robles March 19, 2020 4:48 am

      collapse this comment copy this comment link

      Hi. Will this be also available soon for Linux?

       Log in to Reply

      • Avatar

        Tyler March 23, 2020 11:57 am

        collapse this comment copy this comment link

        Why would it be available for Linux? Visual Studio isn’t available for Linux and Windows Forms is Windows-only.

         Log in to Reply

      • .net core 的窗体设计器进展(.NET Core Windows Forms designer),5月中旬或将发布成熟版!_第4张图片

        Olia Gavrysh March 24, 2020 11:35 am

        collapse this comment copy this comment link

        No, WinForms and WPF will remain Windows-only because they are build on top of Windows APIs.

         Log in to Reply

        • Avatar

          Joey Alonzo April 9, 2020 6:05 am

          collapse this comment copy this comment link

          If Winform will work only in Windows, then what difference it will make if I will just stay in .Net Framework.

    • Avatar

      Bancroft, Matt March 19, 2020 5:44 am

      collapse this comment copy this comment link

      Any news on whether ListView and TreeView support is being added?

       Log in to Reply

      • .net core 的窗体设计器进展(.NET Core Windows Forms designer),5月中旬或将发布成熟版!_第5张图片

        Olia Gavrysh March 25, 2020 11:37 am

        collapse this comment copy this comment link

        They were enabled a while ago. We have a few known issues related to them, which we will fix in the future.

Irakli Lomidze March 18, 2020 9:42 am

collapse this comment copy this comment link

When we could expect final completed version of designer ?

is it planed until .net 5 ?
when third parties will be supported ?

 Log in to Reply

  • .net core 的窗体设计器进展(.NET Core Windows Forms designer),5月中旬或将发布成熟版!_第6张图片

    Olia Gavrysh March 18, 2020 3:23 pm

    collapse this comment copy this comment link

    We expect to have a mature version by mid of May.
    We are already working with the control vendors, we might have some support by May, but fully supported they should be by .NET 5

 

你可能感兴趣的:(DotNet)