Testing Module
Types and nested modules
Type/Module | Description |
Functions and values
Function or value | Description |
Full Usage:
getContext opts source
Parameters:
FSharpProjectOptions
source : string
Returns: CliContext
|
|
Full Usage:
getContextForSignature opts source
Parameters:
FSharpProjectOptions
source : string
Returns: CliContext
|
|
Full Usage:
mkOptionsFromProject framework additionalPkgs
Parameters:
string
-
The target framework for the tested code to use. E.g. net6.0, net7.0
additionalPkgs : Package list
-
A list of additional packages that should be referenced. The tested code can use these.
Returns: Task<FSharpProjectOptions>
FSharpProjectOptions
|
|
Type extensions
Type extension | Description |
|
Extended Type:
|
|
Extended Type:
|