-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Announcing WPF on .NET Core 3.0 #1936
Comments
Well done 😊. ... Milcore next please 😜 |
Any reason |
Apparently PresentationNative_cor3 won't be open sourced. The text services contained therein seem to be private code and not possible to open source. |
When Visual Studio will start using .NET core WPF? |
@gulshan probably with 3.1 LTS (VS 16.4) when the designers are finished, they can't make .NET Core WPF designers without running .NET core ... if you meant when VS will completely change to use .NET Core only, probably not anytime soon, there are many 3rd party addins/components which cannot be easily updated. So for the time being running both in parallel is the only option they have. |
... "when the designers are coming" ... Is that scheduled for mid 2020? I had always thought that the WPF designer for core (ie. "wpfsurface") was supposed to be released the same time as .net core 3.0 (ie now). I must be missing the roadmap which gives the actual date. I see the main github page says: "Visual Studio WPF designer is not yet available. In short, we need to move to an out-of-proc model (relative to Visual Studio) with the designer. This work will be part of Visual Studio 2019". But I thought this was already accomplished. I'm confused. I guess it comes down to this question... if I want to develop WPF with .Net core do I still need to keep installing preview builds of VS 2019? When will that be available in the regular builds? |
@rladuca thanks for the tip. The release build 16.3.0 seems to be working fine for me, probably because of that checkbox for the "preview features". |
@grubioe It's amazing for all your efforts on WPF of .NET Core 3.0. There may be a small spelling issue on your active contributor names: @walterv -> @walterlv I've checked "walterv" but find nothing on .NET Core WPF, so it's me probably. |
@dbeavon I don't know where you take "mid 2020" for 3.1 , the roadmaps I've seen say its November 2019 (including the one linked in the OP issue above) |
@walterlv my apologies, it's been corrected... Thanks! .NET Core 3.1 is planned for late November 2019. |
Updating Roadmap.md based on progress on open sourcing additional 9 binaries
@aelij apparently |
Closing - please see new update at #2273 |
Announcing WPF on .NET Core 3.0
We are excited to announce that .NET Core 3.0 is now Generally Available! You can learn more about the full scope of the release from the .NET blog linked here.
The WPF team has been working over the last year to port the WPF codebase from .NET Framework to .NET Core with a focus on ensuring that .NET Framework compatibility and ease of porting were maintained. Working on GitHub was a new experience to many of us but the community has been great and we really want to thank all of you that have been actively engaged in making this a reality. Whether it's been building and porting WPF apps via the multiple Previews shipped to those that have been submitting issues and actively commenting. We wanted to give a special recognition to some of our most active contributors: @weltkante, @onovotny, @lindexi, @dotMorten, @AndreyAkinshin, @thomasclaudiushuber, @Youssef1313, @walterv, @AlexChuev, @WilliamAntonRohm- THANKS for all your help in helping us ship this product!
With that said, here is a recap of the work done to date to ship WPF on .NET Core 3:
Now that .NET Core 3.0 is available our focus shifts to .NET Core 3.1 with an emphasis on ensuring that 3.1 is as stable as possible given that it is an LTS release. We are also working on open sourcing the remaining Native binaries in our roadmap and doing planning for .NET 5.
Thanks again for your engagement, we look forward to seeing all the great WPF applications that will be built on .NET Core.
The text was updated successfully, but these errors were encountered: