Windows Forms support for Reactive Extensions (Rx) for .NET
$ dotnet add package System.Reactive.Windows.FormsThis is part of the Reactive Extensions for .NET (Rx). Rx enables event-driven programming with a composable, declarative model. The main Rx package is System.Reactive, which provides the core types and operators. This package, System.Reactive.Windows.Forms, provides additional support for using Rx with Windows Forms applications.
You can create issues at the https://github.com/dotnet/reactive repository