Skip to content

check_ilspy_installation

Diagnostics

Check whether ilspycmd and the .NET SDK are installed and accessible. This tool probes the system PATH for both dotnet and ilspycmd, reports their versions and locations, and provides troubleshooting instructions if anything is missing.

This tool takes no parameters.

{
"tool": "check_ilspy_installation",
"arguments": {}
}

A status report covering:

  • dotnet CLI — whether it is available and its version
  • ilspycmd — whether it is installed, its version, and its filesystem path
  • Next steps — installation instructions if either tool is missing