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