Feature request
Which next library version (i.e., patch, minor or major)?
Rx.NET v5.?.?
What are the platform(s), environment(s) and related component version(s)?
Windows / WinUI 3
How commonly is this feature needed (one project, several projects, company-wide, global)?
Anyone using Rx with WinUI 3 would likely find this useful this at some point.
Please describe the feature.
This is a request to add ObserveOn extension method(s) to accept WinUI 3's Microsoft.UI.Dispatching.DispatcherQueue for scheduling.
Might be pertinent to start by introducing a new HAS_WINUI conditional compilation symbol. The Target framework wouldn't work as a differentiator, but every project file must contain <UseWinUI>true</UseWinUI>, so that could work.
Feature request
Rx.NET v5.?.?
Windows / WinUI 3
Anyone using Rx with WinUI 3 would likely find this useful this at some point.
This is a request to add ObserveOn extension method(s) to accept WinUI 3's Microsoft.UI.Dispatching.DispatcherQueue for scheduling.
Might be pertinent to start by introducing a new HAS_WINUI conditional compilation symbol. The Target framework wouldn't work as a differentiator, but every project file must contain
<UseWinUI>true</UseWinUI>, so that could work.