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

ExplicitAttribute

Marks an assembly, test fixture or test method such that it will only run if explicitly executed from the GUI, command line or included within a test 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.