Porting a Prism-based WPF application to .NET Core

Ranjith Venkatesh picture Ranjith Venkatesh · Sep 14, 2016 · Viewed 12.2k times · Source

We have a Prism-based WPF application with over 10 man years of development invested in it.

We are moving big chunks of it into web browser control hosted modules to make it platform independent in the future.

There seems to be no UI framework to take over XAML in .NET Core.

Would it be possible to port it into .NET Core in the future?

Answer

wonea picture wonea · Dec 5, 2016

It's looking like WPF or at the very least XAML will become part of .NET Standard 2.0 roughly Q1 2017 / Q2 2017

Immo Landwerth - Program manager on .NET at Microsoft https://twitter.com/MikeEEE76/status/776769805722521600

Bug - Port System.Xaml to .NET Core #5766 https://github.com/dotnet/corefx/issues/5766

.NET Core Roadmap https://blogs.msdn.microsoft.com/dotnet/2016/07/15/net-core-roadmap/