1 write to Message
NuGet.Protocol (1)
Plugins\PluginCreationResult.cs (1)
96
Message
= message;
5 references to Message
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
115
if (creationResult.
Message
is string creationMessage)
NuGet.Protocol (4)
Plugins\PluginCreationResult.cs (2)
44
/// When <see langword="false" />, <see cref="
Message
" /> is guaranteed to be non-<see langword="null" />.
49
[MemberNotNullWhen(false, nameof(
Message
))]
Resources\PluginResource.cs (2)
71
if (!string.IsNullOrEmpty(result.
Message
))
73
throw new PluginException(result.
Message
);