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

.NET Core 3 Port #7

Closed FirehawkV21 closed 3 years ago

FirehawkV21 commented 5 years ago

Fixes #5 .

At the moment, the new projects have a copy of the code (to avoid bringing braking changes to the original) but if there are no breaking changes, it should be possible to simply edit the projects to pull the files from the originals.

augustoproiete commented 3 years ago

@acemod13 Thanks for updating the PR. The changes look a lot more manageable now. I'll give you some feedback throughout this week and hoping to get this merged soon.

FirehawkV21 commented 3 years ago

Aye. Looking forward to it.

I've also done some editing in the project files so it can compile both .NET 4.5 and .NET Core 3.1 libraries (mainly since the sample app wouldn't compile unless I re-wrote the entire project file).

augustoproiete commented 3 years ago

Looks great. Thanks @acemod13 for the PR and the patience. I've just released Ookii.Dialogs.Wpf v1.2.0 and I think we can get going on the .NET Core migration now, especially with the imminent .NET 5 release.