1 write to _noMatchErrorMessage
NuGet.Packaging (1)
Signing\Verification\AllowListVerificationProvider.cs (1)
27
_noMatchErrorMessage
= string.IsNullOrEmpty(noMatchErrorMessage) ? Strings.DefaultError_NoMatchInAllowList : noMatchErrorMessage;
1 reference to _noMatchErrorMessage
NuGet.Packaging (1)
Signing\Verification\AllowListVerificationProvider.cs (1)
56
issues.Add(SignatureLog.Issue(fatal: treatIssuesAsErrors, code: NuGetLogCode.NU3034, message:
_noMatchErrorMessage
));