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

Microsoft.Data.SqlClient.AppConfigManager

sealed class AppConfigManager
Fetch values from an application configuration file
namespace Microsoft.Data.SqlClient { internal sealed class AppConfigManager { public static T FetchConfigurationSection<T>(string name); public AppConfigManager(); } }