<PackageReference Include="System.Data.SqlClient" Version="4.8.0-preview3.19551.4" />

System.Diagnostics.CodeAnalysis.NotNullWhenAttribute

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