10 references to SigningToolErrorCode
Microsoft.DotNet.SignTool (10)
src\Configuration.cs (9)
73
private readonly Dictionary<
SigningToolErrorCode
, HashSet<SignedFileContentKey>> _errors;
144
_errors = new Dictionary<
SigningToolErrorCode
, HashSet<SignedFileContentKey>>();
188
case
SigningToolErrorCode
.SIGN002:
576
LogError(
SigningToolErrorCode
.SIGN002, signedFileContentKey);
643
SigningToolErrorCode
code;
646
code =
SigningToolErrorCode
.SIGN001;
651
code =
SigningToolErrorCode
.SIGN004;
669
private void LogWarning(
SigningToolErrorCode
code, string message)
672
private void LogError(
SigningToolErrorCode
code, SignedFileContentKey targetFile)
src\SignToolTask.cs (1)
206
warningCode:
SigningToolErrorCode
.SIGN003.ToString(),