This is part of the Fake.DotNet.AssemblyInfoFile module.

AssemblyInfoFileConfig

Represents options for configuring the emission of AssemblyInfo

Constructors

ConstructorDescription
new(...)
Signature: (generateClass:bool * emitResharperSupressions:bool option * useNamespace:string option) -> AssemblyInfoFileConfig

Instance members

Instance memberDescription
x.EmitResharperSuppressions
Signature: bool
x.GenerateClass
Signature: bool
x.UseNamespace
Signature: string

Static members

Static memberDescription
AssemblyInfoFileConfig.Default
Signature: AssemblyInfoFileConfig