DotCoverCoverSettingsExtensions.

WithXmlReportOutput(DotCoverCoverSettings, FilePath) Method

Summary

Sets the XML report output path.

Syntax

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

Parameters

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

Return Value

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