WPF-Forge / Forge.Forms

Dynamically generated forms and dialogs in WPF
https://wpf-forge.github.io/Forge.Forms
MIT License
148 stars 30 forks source link

Features for next major version #34

Open edongashi opened 5 years ago

edongashi commented 5 years ago

Other suggestions are welcome.

redbaty commented 5 years ago

.NET Core 3 port available at https://github.com/WPF-Forge/Forge.Forms/tree/net3

edongashi commented 5 years ago

Is it possible to reference .NET framework dependencies (for example NuGet) from a .NET core 3 WPF app?

redbaty commented 5 years ago

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

edongashi commented 5 years ago

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.