WPF upgrade#11
Conversation
This dialog is launched by the dialog test, because it is hard to reproduce the incompatibility just in order to show the prompt. The only difference is the dialog launched by the dialog test will not do anything and has a
This PR only migrates the project from WinForm to WPF. No texts or buttons are changed. |
There was a problem hiding this comment.
I recommend to use ReactiveUI.Fody for autogenerating INPC boilerplate.
There was a problem hiding this comment.
This requires distributing a DLL while the launcher is supposed to be single-file contained
Co-authored-by: Kerbiter <crabiter@vivaldi.net>



Why WPF:
MessageBoxis not a good tool to display an exception message due to missing scrollbars.AdvancedMessageBoxis enough.Screenshots:



