Files
WindowsMusicPlayer-TheUntam…/踩坑日志.txt
LanZhan 8899ac3069 更新
2025-08-22 20:29:06 +08:00

12 lines
927 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
1. 需要先部署项目,然后才能进行调试。请在配置服务器中启用部署。=>重新生成项目。
2. 使用navigateto(page)时。page的构造函数不能有参。
3. onlaunched方法可能比App的构造函数先执行完。
4. Template Studio中不导航到MainWindow的原因是MainWindow的content=null。
5. 依赖冲突。=>回退NUGET版本。
6. 发生了未经处理的win32异常。=>如果跳转到App.xaml.cs则打一个断点再启动一次。
7. listview奇偶项异常。=>Win11的Bug需要用特殊类解决。
8. template里内容不能直接绑定到ViewModel要通过static转。
9. BitmapImage也是UI相关的要用dispatcherqueue.TryEnque。
10. AOT失败升级NUGET到预览版。
11. template内容要使用VisualStateManager时要用UserControl包裹起来。
12. 新建一个副窗口后主窗口频繁失焦。=>WinAppSdk>1.5时ExtendsContentIntoTitleBar的bug。