get_build_diagnostics
Retrieve full build diagnostics including warnings to debug app crashes or unexpected behavior after successful builds.
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 |