-
Old Scripts
- Colne the Repo (C: is recommended)
- Build it in VS
- Change directory to the build directory
cd path\to\ExceptionalReSharper\build\OldScripts\
- Run
CreatePackage.bat
- Now you should find a new package in
path\to\ExceptionalReSharper\build\Packages
- In VS => Extensions => Resharper => Options => Extension Manager => Add =>
Name: Exceptional Local
Path:
path\to\ExceptionalReSharper\build\Packages
(Recommended to clone the Repo on the local volume "C:") - In VS => Extensions => Resharper => Extension Manager => "Find the extension & Install it"
-
New Build
- 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
- In VS => Extensions => Resharper => Options => Extension Manager => Add =>
Name: Exceptional Local
Path:
path\to\ExceptionalReSharper\build\Packages
(Recommended to clone the Repo on the local volume "C:") - In VS => Extensions => Resharper => Extension Manager => "Find the extension & Install it"
- Change directory to the build directory
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 action
toStart external program
and enterdevenv.exe
(Visual Studio,Common7\IDE\devenv.exe
) - Add
Command line arguments
:/rootSuffix {name of your experimental hive}
- Optional: Add
/ReSharper.Internal
and 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.