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

NUnit.Framework.DatapointAttribute

Marks a field for use as a datapoint when executing a theory within the same fixture that requires an argument of the field's Type.
namespace NUnit.Framework { public class DatapointAttribute : NUnitAttribute { public DatapointAttribute(); } }