1 write to ShouldIgnore
Microsoft.DotNet.SignTool (1)
src\SignInfo.cs (1)
72ShouldIgnore = shouldIgnore;
4 references to ShouldIgnore
Microsoft.DotNet.SignTool (4)
src\SignInfo.cs (4)
64public bool ShouldSign => !IsAlreadySigned && !ShouldIgnore; 68public bool ShouldNotarize => !string.IsNullOrEmpty(NotarizationAppName) && !ShouldIgnore; 99=> new SignInfo(Certificate, StrongName, NotarizationAppName, collisionPriorityId, ShouldIgnore, IsAlreadySigned, IsAlreadyStrongNamed, GeneratesDetachedSignature); 107new SignInfo(Certificate, StrongName, NotarizationAppName, CollisionPriorityId, ShouldIgnore, IsAlreadySigned, value, GeneratesDetachedSignature);