Capture .NET build diagnostics
dotnet-build-diagnosticsskillsetup L2★381
majiayu000/claude-skill-registry ↗What it does
Capture dotnet build diagnostics with binlog and summary output
Best for
C# / .NET projects needing offline build log analysis and structured error reporting.
Outputs
- · [object Object]
- · [object Object]
Requires
- · dotnet CLI
- · python3 (bash only)
- · PowerShell (Windows)
Preconditions
- · Windows (pwsh) or Unix (bash)
- · dotnet CLI installed
- · Python 3 (bash script only)
Failure modes
- · Large binlog files (200MB+) slow analysis
- · Summary truncation if build error count exceeds buffer
- · PowerShell execution policy may block .ps1 on Windows
Trust signals
- · Official dotnet CLI binlog format
- · CI-ready output (suitable for automated parsing)