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

IDebugger

interface IDebugger
A layer of abstraction around Debugger to facilitate testing.
namespace NUnit.Framework.Internal.Abstractions { internal interface IDebugger { bool IsAttached { get; } } }