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