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

System.Runtime.CompilerServices.ExtensionMarkerAttribute

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