Rx.NET v4.1.1
NuGet: 4.1.1
>PM Install-Package System.Reactive -Version 4.1.1
Version 4.1.1 is a bugfix release for version 4.1.0 with some minor enhancements for debugging and tracing.
Bugfixes
- Pull 806: Fix Zip(IEnumerable) NullReferenceException if a source completes immediately
- Pull 816: Fix accidental behavior change with Task-based Create methods completing when the body ends
Features
- Pull 809: Added debugger display information to TestScheduler and HistoricalScheduler
Other notable (internal) changes
- Pull 807: Emit a warning if the half-serializer ignores a value in ForwardOnNext.