Csharp Eval

Run / execute C# snippets non-interactively with the csharprepl CLI to observe real runtime behavior — return values, exceptions, serialized output — and to probe how a NuGet package actually behaves when called. The complement to dotnet-inspect; that tool inspects static API surface without executing; this one runs code. Use whenever you need to know what C# *does*, not just what an API *looks like*. (To evaluate C# *inside* a running process and read its live state, see the csharprepl-connect skill.)

waf b91572b 5.0 KB Updated

File contents

waf/csharprepl/tree/main/.claude/skills/csharp-eval commit b91572b6a3

Frequently asked questions

npx skillmds@latest add waf/csharp-eval