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 Fake.DotNet.FSFormatting instead
FSharpFormatting
Contains tasks which allow to run FSharp.Formatting for generating documentation.
Functions and values
Function or value | Description |
CreateDocs(...)
Signature: source:string -> outputDir:string -> template:string -> projectParameters:seq<string * string> -> unit
Attributes: [<Obsolete("use Fake.DotNet.FSFormatting instead")>] |
OBSOLETEuse Fake.DotNet.FSFormatting instead |
CreateDocsForDlls(...)
Signature: outputDir:string -> templatesDir:string -> projectParameters:seq<string * string> -> sourceRepo:string -> dllFiles:seq<string> -> unit
Attributes: [<Obsolete("use Fake.DotNet.FSFormatting instead")>] |
OBSOLETEuse Fake.DotNet.FSFormatting instead |
run(command)
Signature: command:string -> unit
Attributes: [<Obsolete("use Fake.DotNet.FSFormatting instead")>] |
OBSOLETEuse Fake.DotNet.FSFormatting instead Runs fsformatting.exe with the given command in the given repository directory. |
toolPath
Signature: string
Attributes: [<Obsolete("use Fake.DotNet.FSFormatting instead")>] |
OBSOLETEuse Fake.DotNet.FSFormatting instead Specifies the fsformatting executable |