check_dotnet
Verify availability of .NET runtime, re-dotnet-cli, and ilspycmd binaries. Reports warnings for missing dependencies to allow degraded operation.
Instructions
Return .NET runtime + re-dotnet-cli + ilspycmd availability.
Reports WARN (not ERROR) if either binary is not found —
this lets Claude Code load the plugin in degraded mode and
surface a useful message instead of crashing.
The :func:runner._cli_binary / :func:runner._decompiler_binary
fallback chains search $RE_DOTNET_CLI_PATH /
$RE_DOTNET_DECOMPILER_PATH first, then
<server>/bin/, then $PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||