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