Csharprepl Connect

Connect to a running, connector-enabled .NET process with `csharprepl connect <pid>` and evaluate C# *inside* it — read and modify its live objects, statics, and DI services, and detour live methods (#replace/#wrap). Use to debug or probe a real running app's in-memory state, not static API surface (that's dotnet-inspect) or a throwaway snippet in a fresh process (that's csharp-eval). Dev/diagnostics only — code runs with the target's full privileges, never point it at production.

waf Updated

File contents

waf/csharprepl/tree/main/.claude/skills/csharprepl-connect commit eff5804e6f

Frequently asked questions

npx skillmds@latest add waf/csharprepl-connect