get_build_diagnostics
Get complete build diagnostics with all warnings to debug unexpected app behavior, assembly loading, or nullable warnings despite 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 |