Playground is available on desktop.

Playground

Disconnected
Tools
Status
Solution & Workspace
Diagnostics
Symbol Discovery
References & Relationships
Code Analysis
Semantic & Text Search
Type Hierarchy
Call Graph & Impact
Refactoring
Code Fixes & Formatting
External Source
Architecture & Metrics
Batching
Get Diagnostics

Gets diagnostics (warnings, errors) for the loaded solution/project. Use includeAnalyzers=true to include analyzer/IDE diagnostics.

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.

Timeout in milliseconds (5 minutes). Use 0 to disable. Default is 300000.

Response

No response yet.

Select a tool and press F5 to execute.