Fsc Module
Contains tasks to compiles F# source file with the FSharp.Compiler.Service.
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
Fsc.compile fscParams inputFiles
Parameters:
FscParam list
inputFiles : string list
-
The F# input files.
|
Example
|
Full Usage:
Fsc.compileExternal fscTool fscParams inputFiles
Parameters:
string
-
Path to an existing fsc.exe executable
fscParams : FscParam list
inputFiles : string list
-
The F# input files.
|
Compiles one or more F# source files with the specified parameters using an existing fsc.exe installed on the system
Example
|
Full Usage:
Fsc.compileExternalWithResult fscTool fscParams inputFiles
Parameters:
string
-
Path to an existing fsc.exe executable
fscParams : FscParam list
inputFiles : string list
-
The F# input files.
Returns: int
|
Example
|
Full Usage:
Fsc.compileWithResult fscParams inputFiles
Parameters:
FscParam list
inputFiles : string list
-
The F# input files.
Returns: int
|
Example
|
Full Usage:
Fsc.resourceStr (arg1, arg2, arg3)
Parameters:
string
arg1 : string option
arg2 : Access option
Returns: string
|
|