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

OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

CscParams

Compiler parameters

Record Fields

Record FieldDescription
Debug
Signature: bool

Specifies whether to emit debug information (default is false).

OtherParams
Signature: string list

Specifies other params for the compilation. Freeform strings.

Output
Signature: string

Specifies the output file name and path.

Platform
Signature: CscPlatform

Specifies the compiled artifact target platform.

References
Signature: string list

Specifies assemblies to reference for the compilation.

Target
Signature: CscTarget

Specifies the compiled artifact target type.

ToolPath
Signature: string

Specifies the tool path to csc.exe.

Static members

Static memberDescription
CscParams.Default
Signature: CscParams
Attributes:
[<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>]
OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

The default parameters to the compiler.