7 references to Error_RequiredJsonPropertyMissing
NuGet.Protocol (7)
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));
Plugins\MessageConverter.cs (3)
110
throw new JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_RequiredJsonPropertyMissing
, nameof(Message.RequestId)));
121
throw new JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_RequiredJsonPropertyMissing
, nameof(Message.Type)));
132
throw new JsonException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_RequiredJsonPropertyMissing
, nameof(Message.Method)));