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