The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

Universal Windows Platform

Package Installation

Assuming the following project structure:

- MyCoolApp (netstandard library)
- MyCoolApp.Services.UWP (platform library)
- MyCoolApp.UWP (application)
- MyCoolApp.UnitTests (tests)
  • Install ReactiveUI into your netstandard library, platform library, application and tests.
  • Install ReactiveUI.UWP into your application.
  • Install ReactiveUI.Events into your netstandard library and application.
  • Install ReactiveUI.Testing into your tests.