# KirillOsenkov/MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.

Repository: https://github.com/KirillOsenkov/MSBuildStructuredLog
Canonical: https://ross.abutalabs.com/products/msbuildstructuredlog
Language: C#
License: MIT
License Family: permissive
Topics: msbuild, nuget, viewer, avalonia, csharp, dotnet, wpf
Last push: 2026-08-20T02:15:12+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 98, longevity 100
- inputs: {"age_days": 3773, "days_push": 14, "days_rel": 14, "gap_med": 11, "n_releases_24m": 44}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1651, forks 235 (observed 2026-08-28T04:05:16.976566+00:00)

## What it is
A structured logger for MSBuild that records executed targets, tasks, properties, and item values into a portable binary format (*.binlog). It ships with a rich interactive log viewer (WPF on Windows, Avalonia on Mac/Linux) to simplify build investigations.

## Use cases
- investigate why my msbuild build is slow
- view msbuild binlog files interactively
- debug build errors with structured target and task logs
- record and share build logs for CI troubleshooting
- inspect msbuild property and item values during a build
- analyze dotnet build output in a searchable viewer

## When to choose
- you build .NET projects with MSBuild or dotnet build and need to diagnose build issues
- you need a portable, structured build log format to share with teammates or CI
- you want a cross-platform GUI to explore large, verbose build logs

## When to avoid
- you need logging for build systems other than MSBuild (e.g., Make, Gradle, Bazel)
- you only need simple console build output without structured analysis
- you are not working in the .NET/MSBuild ecosystem

## Facets
- artifact type: application
- maturity: active
- function: logging, developer-tools, gui, cli, serialization
- domain: developer-tools, documentation
- platform: windows, cross-platform, dotnet
- tags: msbuild, binlog, build-log, log-viewer, avalonia, wpf, csharp, nuget, command-line, macos, linux, desktop

## Member repositories
- KirillOsenkov/MSBuildStructuredLog (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:16.976566+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:45:01.286941+00:00, confidence not recorded.
  - readme: https://github.com/KirillOsenkov/MSBuildStructuredLog (fetched 2026-08-28T04:05:16.976566+00:00, sha a51f610910b0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
