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
Atualizado 4/1/2026
Estrelas
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.

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use fsharp-diagnostics