ookii-dialogs / ookii-dialogs-wpf

Awesome dialogs for Windows Desktop applications built with Microsoft .NET (WPF)
BSD 3-Clause "New" or "Revised" License
1.14k stars 85 forks source link

Merge Ookii Dialogs WPF and WinForms repositories and share common code #27

Open augustoproiete opened 3 years ago

augustoproiete commented 3 years ago

Ookii Dialogs WPF and WinForms have a lot of code in common that is duplicated across two repositories (this one, and ookii-dialogs-winforms) which is harder to maintain and keep in sync and ensure feature parity.

Lets merge these two repos into one, and have the common code shared. We'll continue to have separate assemblies and nuget packages for WPF and Windows Forms, for everything that is specific to each UI framework.