get_build_diagnostics
Retrieve full build diagnostics with hidden warnings to investigate crashes, assembly loading issues, and 'compiles but doesn't work' scenarios.
Instructions
Get full build diagnostics including all warnings.
Build warnings are hidden by default in start_debug/restart_debug responses to reduce context noise. Call this tool when:
Build succeeds but the app crashes or behaves unexpectedly
Investigating assembly loading or compatibility issues
Checking nullable reference, deprecation, or platform warnings
Debugging "it compiles but doesn't work" situations
Args: include_warnings: Include warning details (default True, the point of this tool)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_warnings | No |