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)
56issues.Add(SignatureLog.Issue(fatal: treatIssuesAsErrors, code: NuGetLogCode.NU3034, message: _noMatchErrorMessage));