<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-rc.2.25502.107" />

System.Diagnostics.CodeAnalysis.NotNullWhenAttribute

namespace System.Diagnostics.CodeAnalysis { internal sealed class NotNullWhenAttribute : Attribute { public bool ReturnValue { get; } public NotNullWhenAttribute(bool returnValue); } }