eval-performance

Installation
SKILL.md

Diagnosing MSBuild Evaluation Performance

Evaluation is the work MSBuild does before any target runs — reading project files, processing imports, expanding globs. This skill helps you find and confirm evaluation bottlenecks. Measure first; recommend a change only when a measurement proves it is warranted.

Confirm the problem before changing anything

Engage only when evaluation is measurably the bottleneck. Do NOT act when:

Installs
992
Repository
dotnet/skills
GitHub Stars
5.1K
First Seen
Mar 10, 2026
eval-performance — dotnet/skills