Replies: 2 comments 6 replies
-
Yeah should be. Sometimes I seen this type of thing when you're not using new enough net6.0 windows version. We've had to adopt a fairly late version due to downstream windows nuget dependencies. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It should be a WaitForDispatcherScheduler that encapsulates the correct scheduler. This scheduler was written to encapsulate UWP brain-damage where the dispatcher explodes until later in app startup, which probably applies to WinUI 3 too |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Inspecting
RxApp.MainThreadScheduler
in the debugger revealed its aReactiveUI.WaitForDispatcherScheduler
, but shouldn't it be aSingleWindowDispatcherScheduler
?Just want to make sure I didn't miss any initialization stuff I'm supposed to call.
Beta Was this translation helpful? Give feedback.
All reactions