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
OBSOLETE
Use FscHelper.FscParam instead
FscParams
'fsc.exe' command line parameters
Record Fields
Record Field | Description |
Debug
Signature: bool
|
Specifies whether to emit debug information (default is false). |
FscTarget
Signature: FscTarget
|
Specifies the compiled artifact target type. |
OtherParams
Signature: string list
|
Specifies other params for the compilation. Freeform strings. |
Output
Signature: string
|
Specifies the output file name and path. |
Platform
Signature: FscPlatform
|
Specifies the compiled artifact target platform. |
References
Signature: string list
|
Specifies files to reference for the compilation. |
Static members
Static member | Description |
FscParams.Default
Signature: FscParams
|
The default parameters to the compiler service. |