1 write to AllowInsecureConnections
NuGet.Configuration (1)
Settings\Items\SourceItem.cs (1)
76
AllowInsecureConnections
= allowInsecureConnections;
2 references to AllowInsecureConnections
NuGet.Configuration (2)
PackageSource\PackageSourceProvider.cs (1)
284
if (bool.TryParse(setting.
AllowInsecureConnections
, out var allowInsecureConnections))
Settings\Items\SourceItem.cs (1)
91
var newSetting = new SourceItem(Key, Value, ProtocolVersion,
AllowInsecureConnections
, DisableTLSCertificateValidation);