❔ 'Observable' does not contain a definition for 'Create'

I've been trying to get my head around IObservable<T> and seen several tutorials use Observable.Create<T>(o => //composition) However as the title suggests Observable.Create doesn't exist in context? As far as I know everything I need is installed? Project 'BlazorWasm' has the following package references [net7.0]: Top-level Package Requested Resolved
Microsoft.AspNetCore.Components.WebAssembly 7.0.1 7.0.1
Microsoft.AspNetCore.Components.WebAssembly.DevServer 7.0.1 7.0.1
ReactiveUI.Blazor 18.4.1 18.4.1
System.Reactive 5.0.0 5.0.0
Any advice greatly appreciated 🙂
2 Replies
lemminglion
lemminglion2y ago
Nb. This issue has now fixed itself despite not changing anything in the past hour. Best guess it was rebuilding a cache or something in the background :/
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.