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