This is part of the Fake.DotNet.AssemblyInfoFile module.
AssemblyInfoFileConfig
Represents options for configuring the emission of AssemblyInfo
Constructors
Constructor | Description |
new(...)
Signature: (generateClass:bool * emitResharperSupressions:bool option * useNamespace:string option) -> AssemblyInfoFileConfig
|
Instance members
Instance member | Description |
x.EmitResharperSuppressions
Signature: bool
|
|
x.GenerateClass
Signature: bool
|
|
x.UseNamespace
Signature: string
|
Static members
Static member | Description |
AssemblyInfoFileConfig.Default
Signature: AssemblyInfoFileConfig
|