This is part of the Fake.DotNet.ILMerge module.
ILMerge
Contains task a task which allows to merge .NET assemblies with ILMerge.
Sample
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: |
|
module Seq
from Microsoft.FSharp.Collections
from Microsoft.FSharp.Collections
val head : source:seq<'T> -> 'T
val concat : sources:seq<#seq<'T>> -> seq<'T>
Nested types and modules
Type | Description |
AllowDuplicateTypes |
Option type to configure ILMerge's processing of duplicate types. |
InternalizeTypes |
Option type to configure ILMerge's processing of internal types. |
Params |
Parameter type for ILMerge |
TargetKind |
Option type to configure ILMerge's target output. |