MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.31k stars 2.45k forks source link

Question: how to use mahapps metro in net core and C# #3659

Closed Torchok19081986 closed 4 years ago

Torchok19081986 commented 4 years ago

Hallo, i have few questions and hope someone can help me with. i startet my new project as wpf and net core app in c# and would like to add mahapps metro controls, icons etc. in my project. Which version of mahapps do i need to install ? Obviously 1.6.5 is not working. Is exists some manuals or guides how to use mahapps in net core app with wpf and C# ?
Some limitations for use net core with mahapps like controls not available or something like that. Many thanks for answer.

timunie commented 4 years ago

Hi @Torchok19081986

yes, MahApps supports .Net-Core in the upcomming version 2.0.0. If you want to test this, you have to use the prereslease: image

happy coding Tim

punker76 commented 4 years ago

@Torchok19081986 You can use the latest NuGet package (pre-release) together with .Net Core 3. Keep in mind the alpha version has some breaking changes regarding to the brushes and styles (key namings). Here is a simple sample which works together with .Net Core 3.