<PackageReference Include="System.Configuration.ConfigurationManager" Version="11.0.0-preview.7.26381.103" />

System.Configuration.InfiniteIntConverter

Converts between a string and the standard infinite or integer value.
namespace System.Configuration.Internal { public delegate void StreamChangeCallback (string streamName); } namespace System.Configuration { public sealed class InfiniteIntConverter : ConfigurationConverterBase { public InfiniteIntConverter(); } }