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

NUnit.Framework.Internal.Abstractions.DebuggerProxy

sealed class DebuggerProxy : IDebugger
A production IDebugger implementation that delegates directly to .NET's Debugger.
namespace NUnit.Framework.Internal.Abstractions { internal sealed class DebuggerProxy : IDebugger { public bool IsAttached { get; } public DebuggerProxy(); } }