<PackageReference Include="Microsoft.Data.SqlClient" Version="7.1.0-preview3.26238.4" />

System.Diagnostics.CodeAnalysis.NotNullWhenAttribute

namespace System.Diagnostics.CodeAnalysis { internal sealed class NotNullWhenAttribute : Attribute { public bool ReturnValue { get; } public NotNullWhenAttribute(bool returnValue); } }