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

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

The default parameters to the compiler.