Package Installation
Assuming the following project structure:
- MyCoolApp (netstandard library)
- MyCoolApp.WinForms (application)
- MyCoolApp.UnitTests (tests)
- Install
ReactiveUI
into your netstandard libraries, application and tests. - Install
ReactiveUI.WinForms
into your application and tests. - Install
ReactiveUI.Events.WinForms
into your application. - Install
ReactiveUI.Testing
into your tests.