nevermore

Results 35 comments of nevermore

![20231103165030_rec_](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/assets/10544200/a59984ae-a289-43e7-a62e-65dbf14f9485)

> @NeverMorewd Does that solve your problem? If yes, please close this issue. Yes. Thanks for you reminder

添加全局资源引用就可以了。

> R3 is a radical shift in the way that it works. It isn't compatible with existing Rx code. So, it would be more like a hard-fork more than a...

> please provide a repro project https://github.com/NeverMorewd/Lemon.Automation 1. gitclone 2. build solution 3. the launchsettings of Lemon.Automation.App should be noticed : "-a AppUITracker AppUIProvider -b false" 4. run with/without debug...

> @NeverMorewd Your reproduction project seems to be missing. I think I know where the issue might be as I've dealt with very similar stacktrace previously on NetFX, but without...

R3.Wpf ``` protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); //https://github.com/Cysharp/R3?tab=readme-ov-file#wpf WpfProviderInitializer.SetDefaultObservableSystem(ex => Debug.WriteLine($"R3 UnhandledException:{ex}")); } ```