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