Fsi

Use F# Interactive (`dotnet fsi`) for .NET exploration, scriptable experiments, package-backed .fsx workflows, quick data transforms, and reproducible command-line probes. USE FOR: .fsx scripts, F# REPL work, #r nuget references, #load composition, interactive type exploration, and small strongly typed experiments before moving code into a project. DO NOT USE FOR: production application code that needs compiled project structure; C# scripting; long-lived automation better expressed as a normal CLI, test, or build target. INVOKES: run dotnet fsi, edit .fsx scripts, load project or source files, and validate snippets against the target SDK.

managedcode 4f171d2 2 files · 6.4 KB Updated

File contents

managedcode/dotnet-skills/tree/main/catalog/Tools/FSharp/skills/fsi commit 4f171d2bfd

Frequently asked questions

npx skillmds@latest add managedcode/fsi