#binlog
My latest side project, this takes an MSBuild binlog file and transforms it into a Perfetto trace
msbuild-binlog-perfview.pages.dev
January 18, 2026 at 10:05 PM
MSBuild tip: if you're working with binlogs, set the environment variable MSBuildLogPropertyTracking=15.

It enables logging of where each property was initially assigned from during evaluation and lights up more features in the binlog viewer.
December 2, 2025 at 6:13 AM
From the .NET blog...

In case you missed it earlier...

AI-Powered MSBuild Investigation with the Microsoft Binlog MCP Server
https://devblogs.microsoft.com/dotnet/msbuild-binlog-mcp-server/ #dotnet #AI #binlog #builddiagnostics #GitHubCopilot #MCP #ModelContextProtocol #msbuild
June 18, 2026 at 1:30 AM
Avoid PITR failures by validating archived MySQL binary logs. `mysqlbinlog --verify-binlog-checksum` recalculates the 4-byte CRC32 per event to detect corruption.

#mysql #binlog #ValtersIT

https://www.valtersit.com/vault/verify-binlog-integrity-with-mysqlbinlog-and-checksums-9760cd/
September 23, 2026 at 7:21 AM
F# Weekly #31 — MCP C# SDK v2.0, Unit-Test Agent, and MSBuild Binlog in VS Code #fsharp sergeytihon.com/2026/08/01/f...
F# Weekly #31 — MCP C# SDK v2.0, Unit-Test Agent, and MSBuild Binlog in VS Code
Welcome to F# Weekly, A roundup of F# content from this past week: News What’s new in 2.0 | Elmish Land Microsoft News Announcing v2.0 of the official MCP C# SDK From generated code to truste…
sergeytihon.com
August 1, 2026 at 9:18 AM
Kirill: here's SourceBrowser
Everyone: wow, it's great!

Kirill: here's RoslynQuoter
Everyone: wow, it's great!

Kirill: here's Binlog Viewer
Everyone: wow, it's great!

Kirill: here's a new internal tool
Everyone: we're reluctant to try it, how do we know it's going to be any good?
August 13, 2025 at 6:50 PM
If anyone wants samples of how to read MSBuild binlogs programmatically, the binlogtool project contains a bunch. Here's an example of dumping all properties and their values from a binlog:

github.com/KirillOsenko...

binlogtool is a .NET tool, install using:

`dotnet tool update -g binlogtool`
December 5, 2024 at 2:55 AM
In this Dolt feature release, we add MySQL-compatible wildcard filters for binlog replication.

Include or exclude table families while keeping replicated transactions in versioned Dolt history.

https://www.dolthub.com/blog/2026-09-23-wildcard-binlog-filters/
Your Replica Doesn't Need to Know Everything
Dolt now supports MySQL-compatible wildcard table filters for binlog replication, so replicas can selectively apply row changes from matching tables.
www.dolthub.com
September 24, 2026 at 6:23 PM
From the .NET blog...

AI-Powered MSBuild Investigation with the Microsoft Binlog MCP Server
https://devblogs.microsoft.com/dotnet/msbuild-binlog-mcp-server/ #dotnet #AI #binlog #builddiagnostics #GitHubCopilot #MCP #ModelContextProtocol #msbuild
June 17, 2026 at 5:15 PM
Published a new tool that lets you record all .NET exceptions system-wide in all processes:

github.com/KirillOsenko...

dotnet tool update -g beetle

It records AllExceptions.beetle, which is like a binlog for exceptions.

There's also an MCP that can read and analyze .beetle files.
April 28, 2026 at 3:59 AM
14/ MySQL InnoDB has a redo log plus the binlog, and you tune the two flush settings together.
September 23, 2026 at 6:28 AM
have you tried the $nuget search in the binlog viewer?

github.com/KirillOsenko...
December 14, 2024 at 12:25 AM
New feature in MSBuild Structured Log Viewer: Target Graph!

It parses the preprocessed XML and constructs the target graph where edges are BeforeTargets, DependsOnTargets and AfterTargets.
May 12, 2025 at 4:21 AM
Did you know it’s called a binlog because that’s where you code belongs Martin, in the bin.
February 1, 2025 at 3:47 PM
binlog viewer has full support for project.assets.json search via the $nuget syntax
November 19, 2024 at 4:13 AM
New binlog MCP just dropped:

www.nuget.org/packages/bin...

github.com/KirillOsenko...

This one is low-level: only exposes primitives to search, inspect and navigate the full tree, see embedded files, preprocess and NuGet.

dotnet tool update -g binlogmcp

Acknowledgements:

1/2
April 27, 2026 at 5:46 AM
November 19, 2024 at 4:11 AM
MCP server of the day: mcp-binlog-tool. Rather than manually generate and inspect msbuild binary logs, why not have GitHub Copilot just build and analyze it? Those binlogs contain a *LOT* more information than what you see in the terminal output: github.com/baronfel/mcp...
GitHub - baronfel/mcp-binlog-tool: A Model Context Protocol server binary that exposes information inside an MSBuild Binary Log to LLMs to aid build analysis.
A Model Context Protocol server binary that exposes information inside an MSBuild Binary Log to LLMs to aid build analysis. - baronfel/mcp-binlog-tool
github.com
March 2, 2026 at 3:14 PM
binlogはもっちりしててうまい
February 5, 2024 at 1:18 PM
Favorite: .binlog
Favorite: .beetle
Favorite: .dll
Favorite: .cs
Least Favorite: .pdf
Favorite: .md
Least Favorite: .pfx
Favorite and least favorite file formats? I'll start.

Favorite: TXT
Least favorite: HEIC
July 14, 2026 at 7:07 PM
Is there a way to disable the generation of these binlog files when building #MAUI apps? 🤔
June 12, 2025 at 11:22 AM
あー、知り合いのとこのwordpressのmysql db のbinlog が1日1GB 以上増えていったの、その影響か
ものすごくショックを受けています・・・

写真事務所サイトのデータベースが、1か月間で肥大化した原因です。

MetaのAIクローラー
meta-externalagent/1.1 が、406621回、この約一か月の間に、
1つのサイトにアクセスしようとしていたのです。

小さな1サイトに30日間で40万回以上ですよ・・・

その記録(アクセスログ)が膨れ上がって、データベースが肥大化。
異常としか言いようがありません。サーバーはよく耐えたと思う。
一見華やかな裏側で、3年以上、こんなおかしなことが続いている。
AI企業はもう、苦痛を強いるような収集をやめるべきです。
June 6, 2026 at 6:12 AM