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