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