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).
- Namespace
- Cake
.Common .Tools .DotCover .Cover - Containing Type
- Dot
Cover Cover Settings
Syntax
public bool UseLegacySyntax { get; set; }
Value
| Type | Description |
|---|---|
| bool |
