1 write to ShouldIgnore
Microsoft.DotNet.SignTool (1)
src\SignInfo.cs (1)
78ShouldIgnore = shouldIgnore;
5 references to ShouldIgnore
Microsoft.DotNet.SignTool (5)
src\SignInfo.cs (5)
70public bool ShouldSign => !IsAlreadySigned && !ShouldIgnore; 74public bool ShouldNotarize => !string.IsNullOrEmpty(NotarizationAppName) && !ShouldIgnore; 106=> new SignInfo(Certificate, StrongName, NotarizationAppName, collisionPriorityId, ShouldIgnore, IsAlreadySigned, IsAlreadyStrongNamed, GeneratesDetachedSignature, DoNotUnpack); 114new SignInfo(Certificate, StrongName, NotarizationAppName, CollisionPriorityId, ShouldIgnore, IsAlreadySigned, value, GeneratesDetachedSignature, DoNotUnpack); 120=> new SignInfo(Certificate, StrongName, NotarizationAppName, CollisionPriorityId, ShouldIgnore, IsAlreadySigned, IsAlreadyStrongNamed, GeneratesDetachedSignature, doNotUnpack);