Cake AddIn that extends Cake with ability to transform ReSharper Reports into human readable format.
#addin nuget:?package=Cake.ReSharperReports&version=0.11.1
dotnet add package Cake.ReSharperReports --version 0.11.1
<PackageReference Include="Cake.ReSharperReports" Version="0.11.1" />
Aliases
Contains functionality related to the ReSharperReports tool.
In order to use the commands for this addin, you will need to include the following in your build.cake file to download and reference from NuGet.org:
#tool ReSharperReports
In addition, you will need to include the following:
#addin Cake.ReSharperReports
General
ReSharperReports |
Runs ReSharperReports against the specified input FilePath, and outputs to specified output FilePath with the specified ReSharperReportsSettings |
ReSharperReports |
Runs ReSharperReports against the specified input FilePath, and outputs to specified output FilePath |