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

ExplicitAttribute

public class ExplicitAttribute : Attribute
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.
public string Reason { get; }

The reason test is marked explicit

Default constructor

public ExplicitAttribute(string reason)

Constructor with a reason