-
| 
         I don't use that ReactiveUI.WinUI dll, but it outputs a warning when runing the code  (1)model: (2)viewmodel: (3)main form view: here's the console output when the debugger hit the breakpoint at "ViewModel = new MainViewModel();"line:  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| 
         take a look at 
 you'll want to use RegistrationNamespace.Winforms  | 
  
Beta Was this translation helpful? Give feedback.
take a look at
#3786 (comment)
you'll want to use RegistrationNamespac…