Open edongashi opened 5 years ago
.NET Core 3 port available at https://github.com/WPF-Forge/Forge.Forms/tree/net3
Is it possible to reference .NET framework dependencies (for example NuGet) from a .NET core 3 WPF app?
Yup, it uses wichever version is available for .NET 4.6.1 or beyond, just like .NET Core. Except for some specific cases, such as System.Drawings
That certainly makes migration easier. We will see how it plays out once it's released. By then we will probably get rid of all dependencies from core library anyway.
Forge.Forms.Material
andForge.Forms.Metro
. This means thatShow.Dialog
andShow.Window
and other utilities won't be part of the core library.FormElement
is too brittle for that.Other suggestions are welcome.