Getting Started - oriches/Resharper.ReactivePlugin GitHub Wiki

[Back Home] (https://github.com/oriches/Resharper.ReactivePlugin/wiki)

The following guide will walk you through getting started with Reactive Extensions Plugin for Resharper.

Installation

There are several ways to install the plugin:

The simplest is to run the MSI installer hosted [here] (http://reactiveresharper.codeplex.com/releases/view/99603). Currently the MSI is not signed so therefore you'll get a warning about an unknown publisher.

Secondly you can compile the code (see pre-requisites for compiling the code) and run the MSI installer locally,

Thirdly you can compile the code and copy the plugin assembly to the Resharper plugin directory, this can be found under the JetBrains directory in 'Program Files', in version 7.1 it looks something like this on a 64 bit machine 'C:\Program Files (x86)\JetBrains\ReSharper\v7.1\Bin\Plugins'.

Pre-requisites for compiling the code

The plugin is designed to be compiled and packaged into an MSI. The MSI is built using the WiX (version 3.7 or greater) plugin for Visual Studio, this can be download [here] (http://wix.codeplex.com/releases/view/99514).