Repository Analysis

dotnet/msbuild

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

4.7 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of dotnet/msbuild, a C# project with 5,535 GitHub stars. SynthScan v2.0 examined 714,911 lines of code across 2670 source files, recording 3183 pattern matches distributed across 15 syntactic categories. The overall adjusted score of 4.7 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

4.7
Adjusted Score
4.7
Raw Score
100%
Time Factor
2026-07-14
Last Push
5.5K
Stars
C#
Language
714.9K
Lines of Code
2.7K
Files
3.2K
Pattern Hits
2026-07-14
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 5HIGH 11MEDIUM 91LOW 3076

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 3183 distinct pattern matches across 15 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Over-Commented Block3009 hits · 2924 pts
SeverityFileLineSnippetContext
LOW.vsts-dotnet-ci.yml161 filename: 'eng/cibuild_bootstrapped_msbuild.cmd'COMMENT
LOW.vsts-dotnet-ci.yml281 - task: BatchScript@1COMMENT
LOW.vsts-dotnet-ci.yml541# Task to collect code coverage on Windows. Disabled by default due to being unstable and sometimes it stucks foreverCOMMENT
LOWeng/configure-toolset.sh1# We can't use already installed dotnet cli since we need to install additional shared runtimes.COMMENT
LOWeng/cibuild_bootstrapped_msbuild.sh81export DOTNET_ROOT="$bootstrapRoot/core"COMMENT
LOWeng/common/SetupNugetSources.sh1#!/usr/bin/env bashCOMMENT
LOWeng/common/vmr-sync.sh1#!/bin/bashCOMMENT
LOWeng/common/vmr-sync.sh21###COMMENT
LOWeng/common/native/init-distro-rid.sh1#!/bin/shCOMMENT
LOWeng/common/native/init-distro-rid.sh61COMMENT
LOW…common/templates-official/variables/pool-providers.yml1# Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc poolCOMMENT
LOWeng/common/templates/vmr-build-pr.yml1# This pipeline is used for running the VMR verification of the PR changes in repo-level PRs.COMMENT
LOWeng/common/templates/variables/pool-providers.yml1# Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc poolCOMMENT
LOWeng/common/core-templates/stages/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
LOWeng/common/core-templates/steps/install-microbuild.yml1parameters:COMMENT
LOWeng/common/core-templates/job/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
LOWeng/common/core-templates/job/source-build.yml1parameters:COMMENT
LOWeng/common/core-templates/job/source-build.yml21 # published by source-build.COMMENT
LOWeng/common/core-templates/job/helix-job-monitor.yml61# are treated as failed: they count toward the monitor's exit code and are resubmitted by aCOMMENT
LOWdocumentation/specs/BuildCheck/BuildCheck.md261 /// </summary>COMMENT
LOWdocumentation/specs/BuildCheck/BuildCheck.md341 /// the current project, or from some import. If supported it can help tuning the level of detail or noise from cheCOMMENT
LOWazure-pipelines/quarantine.yml1# Quarantined-test re-validation pipeline.COMMENT
LOWazure-pipelines/cts-collect.yml1# azure-pipelines/cts-collect.ymlCOMMENT
LOWazure-pipelines/cts-apply.yml1# azure-pipelines/cts-apply.ymlCOMMENT
LOWazure-pipelines/cts-apply.yml21#COMMENT
LOWazure-pipelines/cts-apply.yml41# job goes wrong — that is fine for the *pipeline* result, but itCOMMENT
LOWazure-pipelines/cts-apply.yml61 exclude:COMMENT
LOWazure-pipelines/cts-apply.yml81 default: https://devdiv.pkgs.visualstudio.com/_packaging/VS/nuget/v3/index.jsonCOMMENT
LOWazure-pipelines/cts-steps/collect-steps.yml1# azure-pipelines/cts-steps/collect-steps.ymlCOMMENT
LOWazure-pipelines/cts-steps/collect-steps.yml181 # everyone consuming this artifact).COMMENT
LOWazure-pipelines/cts-steps/apply-steps.yml1# azure-pipelines/cts-steps/apply-steps.ymlCOMMENT
LOW.github/workflows/review.agent.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"94dc83a9c2b5ff0b6069a6dca79db4188ebdc1e76ddc823d5e1009a3b3dCOMMENT
LOW.github/workflows/review.agent.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/review.agent.lock.yml41# - COPILOT_PAT_7COMMENT
LOW.github/workflows/review-on-open.agent.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"5718f434e244391799582f5a296042af86050767057ba8fa9fe5664645eCOMMENT
LOW.github/workflows/review-on-open.agent.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/review-on-open.agent.lock.yml41# - COPILOT_PAT_7COMMENT
LOW.github/workflows/flaky-test-fixer.agent.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"ed5ba1fb79d2925f4cf8709308e800d5b6cbcbe4033ea1de931f14ceb16COMMENT
LOW.github/workflows/flaky-test-fixer.agent.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/flaky-test-fixer.agent.lock.yml41# - COPILOT_PAT_8COMMENT
LOW.github/workflows/labeler-predict-pulls.yml1# Workflow template imported and updated from:COMMENT
LOW.github/workflows/flaky-test-detector.agent.md61 max: 1COMMENT
LOW.github/workflows/flaky-test-detector.agent.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"59fc597e8bd4f1bd94fd87a4cd918d27a0837ba5787ff50ce289f84b695COMMENT
LOW.github/workflows/flaky-test-detector.agent.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/flaky-test-detector.agent.lock.yml41# - COPILOT_PAT_8COMMENT
LOW.github/workflows/review-on-open.agent.md1---COMMENT
LOW.github/workflows/flaky-test-fixer.agent.md61 # several create_pull_request outputs in one run, each captured as its own branch/bundle.COMMENT
LOW.github/workflows/close-stale-prs.agent.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"137418bdf01da558070b9b2c02052d3711317653bf2bac83929bb4ad380COMMENT
LOW.github/workflows/close-stale-prs.agent.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/close-stale-prs.agent.lock.yml41# - COPILOT_PAT_8COMMENT
LOWsrc/GlobalUsings.cs1// Licensed to the .NET Foundation under one or more agreements.COMMENT
LOWsrc/MSBuild/MSBuildClientApp.cs21 /// 2. establishes a connection with MSBuild server and sends a build request.COMMENT
LOWsrc/MSBuild/InitializationException.cs21 /// <remarks>COMMENT
LOWsrc/MSBuild/InitializationException.cs101 info.AddValue("invalidSwitch", invalidSwitch, typeof(string));COMMENT
LOWsrc/MSBuild/ProjectSchemaValidationHandler.cs21 {COMMENT
LOWsrc/MSBuild/TaskExecutionContext.cs21 /// - Configuration and parametersCOMMENT
LOWsrc/MSBuild/TaskExecutionContext.cs41COMMENT
LOWsrc/MSBuild/TaskExecutionContext.cs61COMMENT
LOWsrc/MSBuild/TaskExecutionContext.cs81 /// </summary>COMMENT
LOWsrc/MSBuild/OutOfProcTaskHostNode.cs21using System.Runtime.Remoting;COMMENT
2949 more matches not shown…
Decorative Section Separators60 hits · 125 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/core-templates/stages/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/stages/renovate.yml3# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/stages/renovate.yml9# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/job/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/job/renovate.yml3# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/job/renovate.yml17# --------------------------------------------------------------------------------------COMMENT
MEDIUMazure-pipelines/cts-collect.yml17# ============================================================COMMENT
MEDIUMazure-pipelines/cts-collect.yml22# ============================================================COMMENT
MEDIUMazure-pipelines/cts-apply.yml22# ============================================================COMMENT
MEDIUMazure-pipelines/cts-apply.yml27# ============================================================COMMENT
MEDIUM.github/workflows/skill-validation.yml40 # ── Determine changed skills/agents (PRs only) ───────────────COMMENT
MEDIUM.github/workflows/skill-validation.yml80 # ── Filter to only changed skills/agents (PRs only) ──────────COMMENT
MEDIUM.github/workflows/skill-validation.yml114 # ── Download & cache skill-validator ──────────────────────────COMMENT
MEDIUM.github/workflows/skill-validation.yml149 # ── Run skill-validator check ─────────────────────────────────COMMENT
MEDIUM.github/workflows/skill-validation.yml206 # ── Upload results for the commenting workflow ────────────────COMMENT
MEDIUM.github/workflows/validate-pat-pool.yml33 # -----------------------------------------------------------COMMENT
MEDIUM.github/workflows/validate-pat-pool.yml37 # -----------------------------------------------------------COMMENT
MEDIUM.github/workflows/validate-pat-pool.yml139 # -----------------------------------------------------------COMMENT
MEDIUM.github/workflows/validate-pat-pool.yml141 # -----------------------------------------------------------COMMENT
MEDIUM…d.UnitTests/BackEnd/TaskParameterTypeVerifier_Tests.cs325 // ─── ITaskItem<T> and ITaskItem<T>[] coverage (path-like types) ────────COMMENT
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs18 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs20 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs211 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs213 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs293 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs295 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs357 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs359 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs471 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs473 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs715 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs717 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs755 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs757 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs780 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs782 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs1182 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs1184 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs1360 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs1362 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs1452 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs1454 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs1520 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs1522 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs1733 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs1735 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs1869 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…TaskAnalyzer.Tests/MultiThreadableTaskAnalyzerTests.cs1871 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…askAnalyzer.Tests/PreferTypedParameterAnalyzerTests.cs17 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…askAnalyzer.Tests/PreferTypedParameterAnalyzerTests.cs19 // ═══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…askAnalyzer.Tests/PreferTypedParameterAnalyzerTests.cs349 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…askAnalyzer.Tests/PreferTypedParameterAnalyzerTests.cs351 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…askAnalyzer.Tests/PreferTypedParameterAnalyzerTests.cs1359 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUM…askAnalyzer.Tests/PreferTypedParameterAnalyzerTests.cs1361 // ═══════════════════════════════════════════════════════════════════════STRING
MEDIUMsrc/TaskAnalyzer/BannedApiDefinitions.cs45 // ══════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/TaskAnalyzer/BannedApiDefinitions.cs48 // ══════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/TaskAnalyzer/BannedApiDefinitions.cs82 // ══════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/TaskAnalyzer/BannedApiDefinitions.cs84 // ══════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/TaskAnalyzer/BannedApiDefinitions.cs148 // ══════════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/TaskAnalyzer/BannedApiDefinitions.cs150 // ══════════════════════════════════════════════════════════════COMMENT
Synthetic Comment Markers11 hits · 75 pts
SeverityFileLineSnippetContext
HIGH…ssets/Net35WinFormsApp/Properties/Settings.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…sets/Net35WinFormsApp/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Tasks.UnitTests/Copy_Tests.cs3149 /// First copy fails as requested, subsequent copies succeed.COMMENT
HIGH…oslynCodeTaskFactory_Tests.CSharpFragment.verified.txt3// This code was generated by a tool.COMMENT
HIGH…y_Tests.VisualBasicFragmentWithProperties.verified.txt3' This code was generated by a tool.CODE
HIGH…ry_Tests.CSharpFragmentSourceCodeFromFile.verified.txt3// This code was generated by a tool.COMMENT
HIGH…tory_Tests.CSharpMethodSourceCodeFromFile.verified.txt3// This code was generated by a tool.COMMENT
HIGH…CodeTaskFactory_Tests.VisualBasicFragment.verified.txt3' This code was generated by a tool.CODE
HIGH…actory_Tests.CSharpFragmentWithProperties.verified.txt3// This code was generated by a tool.COMMENT
HIGH…ynCodeTaskFactory_Tests.VisualBasicMethod.verified.txt3' This code was generated by a tool.CODE
HIGH…/RoslynCodeTaskFactory_Tests.CSharpMethod.verified.txt3// This code was generated by a tool.COMMENT
Hallucination Indicators5 hits · 55 pts
SeverityFileLineSnippetContext
CRITICAL…c/Build.UnitTests/BuildEventArgsSerialization_Tests.cs698 e => e.TracingData.InfrastructureTracingData.Keys.Count.ToString(),CODE
CRITICAL…ild.OM.UnitTests/Definition/DefinitionEditing_Tests.cs1740 metadatum.Xml.Parent.Parent.Parent.RemoveAllChildren();CODE
CRITICALsrc/Tasks.UnitTests/CodeTaskFactoryTests.cs1587 string output = Microsoft.Build.UnitTests.Shared.RunnerUtilities.ExecMSBuild(STRING
CRITICAL…tTests/AssemblyDependency/AssemblyInformation_Tests.cs43 /// <see cref="Windows.Win32.System.Com.ComClassFactory.TryCreateFromModule(string, System.Guid, string, out WindCOMMENT
CRITICAL…tTests/AssemblyDependency/AssemblyInformation_Tests.cs236 /// <see cref="Windows.Win32.System.Com.ComClassFactory.TryCreateFromModule(string, System.Guid, string, out WiCOMMENT
Structural Annotation Overuse33 hits · 54 pts
SeverityFileLineSnippetContext
LOW…migration/skills/multithreaded-task-migration/SKILL.md12### Step 1: Update Task Class DeclarationCOMMENT
LOW…migration/skills/multithreaded-task-migration/SKILL.md28### Step 2: Absolutize Paths Before File OperationsCOMMENT
LOW…migration/skills/multithreaded-task-migration/SKILL.md48### Step 3: Replace Environment Variable APIsCOMMENT
LOW…migration/skills/multithreaded-task-migration/SKILL.md55### Step 4: Replace Process Start APIsCOMMENT
LOW.github/skills/dotnet-aot-compat/SKILL.md63### Step 1: Enable AOT analysis in the .csprojCOMMENT
LOW.github/skills/dotnet-aot-compat/SKILL.md75### Step 2: Build and collect warningsCOMMENT
LOW.github/skills/dotnet-aot-compat/SKILL.md93### Step 3: Triage warnings by code (do NOT read every file)COMMENT
LOW.github/skills/dotnet-aot-compat/SKILL.md105### Step 4: Fix warnings iteratively (innermost first)COMMENT
LOW.github/skills/dotnet-aot-compat/SKILL.md205### Step 5: Rebuild and repeatCOMMENT
LOW.github/skills/dotnet-aot-compat/SKILL.md209### Step 6: Validate all TFMsCOMMENT
LOW.github/skills/use-bootstrap-msbuild/SKILL.md14## Step 1: Build MSBuild with BootstrapCOMMENT
LOW.github/skills/use-bootstrap-msbuild/SKILL.md30## Step 2: Run Your Repro ProjectCOMMENT
LOW.github/skills/deploy-msbuild-to-vs/SKILL.md26## Step 1: Build MSBuildCOMMENT
LOW.github/skills/deploy-msbuild-to-vs/SKILL.md42## Step 2: Locate Your VS MSBuild Bin FolderCOMMENT
LOW.github/skills/deploy-msbuild-to-vs/SKILL.md85## Step 3: Deploy with the ScriptCOMMENT
LOW.github/skills/deploy-msbuild-to-vs/SKILL.md112## Step 4: Test in Visual StudioCOMMENT
LOW.github/skills/merge-dependency-updates/SKILL.md27### Step 1: Gather All Bot PRsCOMMENT
LOW.github/skills/merge-dependency-updates/SKILL.md41### Step 2: Analyze Each PR (in parallel)COMMENT
LOW.github/skills/merge-dependency-updates/SKILL.md106### Step 3: Update Branches & Bump Versions (dependency PRs only)COMMENT
LOW.github/skills/merge-dependency-updates/SKILL.md142### Step 4: Produce the DashboardCOMMENT
LOW.github/skills/changewaves/SKILL.md37## Step 1: Determine the Correct Wave VersionCOMMENT
LOW.github/skills/changewaves/SKILL.md41## Step 2: Condition Your Feature on the WaveCOMMENT
LOW.github/skills/changewaves/SKILL.md45## Step 3: Write TestsCOMMENT
LOW.github/skills/changewaves/SKILL.md49## Step 4: Document the FeatureCOMMENT
LOW.github/skills/pipelines-health-check/SKILL.md66### Step 1: Run all data collection scriptsCOMMENT
LOW.github/skills/pipelines-health-check/SKILL.md85### Step 2: Present the overview table IMMEDIATELYCOMMENT
LOW.github/skills/pipelines-health-check/SKILL.md169### Step 3: Identify problemsCOMMENT
LOWsrc/Tasks/CallTarget.cs17 /// NOTE: This class is not the implementation that actually runs at build time. The MSBuild engineCOMMENT
LOWsrc/Utilities/ToolTask.cs1119 // Step 1: Wait for the process handle to be signaled.COMMENT
LOWsrc/Utilities/ToolTask.cs1124 // Step 2: Wait for the AsyncStreamReader to deliver all remaining data.COMMENT
LOW…s.UnitTests/ResourceHandling/GenerateResource_Tests.cs1112 // Step 1: create a resx file directly from the resources, to get a framework generated resxCOMMENT
LOW…ts/ResourceHandling/GenerateResourceOutOfProc_Tests.cs742 // Step 1: create a resx file directly from the resources, to get a framework generated resxCOMMENT
LOWsrc/Build/Logging/ConsoleLogger.cs298 /// NOTE: This method was public by accident in Whidbey, so it cannot be made internal now. It hasCOMMENT
AI Slop Vocabulary16 hits · 44 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/install-debs.py126 # keyboxd, which makes it robust on hosts running GnuPG 2.4+ (e.g. AzureCOMMENT
LOW…ommon/core-templates/steps/enable-internal-sources.yml34 # If running on dnceng (internal project), just use the default behavior for NuGetAuthenticate.COMMENT
MEDIUMsrc/MSBuild/XMake.cs380 /// Returns true if arguments allows or make sense to leverage msbuild server.COMMENT
MEDIUMsrc/Tasks/ManifestUtil/TrustInfo.cs210 // If you want to utilize File and Registry Virtualization for backward compatibilityCOMMENT
MEDIUM…Build.UnitTests/BackEnd/TaskRouter_IntegrationTests.cs399 /// Provides robust assertions that are less fragile than raw log string matching.COMMENT
MEDIUMsrc/Build.UnitTests/BackEnd/BuildManager_Tests.cs3946 /// not reload it from disk but instead fully utilize the entire translate project instance stateSTRING
MEDIUMsrc/Tasks.UnitTests/XamlTestHelpers.cs23 // make as robust as possibleCOMMENT
MEDIUM…itTests/AssemblyDependency/GlobalAssemblyCacheTests.cs75 /// Essentially specific version for the gac resolver means do not filter by runtime.COMMENT
MEDIUM…itTests/AssemblyDependency/GlobalAssemblyCacheTests.cs98 /// Essentially specific version for the gac resolver means do not filter by runtime.COMMENT
MEDIUM…itTests/AssemblyDependency/GlobalAssemblyCacheTests.cs145 /// Essentially specific version for the gac resolver means do not filter by runtime.COMMENT
MEDIUM…itTests/AssemblyDependency/GlobalAssemblyCacheTests.cs166 /// Essentially specific version for the gac resolver means do not filter by runtime.COMMENT
MEDIUMsrc/Tasks.UnitTests/AssemblyDependency/Miscellaneous.cs4882 /// When very long paths are passed in we should be robust.COMMENT
MEDIUMsrc/Tasks.UnitTests/AssemblyDependency/Miscellaneous.cs4912 /// Need to be robust in the face of assembly names with special characters.COMMENT
MEDIUM…ld/BackEnd/Components/RequestBuilder/RequestBuilder.cs650 // another project or when we are Yielding the Build Engine while running certain tasks. Essentially, the RCOMMENT
MEDIUMsrc/Build/Instance/TaskRegistry.cs1750 // Another way to address this is to load types from compiled assembly - that would be more robuCOMMENT
MEDIUMsrc/Build/Evaluation/Evaluator.cs1586 // Essentially, we will try to load that project file by trying multiple values (search paths) for theCOMMENT
Modern AI Meta-Vocabulary9 hits · 25 pts
SeverityFileLineSnippetContext
MEDIUMdocumentation/specs/event-source.md115### Process, build, and graph orchestrationCOMMENT
MEDIUM…umentation/specs/BuildCheck/BuildCheck-Architecture.md60Prerequisites: [MSBuild Nodes Orchestration](../../wiki/Nodes-Orchestration.md#orchestration)CODE
MEDIUM.github/workflows/flaky-test-detector.agent.md80# Run agentic jobs in an isolated `copilot-pat-pool` environment.COMMENT
MEDIUM.github/workflows/review-on-open.agent.md46# Run agentic jobs in an isolated `copilot-pat-pool` environment.COMMENT
MEDIUM.github/workflows/review.agent.md27# Run agentic jobs in an isolated `copilot-pat-pool` environment.COMMENT
MEDIUM.github/workflows/flaky-test-fixer.agent.md82# Run agentic jobs in an isolated `copilot-pat-pool` environment.COMMENT
MEDIUM.github/workflows/close-stale-prs.agent.md19# Run agentic jobs in an isolated `copilot-pat-pool` environment.COMMENT
MEDIUM.github/workflows/shared/pat_pool.README.md82# Run agentic jobs in an isolated `copilot-pat-pool` environment.COMMENT
MEDIUM.github/workflows/shared/pat_pool.README.md214[configure-repo]: https://github.github.com/gh-aw/guides/agentic-authoring/#configuring-your-repositoryCODE
Redundant / Tautological Comments12 hits · 18 pts
SeverityFileLineSnippetContext
LOWeng/common/tools.sh304 # Check if the script is older than 30 days using timestamp fileCOMMENT
LOWeng/common/tools.sh413 # Check if the toolset has already been extractedCOMMENT
LOWeng/common/SetupNugetSources.sh64 # Check if disabledPackageSources section existsCOMMENT
LOWeng/common/SetupNugetSources.sh70 # Check if this source name is disabledCOMMENT
LOWeng/common/SetupNugetSources.sh90 # Check if source already existsCOMMENT
LOWeng/common/SetupNugetSources.sh120 # Check if disabledPackageSources section existsCOMMENT
LOWeng/common/SetupNugetSources.sh190 # Check if there is no existing credential for this FeedNameCOMMENT
LOWeng/common/core-templates/steps/source-build.yml31 # Check if AzDO substitutes in a build config from a variable, and use it if so.COMMENT
LOWeng/common/core-templates/steps/install-microbuild.yml64 # Check if ESRP is disabled while SignType is realCOMMENT
LOW…ithub/workflows/SyncAnalyzerTemplateMSBuildVersion.yml33 # Check if the XML file existsCOMMENT
LOW…ithub/workflows/SyncAnalyzerTemplateMSBuildVersion.yml48 # Check if the JSON file existsCOMMENT
LOW…ithub/workflows/SyncAnalyzerTemplateMSBuildVersion.yml56 # Check if the versionPrefix is different from the current defaultValueCOMMENT
Self-Referential Comments5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/build-rootfs.sh674 # Create the symlink in the same directoryCOMMENT
MEDIUMeng/common/core-templates/job/helix-job-monitor.yml148 # Create a minimal NuGet.config that only references the local nupkg directory.COMMENT
MEDIUMazure-pipelines/vs-insertion.yml1# Create a VS insertion (DotNet-MSBuild-Trusted -> VS) from a CI run on main or any servicing branch.COMMENT
MEDIUMazure-pipelines/vs-insertion-experimental.yml1# Create an experimental VS insertion auto-triggered from exp/* branches to validate changes before merging to mainCOMMENT
MEDIUM…ithub/workflows/SyncAnalyzerTemplateMSBuildVersion.yml29 # Define the paths to your XML and JSON filesCOMMENT
Verbosity Indicators6 hits · 10 pts
SeverityFileLineSnippetContext
LOWsrc/Tasks/GetAssembliesMetadata.cs40 // During DTB the referenced project may not has been built yet, so we need to check if the assembly alrCOMMENT
LOWsrc/Utilities/ToolTask.cs1119 // Step 1: Wait for the process handle to be signaled.COMMENT
LOWsrc/Utilities/ToolTask.cs1124 // Step 2: Wait for the AsyncStreamReader to deliver all remaining data.COMMENT
LOW…ties/TrackedDependencies/CanonicalTrackedInputFiles.cs383 // now that we have our dependencies, we need to check if any of them are newer than the outputs.COMMENT
LOW…s.UnitTests/ResourceHandling/GenerateResource_Tests.cs1112 // Step 1: create a resx file directly from the resources, to get a framework generated resxCOMMENT
LOW…ts/ResourceHandling/GenerateResourceOutOfProc_Tests.cs742 // Step 1: create a resx file directly from the resources, to get a framework generated resxCOMMENT
Example Usage Blocks5 hits · 8 pts
SeverityFileLineSnippetContext
LOWeng/common/native/install-dependencies.sh7# Usage:COMMENT
LOW…common/templates-official/variables/pool-providers.yml12# How to use:COMMENT
LOWeng/common/templates/variables/pool-providers.yml12# How to use:COMMENT
LOWeng/common/core-templates/job/renovate.yml11# Usage:COMMENT
LOWsrc/Framework/IExtendedBuildEventArgs.cs21 /// Example usage:COMMENT
Deep Nesting6 hits · 6 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py20CODE
LOWeng/common/cross/install-debs.py196CODE
LOWeng/common/cross/install-debs.py221CODE
LOWeng/common/cross/install-debs.py259CODE
LOWeng/common/cross/install-debs.py293CODE
LOWeng/common/cross/install-debs.py348CODE
Excessive Try-Catch Wrapping2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/install-debs.py42 print(f"Error downloading {url}: {type(e).__name__} - {e}. Retrying...")CODE
MEDIUMeng/common/cross/install-debs.py206 print(f"Error: Package '{current}' was not found in the available packages.")CODE
Hyper-Verbose Identifiers3 hits · 3 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py49async def download_deb_files_parallel(mirror, packages, tmp_dir):CODE
LOWeng/common/cross/install-debs.py65async def download_package_index_parallel(mirror, arch, suites, check_sig, keyring):CODE
LOWeng/common/cross/install-debs.py337def _rootfs_extraction_filter(member, dest_path):CODE
Unused Imports1 hit · 1 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py18CODE