Fake.DotNet Namespace
DotNet namespace contains tasks to interact with DotNet ecosystem, including DotNet host (cli), F# interactive, testing tools and more.
Type/Module | Description |
Contains tasks to generate AssemblyInfo files for C# and F#. There is also a tutorial about the AssemblyInfo tasks available. |
|
Contains tasks to interact with fsdocs tool to process F# script files, markdown and for generating API documentation. |
|
Contains helper functions which allow FAKE to call the
Manifest Generation and Editing Tool,
in short |
|
Specifies whether the terminal logger should be used for the build output. The default is auto, which first verifies the environment before enabling terminal logging. The environment check verifies that the terminal is capable of using modern output features and isn't using a redirected standard output before enabling the new logger. on skips the environment check and enables terminal logging. off skips the environment check and uses the default console logger. The terminal logger shows you the restore phase followed by the build phase. During each phase, the currently building projects appear at the bottom of the terminal. Each project that's building outputs both the MSBuild target currently being built and the amount of time spent on that target. You can search this information to learn more about the build. When a project is finished building, a single "build completed" section is written that captures:
|
|