<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.3" />

Microsoft.Data.SqlClient.SqlConfigurableRetryLogicLoader

Configurable retry logic loader This class shouldn't throw exceptions; All exceptions should be handled internally and logged with Event Source.
public SqlConfigurableRetryLogicLoader(ISqlConfigurableRetryConnectionSection connectionRetryConfigs, ISqlConfigurableRetryCommandSection commandRetryConfigs, string cnnSectionName = "SqlConfigurableRetryLogicConnection", string cmdSectionName = "SqlConfigurableRetryLogicCommand")