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

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