RxUI IViewFor <T>失败,要求IActivationForViewFetcher

时间:2019-07-07 11:15:35

标签: c# wpf reactiveui

我正在wpf中尝试ReactiveUI。要求是在提供自己的Window对象(必须从其派生)的样式框架上运行它,因此,我尝试实现IViewFor。我一直在遵循文档/手册,这是我的Window部分

Index of minimum value in dictionary is 2

会产生此错误-

  

System.ArgumentException:'不知道如何检测何时激活/停用ModernReactive.MainWindow,您可能需要实现IActivationForViewFetcher'

自从我能找到的唯一文档说这是关于将RxUI移植到新平台的问题已在两年前修复后,这让我有些灰心。

有什么建议吗?

1 个答案:

答案 0 :(得分:1)

这很可能是由于未包含对PackageReference的NuGet引用引起的

请确保您使用的是packages.config,如果您使用的是$yourArr = [1,2,1,2,3,4,5]; // count the number of occurences of each value $res = array_count_values($yourArr); // filtering only unique values $res = array_filter($res, function($item){ return $item == 1; }); print_r(); // to fetched first unique // fetching filtered values as keys $un = array_keys($res); echo $un[0]; // will output 3 ,则可能会使您的生活更加艰难。

https://docs.microsoft.com/en-us/nuget/reference/migrate-packages-config-to-package-reference