Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration 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