Readme.txt 1.0 KB

12345678910111213141516
  1. Portable libraries built using Rx do not include the System.Reactive.PlatformServices assembly
  2. containing "platform enlightenments" that depend on platform-specific functionality. (Doing so
  3. would prevent the library to be portable due to the dependencies on a specific platform.)
  4. When including the resulting portable library in another project, please include the platform's
  5. System.Reactive.PlatformServices assembly in order to get the best performance. To include this
  6. assembly, use any of the following options:
  7. 1. Select the System.Reactive.PlatformServices assembly from the Visual Studio "Add Reference"
  8. dialog. This option works for Windows Store apps, .NET 4.5, and Windows Phone 8 projects.
  9. 2. For Windows Store apps and Windows Phone 8 projects, use the Reactive Extensions Extension SDK
  10. which can be found in the "Add Reference" dialog.
  11. 3. Use NuGet to include the Rx-Main package (or any package that depends on Rx-Main, such as
  12. Rx-Xaml) which will automatically include the Rx-PlatformServices enlightenment package.