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
Library/environment:
System.Reactive 5.0.0
.NET 5 (WPF)
Windows version 10.0.19042
Visual Studio version 16.8.3
What is the use case or problem?
Create a brand new project using the WPF App (.NET) template, change the target framework to .NET 5.0 in the project's properties page, add the System.Reactive 5.0.0 nuget package. Then in MainWindow.xaml.cs, add the following code to MainWindow():
What is the expected outcome?
That there would be no errors.
What is the actual outcome?
A compile-time error: IObservable does not contain a definition for 'ObserveOnDispatcher'...
Do you have a code snippet or project that reproduces the problem?
Yes, can be provided if required, but probably faster just to try the steps described above
Also, my .csproj file contains the following:
The text was updated successfully, but these errors were encountered: