The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
This report presents the forensic synthetic code analysis of dotnet/fsharp, a F# project with 4,316 GitHub stars. SynthScan v2.0 examined 120,658 lines of code across 573 source files, recording 214 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 6.2 places this repository in the Low AI signal 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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.
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.
The scanner identified 214 distinct pattern matches across 13 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 102 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 103 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 106 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 107 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 108 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 109 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 110 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 114 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 119 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 123 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 124 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 125 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 132 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 134 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 140 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 142 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 145 | [assembly: SuppressMessage("Microsoft.Usage", "CA2208:InstantiateArgumentExceptionsCorrectly", Scope = "member", Target | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 146 | [assembly: SuppressMessage("Microsoft.Usage", "CA2208:InstantiateArgumentExceptionsCorrectly", Scope = "member", Target | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 148 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 150 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 152 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 153 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 155 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 188 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 195 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 196 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 197 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 201 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 202 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 203 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 204 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 213 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 214 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 227 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 232 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 241 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 250 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 257 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 277 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 284 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 286 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 287 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 288 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 297 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL⚡ | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 301 | [assembly: SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Scope = "member", Target = "Microsoft.V | CODE |
| CRITICAL | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 40 | [assembly: SuppressMessage("Microsoft.Security", "CA2122:DoNotIndirectlyExposeMethodsWithLinkDemands", Scope = "member", | CODE |
| CRITICAL | …c/FSharp.ProjectSystem.Base/Automation/OAProperties.cs | 100 | return this.target.Node.ProjectMgr.Site.GetService(typeof(EnvDTE.DTE)) as EnvDTE.DTE; | CODE |
| CRITICAL | …src/FSharp.ProjectSystem.Base/Automation/OAProperty.cs | 151 | IVsExtensibility3 extensibility = this.parent.Target.Node.ProjectMgr.Site.GetService(typeof(IVsExtensibi | CODE |
| CRITICAL | …src/FSharp.ProjectSystem.Base/Automation/OAProperty.cs | 180 | IVsExtensibility3 extensibility = this.parent.Target.Node.ProjectMgr.Site.GetService(typeof(IVsExtensibi | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | azure-pipelines-PR.yml | 681 | # steps: | COMMENT |
| LOW | eng/common/SetupNugetSources.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | eng/common/vmr-sync.sh | 1 | #!/bin/bash | COMMENT |
| LOW | eng/common/vmr-sync.sh | 21 | ### | COMMENT |
| LOW | eng/common/native/init-distro-rid.sh | 1 | #!/bin/sh | COMMENT |
| LOW | eng/common/native/init-distro-rid.sh | 61 | COMMENT | |
| LOW | …common/templates-official/variables/pool-providers.yml | 1 | # Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc pool | COMMENT |
| LOW | eng/common/templates/vmr-build-pr.yml | 1 | # This pipeline is used for running the VMR verification of the PR changes in repo-level PRs. | COMMENT |
| LOW | eng/common/templates/variables/pool-providers.yml | 1 | # Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc pool | COMMENT |
| LOW | eng/common/core-templates/job/source-build.yml | 1 | parameters: | COMMENT |
| LOW | eng/common/core-templates/job/source-build.yml | 21 | # published by source-build. | COMMENT |
| LOW | eng/templates/batched-test-steps.yml | 1 | # Steps template for batched test jobs. | COMMENT |
| LOW | tests/KnownFail.txt | 1 | ## If no tags specified, then the test is excluded on any configuration | COMMENT |
| LOW | tests/KnownFail.txt | 21 | # VS2008 - F# VS2008 installed | COMMENT |
| LOW | tests/fsharp/core/forwarders/a.cs | 1 | // The test strategy here is: | COMMENT |
| LOW | …ders/DummyProviderForLanguageServiceTesting/FSData.txt | 1 | # FSharp.Data resource strings | COMMENT |
| LOW | …/src/FSharp.ProjectSystem.Base/ProjectReferenceNode.cs | 41 | COMMENT | |
| LOW | …ation/src/FSharp.ProjectSystem.Base/DocumentManager.cs | 41 | { | COMMENT |
| LOW | …ation/src/FSharp.ProjectSystem.Base/DocumentManager.cs | 61 | /// </summary> | COMMENT |
| LOW | …ration/src/FSharp.ProjectSystem.Base/IDEBuildLogger.cs | 701 | // TODO: Continue this code to get the Verbosity when we have a version that supports automation to get the | COMMENT |
| LOW | …tegration/src/FSharp.ProjectSystem.Base/ProjectNode.cs | 581 | COMMENT | |
| LOW | …tegration/src/FSharp.ProjectSystem.Base/ProjectNode.cs | 3721 | COMMENT | |
| LOW | …tegration/src/FSharp.ProjectSystem.Base/ProjectNode.cs | 4341 | } | COMMENT |
| LOW | …tegration/src/FSharp.ProjectSystem.Base/ProjectNode.cs | 4821 | /// <param name="op"></param> | COMMENT |
| LOW | …tegration/src/FSharp.ProjectSystem.Base/ProjectNode.cs | 6141 | COMMENT | |
| LOW | …src/FSharp.ProjectSystem.Base/ProjectNode.CopyPaste.cs | 21 | /// Manages the CopyPaste and Drag and Drop scenarios for a Project. | COMMENT |
| LOW | …src/FSharp.ProjectSystem.Base/ProjectNode.CopyPaste.cs | 161 | /// <summary> | COMMENT |
| LOW | …src/FSharp.ProjectSystem.Base/ProjectNode.CopyPaste.cs | 881 | /// <summary> | COMMENT |
| LOW | …ration/src/FSharp.ProjectSystem.Base/ProjectFactory.cs | 81 | /// <summary> | COMMENT |
| LOW | …ation/src/FSharp.ProjectSystem.Base/StructuresEnums.cs | 261 | /// Defines the global properties used by the msbuild project. | COMMENT |
| LOW | …ation/src/FSharp.ProjectSystem.Base/StructuresEnums.cs | 281 | /// <summary> | COMMENT |
| LOW | …ation/src/FSharp.ProjectSystem.Base/StructuresEnums.cs | 301 | /// <summary> | COMMENT |
| LOW | …ation/src/FSharp.ProjectSystem.Base/StructuresEnums.cs | 401 | /// </summary> | COMMENT |
| LOW | …integration/src/FSharp.ProjectSystem.Base/Utilities.cs | 101 | COMMENT | |
| LOW | …tegration/src/FSharp.ProjectSystem.Base/OutputGroup.cs | 221 | { | COMMENT |
| LOW | …ration/src/FSharp.ProjectSystem.Base/ConfigProvider.cs | 141 | } | COMMENT |
| LOW | …n/src/FSharp.ProjectSystem.Base/FileDocumentManager.cs | 41 | /// <param name="windowFrameAction">Determine the UI action on the document window</param> | COMMENT |
| LOW | vsintegration/src/FSharp.ProjectSystem.Base/FileNode.cs | 701 | /// </summary> | COMMENT |
| LOW | …gration/src/FSharp.ProjectSystem.Base/ProjectConfig.cs | 1381 | pages[0] = PackageUtilities.CreateCAUUIDFromGuidArray(guids); | COMMENT |
| LOW | …ion/src/FSharp.ProjectSystem.Base/FileChangeManager.cs | 21 | /// Defines a data structure that can link a item moniker to the item and its file change cookie. | COMMENT |
| LOW | …on/src/FSharp.ProjectSystem.Base/GlobalSuppressions.cs | 1 | // Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license informati | COMMENT |
| LOW | …ration/src/FSharp.ProjectSystem.Base/LinkedFileNode.cs | 81 | /// Override GetProperty so we can support linked files. | COMMENT |
| LOW | …gration/src/FSharp.ProjectSystem.Base/HierarchyNode.cs | 1101 | /// Called by the drag and drop implementation to ask the node | COMMENT |
| LOW | …gration/src/FSharp.ProjectSystem.Base/HierarchyNode.cs | 1441 | COMMENT | |
| LOW | …gration/src/FSharp.ProjectSystem.Base/HierarchyNode.cs | 1461 | if (cmdGroup == VsMenus.guidVsUIHierarchyWindowCmds) | COMMENT |
| LOW | …gration/src/FSharp.ProjectSystem.Base/HierarchyNode.cs | 2701 | } | COMMENT |
| LOW | …gration/src/FSharp.ProjectSystem.Base/HierarchyNode.cs | 2801 | else | COMMENT |
| LOW | …on/src/FSharp.ProjectSystem.Base/OleServiceProvider.cs | 141 | /// <summary> | COMMENT |
| LOW | …p.ProjectSystem.Base/Misc/AutomationExtenderManager.cs | 521 | EventDescriptorCollection ICustomTypeDescriptor.GetEvents() { | COMMENT |
| LOW | …p.ProjectSystem.Base/Misc/AutomationExtenderManager.cs | 801 | COMMENT | |
| LOW | …on/src/FSharp.ProjectSystem.Base/Misc/NativeMethods.cs | 581 | return s.ToString(); | COMMENT |
| LOW | …/FSharp.ProjectSystem.Base/Automation/OAProjectItem.cs | 401 | } | COMMENT |
| LOW | …ojectSystem.Base/Automation/OANavigableProjectItems.cs | 61 | } | COMMENT |
| LOW | …ojectSystem.Base/Automation/OANavigableProjectItems.cs | 141 | /// <summary> | COMMENT |
| LOW | …ojectSystem.Base/Automation/OANavigableProjectItems.cs | 161 | COMMENT | |
| LOW | …src/FSharp.ProjectSystem.Base/Automation/OAProperty.cs | 121 | COMMENT | |
| LOW | …egration/src/FSharp.LanguageService.Base/ViewFilter.cs | 21 | COMMENT | |
| LOW | …gration/src/FSharp.LanguageService.Base/Preferences.cs | 21 | COMMENT | |
| LOW | …egration/src/FSharp.LanguageService.Base/EditorView.cs | 21 | /// This class View provides an abstract base class for simple editor views | COMMENT |
| LOW | …egration/src/FSharp.LanguageService.Base/EditorView.cs | 101 | } | COMMENT |
| 45 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/agentic-state-machine.lock.yml | 25 | # Reads all agentic workflow .md files in this repo, extracts the | COMMENT |
| MEDIUM | .github/workflows/agentic-state-machine.lock.yml | 242 | {{#runtime-import .github/workflows/agentic-state-machine.md}} | CODE |
| MEDIUM | .github/agents/agentic-workflows.agent.md | 41 | - Configuration: https://github.com/github/gh-aw/blob/v0.74.8/.github/aw/github-agentic-workflows.md | CODE |
| MEDIUM⚡ | .github/agents/agentic-workflows.agent.md | 63 | **Prompt file**: https://github.com/github/gh-aw/blob/v0.74.8/.github/aw/create-agentic-workflow.md | CODE |
| MEDIUM⚡ | .github/agents/agentic-workflows.agent.md | 73 | **Prompt file**: https://github.com/github/gh-aw/blob/v0.74.8/.github/aw/update-agentic-workflow.md | CODE |
| MEDIUM⚡ | .github/agents/agentic-workflows.agent.md | 83 | **Prompt file**: https://github.com/github/gh-aw/blob/v0.74.8/.github/aw/debug-agentic-workflow.md | CODE |
| MEDIUM⚡ | .github/agents/agentic-workflows.agent.md | 93 | **Prompt file**: https://github.com/github/gh-aw/blob/v0.74.8/.github/aw/upgrade-agentic-workflows.md | CODE |
| MEDIUM | .github/agents/agentic-workflows.agent.md | 113 | **Prompt file**: https://github.com/github/gh-aw/blob/v0.74.8/.github/aw/create-shared-agentic-workflow.md | CODE |
| MEDIUM | .github/agents/agentic-workflows.agent.md | 197 | # Initialize repository for agentic workflows | COMMENT |
| MEDIUM | .github/agents/agentic-workflows.agent.md | 229 | - Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.74.8/.github/aw/github-agentic-workf | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/LegacyMSBuildResolver/LegacyResolver.txt | 1 | # ------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/LegacyMSBuildResolver/LegacyResolver.txt | 3 | # ------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/Compiler/FSComp.txt | 1 | # ------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/Compiler/FSComp.txt | 3 | # ------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/Compiler/FSComp.txt | 1022 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/Compiler/FSComp.txt | 1024 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/Compiler/FSComp.txt | 1135 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/Compiler/FSComp.txt | 1137 | # ----------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | .github/skills/pr-build-status/SKILL.md | 77 | ### Step 1: Get Failed Build ID | COMMENT |
| LOW⚡ | .github/skills/pr-build-status/SKILL.md | 83 | ### Step 2: List ALL Failed Jobs (Cross-Platform!) | COMMENT |
| LOW⚡ | .github/skills/pr-build-status/SKILL.md | 93 | ### Step 3: Get Errors Per Platform | COMMENT |
| LOW⚡ | .github/skills/pr-build-status/SKILL.md | 101 | ### Step 4: Write CI_ERRORS.md | COMMENT |
| LOW | .github/skills/pr-build-status/SKILL.md | 135 | ### Step 5: Reproduce Locally BEFORE Fixing | COMMENT |
| LOW | .github/skills/pr-build-status/SKILL.md | 144 | ### Step 6: Fix and Verify | COMMENT |
| LOW | .github/skills/hypothesis-driven-debugging/SKILL.md | 31 | ### Step 1: Create Minimal Reproduction | COMMENT |
| LOW | .github/skills/hypothesis-driven-debugging/SKILL.md | 59 | ### Step 2: Form 3 Hypotheses | COMMENT |
| LOW | .github/skills/hypothesis-driven-debugging/SKILL.md | 83 | ### Step 3: Verification Methods | COMMENT |
| LOW | .github/skills/hypothesis-driven-debugging/SKILL.md | 120 | ### Step 4: Document Findings | COMMENT |
| LOW | .github/skills/hypothesis-driven-debugging/SKILL.md | 162 | ### Step 5: Critical - Always Re-run Tests | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | eng/common/tools.sh | 309 | # Check if the script is older than 30 days using timestamp file | COMMENT |
| LOW | eng/common/SetupNugetSources.sh | 60 | # Check if disabledPackageSources section exists | COMMENT |
| LOW | eng/common/SetupNugetSources.sh | 66 | # Check if this source name is disabled | COMMENT |
| LOW | eng/common/SetupNugetSources.sh | 86 | # Check if source already exists | COMMENT |
| LOW | eng/common/SetupNugetSources.sh | 116 | # Check if disabledPackageSources section exists | COMMENT |
| LOW | eng/common/SetupNugetSources.sh | 198 | # Check if there is no existing credential for this FeedName | COMMENT |
| LOW | eng/common/core-templates/steps/source-build.yml | 31 | # Check if AzDO substitutes in a build config from a variable, and use it if so. | COMMENT |
| LOW | eng/common/core-templates/steps/install-microbuild.yml | 60 | # Check if ESRP is disabled while SignType is real | COMMENT |
| LOW | .github/workflows/check_release_notes.yml | 105 | # Check if path is in modified files: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | eng/common/cross/install-debs.py | 126 | # keyboxd, which makes it robust on hosts running GnuPG 2.4+ (e.g. Azure | COMMENT |
| LOW | …ommon/core-templates/steps/enable-internal-sources.yml | 24 | # If running on dnceng (internal project), just use the default behavior for NuGetAuthenticate. | COMMENT |
| MEDIUM | …ration/src/FSharp.ProjectSystem.Base/ConfigProvider.cs | 108 | // Be robust in release | COMMENT |
| MEDIUM | …tegration/src/FSharp.LanguageService.Base/Utilities.cs | 631 | // Absolutely no match | COMMENT |
| MEDIUM | .github/workflows/commands.yml | 60 | # This second job by definition runs user-supplied code - you must NOT elevate its permissions to `write` | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | eng/common/native/install-dependencies.sh | 7 | # Usage: | COMMENT |
| LOW | …common/templates-official/variables/pool-providers.yml | 12 | # How to use: | COMMENT |
| LOW | eng/common/templates/variables/pool-providers.yml | 12 | # How to use: | COMMENT |
| LOW | eng/templates/batched-test-steps.yml | 4 | # Example usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | eng/common/cross/install-debs.py | 20 | CODE | |
| LOW | eng/common/cross/install-debs.py | 196 | CODE | |
| LOW | eng/common/cross/install-debs.py | 221 | CODE | |
| LOW | eng/common/cross/install-debs.py | 259 | CODE | |
| LOW | eng/common/cross/install-debs.py | 293 | CODE | |
| LOW | eng/common/cross/install-debs.py | 348 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | eng/common/cross/install-debs.py | 42 | print(f"Error downloading {url}: {type(e).__name__} - {e}. Retrying...") | CODE |
| MEDIUM | eng/common/cross/install-debs.py | 206 | print(f"Error: Package '{current}' was not found in the available packages.") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | eng/common/cross/install-debs.py | 49 | async def download_deb_files_parallel(mirror, packages, tmp_dir): | CODE |
| LOW | eng/common/cross/install-debs.py | 65 | async def download_package_index_parallel(mirror, arch, suites, check_sig, keyring): | CODE |
| LOW | eng/common/cross/install-debs.py | 337 | def _rootfs_extraction_filter(member, dest_path): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | eng/common/cross/build-rootfs.sh | 636 | # Create the symlink in the same directory | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | eng/common/cross/install-debs.py | 18 | CODE |