4 references to Error_RequiredJsonPropertyMissing
NuGet.Protocol (4)
Model\RepositoryCertificateInfo.cs (4)
51
Fingerprints = fingerprints ?? throw new System.Text.Json.JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_RequiredJsonPropertyMissing
, JsonProperties.Fingerprints));
52
Subject = subject ?? throw new System.Text.Json.JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_RequiredJsonPropertyMissing
, JsonProperties.Subject));
53
Issuer = issuer ?? throw new System.Text.Json.JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_RequiredJsonPropertyMissing
, JsonProperties.Issuer));
56
ContentUrl = contentUrl ?? throw new System.Text.Json.JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_RequiredJsonPropertyMissing
, JsonProperties.ContentUrl));