MaterialDesignInPrism
MaterialDesignInPrism copied to clipboard
complie project error
these two lines should delete, or it will compile error: https://github.com/HenJigg/MaterialDesignInPrism/blob/c2794d561d3cadd5a0f3b8594aa1d0d25dda4874/src/MaterialDesignInPrism.Full/MaterialDesignInPrism.DeskTop/App.xaml.cs#L25-L26
是不是项目引用问题? 可以尝试重新生成解决方案
clone下来打开,没改动任何东西。搜索了项目(Prism, MaterialDesignTheme)都没有找到IRegionNavigationAsyncService这几个的定义

把出错的2行注释掉就可以了
注释了这两个服务,启动了demo里面没功能,只有颜色选择

注释了这两个服务,启动了demo里面没功能,只有颜色选择
我试了也是同样的问题