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

System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute

namespace System.Diagnostics.CodeAnalysis { internal sealed class NotNullIfNotNullAttribute : Attribute { public string ParameterName { get; } public NotNullIfNotNullAttribute(string parameterName); } }