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
Filter
Test filter expression (e.g., "Category=Unit").
public string? Filter { get; set; }
Property Value
NoBuild
Skip build before testing.
public bool NoBuild { get; set; }
Property Value
NoRestore
Skip restore before testing.
public bool NoRestore { get; set; }