get_build_diagnostics
Get complete build diagnostics with warning details to identify hidden issues behind crashes, compatibility problems, and unexpected behavior after successful compilation.
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 |