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