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