<PackageReference Include="NUnit" Version="3.0.0-rc" />

SpecialValue

public enum SpecialValue
The SpecialValue enum is used to represent TestCase arguments that cannot be used as arguments to an Attribute.
namespace NUnit.Framework { public enum SpecialValue { Null } }