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
更新于 4/1/2026
星标
4273
分支
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.

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use fsharp-diagnostics