问题
I have a GUI which I created using WPF I not want to port this so it's available for use on mac OS X. I heard mono can be used but it looks like they don't have any support for WPF's as of right now so any suggestions would be great Thanks.
回答1:
.NET Core 3.0 has WPF but it works only for Windows platform, so there is no build-in support for multi-platform desktop GUI.
You could try port WPF application using Avalonia, but I never tried it. Avalonia works with .NET Core 2.0, .NET Standard 2.0.
来源:https://stackoverflow.com/questions/59681209/is-there-any-way-to-port-a-wpf-application-so-it-can-run-on-mac-os-x