DotCoverCoverSettings.

UseLegacySyntax Property

Summary

Gets or sets a value indicating whether to use the legacy command syntax. When true, uses old format like '/TargetExecutable="/path"'. When false, uses new format like '--target-executable "/path"'. Default is false (new format).

Syntax

public bool UseLegacySyntax { get; set; }

Value

Type Description
bool