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

System.Runtime.CompilerServices.ExtensionMarkerAttribute

namespace System.Runtime.CompilerServices { internal sealed class ExtensionMarkerAttribute : Attribute { public string Name { get; } public ExtensionMarkerAttribute(string name); } }