<PackageReference Include="Azure.Identity" Version="1.19.0" />

Azure.Core.AppContextSwitchHelper

static class AppContextSwitchHelper
Helper for interacting with AppConfig settings and their related Environment variable settings.
namespace Azure.Core { internal static class AppContextSwitchHelper { public static bool GetConfigValue(string appContexSwitchName, string environmentVariableName); } }