- Change directory to the build directory
cd path\to\ExceptionalReSharper\build - Run
build.ps1 - Now you should find a new package in
path\to\ExceptionalReSharper\build\Packages - Copy the *.nupkg file to your local repository
You can find a full guide on JetBrains.com.
- Install ReSharper to a experimental Visual Studio hive
- Install Exceptional to the hive
- Configure Debuging (
Exceptional project -> Properties -> Debug)- Change
Start actiontoStart external programand enterdevenv.exe(Visual Studio,Common7\IDE\devenv.exe) - Add
Command line arguments:/rootSuffix {name of your experimental hive} - Optional: Add
/ReSharper.Internaland a path to a testing project
- Change
- Add
<PropertyGroup><HostFullIdentifier>{ReSharper installation of the experimental hive}</HostFullIdentifier></PropertyGroup>
Running MSBuild (e. g. by starting debugging) will copy the assembly to your ReSharper installation. Please see the Build log in your Output window for possible errors (e. g. ReSharper installation cannot be found).
Please read this guide.
Uninstall previous installations of Exceptional for ReSharper and clear C:\Users\%username%\AppData\Local\JetBrains\plugins and C:\Users\%username%\AppData\Local\NuGet\Cache, after that restart VS.