home/categories/debugging/dotnet-fsharp-github-skills-fsharp-diagnostics-skill-md
debuggingtools

fsharp-diagnostics

Always invoke after editing .fs files. Provides fast parse/typecheck feedback without a full dotnet build. Prefer this over dotnet build for iterative changes. Also finds symbol references and inferred type hints.

dotnet
maintainer
dotnet
Mis à jour 4/1/2026
Étoiles
4273
Forks
854
quick start

Installation and usage

Always invoke after editing .fs files. Provides fast parse/typecheck feedback without a full dotnet build. Prefer this over dotnet build for iterative changes. Also finds symbol references and inferred type hints.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use fsharp-diagnostics