-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for MAUI WinUI Schedulers #3306
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3306 +/- ##
==========================================
+ Coverage 63.83% 64.05% +0.22%
==========================================
Files 157 157
Lines 5726 5726
==========================================
+ Hits 3655 3668 +13
+ Misses 2071 2058 -13
Continue to review full report at Codecov.
|
No relevant code for Maui or WinUI
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What kind of change does this PR introduce?
Fix for #3020
What is the current behaviour?
Maui WinUI does not have Schedulers set for RxApp Schedulers
What is the new behaviour?
Maui WinUI has a Scheduler set for RxApp.MainThreadScheduler and RxApp.TaskpoolScheduler
other WinUI registrations applied.
What might this PR break?
Please check if the PR fulfils these requirements
Other information: