<PackageReference Include="NUnit" Version="5.0.0-beta.1" />

NUnit.Framework.Interfaces.TestAttachment

public class TestAttachment
namespace NUnit.Framework.Interfaces { public class TestAttachment { public string FilePath { get; } public string Description { get; } public TestAttachment(string filePath, string description); } } namespace NUnit.Framework.Interfaces { public interface IRepeatTest : ICommandWrapper { } }