benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.71k stars 143 forks source link

.NET Core compatibility #12

Closed Atulin closed 5 years ago

Atulin commented 5 years ago

Microsoft is clearly moving away from the .NET Framework, and WPF itself can run just fine on .NET Core, it might be worth looking into making the code compatible with .NET Core image

nkristek commented 5 years ago

I support this request as .NET Core promises performance gains compared to .NET Framework, but lets not forget .NET Core 3.0 is still in the preview stage. According to the current roadmap it is to be released in the second half of 2019.

benruehl commented 5 years ago

I definitely plan to support .NET Core in the future and I am going to investigate what is required to do so soon.