FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

AssemblyInfoFileConfig Type

Represents options for configuring the emission of AssemblyInfo

Constructors

Constructor Description

AssemblyInfoFileConfig(generateClass, ?emitResharperSupressions, ?useNamespace)

Full Usage: AssemblyInfoFileConfig(generateClass, ?emitResharperSupressions, ?useNamespace)

Parameters:
    generateClass : bool
    ?emitResharperSupressions : bool
    ?useNamespace : string

Returns: AssemblyInfoFileConfig
generateClass : bool
?emitResharperSupressions : bool
?useNamespace : string
Returns: AssemblyInfoFileConfig

Instance members

Instance member Description

this.EmitResharperSuppressions

Full Usage: this.EmitResharperSuppressions

Returns: bool
Returns: bool

this.GenerateClass

Full Usage: this.GenerateClass

Returns: bool
Returns: bool

this.UseNamespace

Full Usage: this.UseNamespace

Returns: string
Returns: string

Static members

Static member Description

AssemblyInfoFileConfig.Default

Full Usage: AssemblyInfoFileConfig.Default

Returns: AssemblyInfoFileConfig
Returns: AssemblyInfoFileConfig