<PackageReference Include="NUnit" Version="3.7.1" />

ExplicitAttribute

ExplicitAttribute marks a test or test fixture so that it will only be run if explicitly executed from the gui or command line or if it is included by use of a filter. The test will not be run simply because an enclosing suite is run.

Default constructor

public ExplicitAttribute(string reason)

Constructor with a reason

public void ApplyToTest(Test test)

Modifies a test by marking it as explicit.