Playground is available on desktop.
Gets diagnostics (warnings, errors) for the loaded solution/project. Use includeAnalyzers=true to include analyzer/IDE diagnostics. Workspace load diagnostics are surfaced by load, reload, and server_status instead of this tool.
Optional file path filter.
Optional project name filter.
Minimum severity: 'error', 'warning', 'info', or 'hidden'. Default is 'warning'.
Optional category filter (e.g., 'Compiler', 'Style').
Optional diagnostic ID prefix filter (e.g., 'CS', 'CA', 'IDE').
Path style: 'absolute' (default) or 'relative' (to solution root).
Optional sort: 'severity', 'filePath', 'id', 'lineNumber', 'projectName'.
Sort order: 'asc' (default) or 'desc'.
Pagination offset. Default is 0.
Pagination size. Default is 200.
No response yet.
Select a tool and press F5 to execute.