C# .NET Rx- Where is System.Reactive?
问题 I have an intensive Java background so forgive me if I'm overlooking something obvious in C#, but my research is getting me nowhere. I am trying to use the reactive Rx .NET library. The compiler is not complaining about the IObservable but it is with the call to the zip method. It is throwing the "... are you missing a using directive or assembly reference?" I've been going through the namespaces and I cannot find what is looking for. I cannot find the System.Reactive which also throws an