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:
552
LogError(
SigningToolErrorCode
.SIGN002, signedFileContentKey);
619
SigningToolErrorCode
code;
622
code =
SigningToolErrorCode
.SIGN001;
627
code =
SigningToolErrorCode
.SIGN004;
645
private void LogWarning(
SigningToolErrorCode
code, string message)
648
private void LogError(
SigningToolErrorCode
code, SignedFileContentKey targetFile)
src\SignToolTask.cs (1)
206
warningCode:
SigningToolErrorCode
.SIGN003.ToString(),