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