Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
AllowDuplicateTypes
Option type to configure ILMerge's processing of duplicate types.
Union Cases
Union Case | Description |
AllPublicTypes
Signature:
|
All public types are allowed to be duplicated and renamed |
DuplicateTypes(string list)
Signature: string list
|
List of types to allow to be duplicated |
NoDuplicateTypes
Signature:
|
No duplicates of public types allowed |