Summary
Gets or sets a value indicating whether to allow assemblies with Zero PeKind (but obviously only IL will get merged).
- Namespace
- Cake
.Common .Tools .ILRepack - Containing Type
- ILRepackSettings
Syntax
public bool ZeroPeKind { get; set; }
Value
| Type | Description |
|---|---|
| bool | true if assemblies with Zero PeKind should be allowed; otherwise, false. |
