altcover

DotNet.CLIOptions class

Union type defining general command line arguments for dotnet test use.

The F# code is documented here

C# methods without documentation are compiler generated. Most important for non-F# use are the NewXxx factory methods.

public abstract class CLIOptions : IEquatable<CLIOptions>, IStructuralEquatable

Public Members

name description
static NewAbstract(…)  
static NewFail(…)  
static NewForce(…)  
static NewMany(…)  
static NewSummary(…)  
FailFast { get; } The /AltCoverFailFast value this represents
ForceDelete { get; } The /AltCoverForce value this represents
ShowSummary { get; } The /AltCoverShowSummary value this represents
class Abstract  
class Fail  
class Force  
class Many  
class Summary  
static class Tags  

See Also