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