[Bug]: ObserveOn(IObservable<TSource>, Control)
duplicates in ReactiveUI.WinForms
and System.Reactive
#3885
Labels
ObserveOn(IObservable<TSource>, Control)
duplicates in ReactiveUI.WinForms
and System.Reactive
#3885
Describe the bug 🐞
The methods are under the same namespace, and I believe they are the same method just moved to a different NuGet, so one of them has to go.
Step to reproduce
ReactiveUI.WinForms
andSystem.Reactive
ObserveOn(IObservable<TSource>, Control)
Reproduction repository
No response
Expected behavior
The method can be used normally
Screenshots 🖼️
IDE
No response
Operating system
No response
Version
No response
Device
No response
ReactiveUI Version
ReactiveUI 20.1.1, System.Reactive 6.0.1
Additional information ℹ️
Using .NET Framework 4.8.
The text was updated successfully, but these errors were encountered: