You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the preview version of Rx and it seems that System.Reactive.Concurrency.DispatcherScheduler.Current is not available for WPF net5.0 RC1. For NetCoreApp 3.1 it works correctly.
I tried the preview version of Rx and it seems that System.Reactive.Concurrency.DispatcherScheduler.Current is not available for WPF net5.0 RC1. For NetCoreApp 3.1 it works correctly.
Based on this commit the HAS_WPF constant should be defined: db8e159
My dotnet version is 5.0.100-rc.1.20452.10. I'm using VS 16.8.0 Preview 3.1.
What am I doing wrong?
Thank you Tomas
The text was updated successfully, but these errors were encountered: