-
Notifications
You must be signed in to change notification settings - Fork 751
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
Package System.Reactive.Windows.Threading 5.0.0 is not compatible with net462. #1476
Comments
You should not need that package; those are old shims for compatibility for libraries built against very old versions of Rx. You should just need System.Reactive. |
Hello, What is the equivalent code for ObserveOnDispatcher?
A lot of samples use that code, but now can't be used. |
These are all in Rx v5 requires .NET 4.7.2 or higher; .NET 4.6.2 is not supported. The support lifecycle of .NET Framework is here If you target .NET 5, make sure to use the |
I think the problem is that latest Visual Studio (16.9.1) designer doesn't recognize You can't select it in drop-down and when changed in code it will be shows as empty line in drop-down. |
In response to: dotnet#1476 (comment)
Bug
Hello,
I have a project that targets 4.6.2 and is written in VB.Net and using WPF.
When trying to update RX to the latest version the package System.Reactive.Windows.Threading fails update with error below.
All other Rx packages like System.Reactive itself update without problem.
It is also strange that WinForms app that targets 4.6.2 seems be able to update to the same version.
System.Reactive.Windows.Threading 5.0.0
WPF, .Net 4.6.2
Nuget package doesn't target 4.6.2. And fails to install/update.
Package should install.
None.
Problem reproduces with a blank VisualBasic WPF app that targets 4.6.2.
The text was updated successfully, but these errors were encountered: