我在我的 WPF 项目中使用 ReactiveUI 库,似乎它
ReactiveUserControl<TViewModel> : UserControl
不适 ReactiveWindow<TViewModel> : Window
用于XAML Hot Reload
.
虽然直接从 a 扩展Usercontrol
确实允许我使用XAML hot reload
.
除了这一页,我找不到任何关于此事的文档或帖子,这完全没有解释。想知道这是否可能与x:TypeArguments="navigation:MainVM"
您必须传入的内容或ReactiveUI
图书馆在内部搞砸了一些事情有关?
我正在使用,visual studio 2019
但同样的问题出现在9.20.1 之外visual studio 2017
。.NET Framework 4.6.1
ReactiveUI