<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0-preview.2.23128.3" />

IInternalConfigClientHost

public interface IInternalConfigClientHost
namespace System.Configuration.Internal { public interface IInternalConfigClientHost { bool IsExeConfig(string configPath); bool IsRoamingUserConfig(string configPath); bool IsLocalUserConfig(string configPath); string GetExeConfigPath(); string GetRoamingUserConfigPath(); string GetLocalUserConfigPath(); } }