FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

ILMerge.AllowDuplicateTypes Type

Option type to configure ILMerge's processing of duplicate types.

Union cases

Union case Description

AllPublicTypes

Full Usage: AllPublicTypes

All public types are allowed to be duplicated and renamed

DuplicateTypes string list

Full Usage: DuplicateTypes string list

Parameters:
    Item : string list

List of types to allow to be duplicated

Item : string list

NoDuplicateTypes

Full Usage: NoDuplicateTypes

No duplicates of public types allowed