DotCoverCoverSettingsExtensions.

WithJsonReportOutput(DotCoverCoverSettings, FilePath) Method

Summary

Sets the JSON report output path.

Syntax

public static DotCoverCoverSettings WithJsonReportOutput(this DotCoverCoverSettings settings, FilePath outputPath)

Parameters

Name Type Description
settings DotCoverCoverSettings The settings.
outputPath FilePath The JSON report output path.

Return Value

Type Description
DotCoverCoverSettings The same DotCoverCoverSettings instance so that multiple calls can be chained.