10 references to SigningToolErrorCode
Microsoft.DotNet.SignTool (10)
src\Configuration.cs (9)
73
private readonly Dictionary<
SigningToolErrorCode
, HashSet<SignedFileContentKey>> _errors;
141
_errors = new Dictionary<
SigningToolErrorCode
, HashSet<SignedFileContentKey>>();
184
case
SigningToolErrorCode
.SIGN002:
572
LogError(
SigningToolErrorCode
.SIGN002, signedFileContentKey);
639
SigningToolErrorCode
code;
642
code =
SigningToolErrorCode
.SIGN001;
647
code =
SigningToolErrorCode
.SIGN004;
665
private void LogWarning(
SigningToolErrorCode
code, string message)
668
private void LogError(
SigningToolErrorCode
code, SignedFileContentKey targetFile)
src\SignToolTask.cs (1)
184
warningCode:
SigningToolErrorCode
.SIGN003.ToString(),