DotCoverCoverSettingsExtensions Class

Summary

Contains extensions for DotCoverCoverSettings.
Namespace
Cake.Common.Tools.DotCover.Cover
Base Types
  • object
graph BT Type-->Base0["object"] Type["DotCoverCoverSettingsExtensions"] class Type type-node

Syntax

public static class DotCoverCoverSettingsExtensions

Methods

Name Value Summary
WithJsonReportCoveringTestsScope(DotCoverCoverSettings, DotCoverReportScope) DotCoverCoverSettings
Sets the JSON report covering tests scope.
static
WithJsonReportOutput(DotCoverCoverSettings, FilePath) DotCoverCoverSettings
Sets the JSON report output path.
static
WithLegacySyntax(DotCoverCoverSettings, bool) DotCoverCoverSettings
Configures whether to use legacy command syntax.
static
WithNoNGen(DotCoverCoverSettings, bool) DotCoverCoverSettings
Disables loading of NGen images during coverage.
static
WithTemporaryDirectory(DotCoverCoverSettings, DirectoryPath) DotCoverCoverSettings
Sets the temporary directory for files.
static
WithUseApi(DotCoverCoverSettings, bool) DotCoverCoverSettings
Enables control of the coverage session using the profiler API.
static
WithXmlReportCoveringTestsScope(DotCoverCoverSettings, DotCoverReportScope) DotCoverCoverSettings
Sets the XML report covering tests scope.
static
WithXmlReportOutput(DotCoverCoverSettings, FilePath) DotCoverCoverSettings
Sets the XML report output path.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin