Table of Contents

Class DotnetTestOptions

Namespace
Ando.Operations
Assembly
ando.dll

Options for 'dotnet test' command.

public class DotnetTestOptions
Inheritance
DotnetTestOptions
Inherited Members

Properties

Configuration

Build configuration for tests.

public Configuration? Configuration { get; set; }

Property Value

Configuration?

Filter

Test filter expression (e.g., "Category=Unit").

public string? Filter { get; set; }

Property Value

string

NoBuild

Skip build before testing.

public bool NoBuild { get; set; }

Property Value

bool

NoRestore

Skip restore before testing.

public bool NoRestore { get; set; }

Property Value

bool