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
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
|