close
Skip to content

Repository files navigation

Fantomas tools

Collection of tools used when developing for Fantomas

Prerequisites

To run this tool locally you need:

Running locally

  • Pull in the source dependencies:
dotnet fsi build.fsx -- -p Fantomas-Git
  • Run the Watch pipeline:
dotnet fsi build.fsx -- -p Watch

Making changes should reflect in the tool.

Or try the Run pipeline:

dotnet fsi build -- -p Start

This will run a published version of the tools.

Running in Gitpod

dotnet fsi build.fsx -- -p Fantomas-Git
dotnet fsi build.fsx -- -p Watch
  • Open browser for port 9060

Analyzers

The projects and build.fsx are checked with the Ionide and G-Research analyzers, the pair the Fantomas repository uses:

dotnet fsi build.fsx -- -p Analyze

Every finding is printed, and none of them fails the run: the two packages report below error severity, so the pipeline only fails when a target could not be analyzed at all. Each target also writes a SARIF report to analysisreports/, and those are merged into analysis.sarif in the repository root. CI runs the pipeline on every pull request and uploads that merged report to GitHub code scanning.

Other pipelines

To see any other avaiable build script pipelines:

dotnet fsi build.fsx -- --help

About

Collection of tools used when developing for Fantomas

Resources

Stars

35 stars

Watchers

8 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages