Repository Analysis

microsoft/aspire

Aspire is the tool for code-first, extensible, observable dev and deploy.

7.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of microsoft/aspire, a C# project with 6,163 GitHub stars. SynthScan v2.0 examined 1,433,982 lines of code across 8065 source files, recording 7089 pattern matches distributed across 23 syntactic categories. The overall adjusted score of 7.0 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).

7.0
Adjusted Score
7.0
Raw Score
100%
Time Factor
2026-07-14
Last Push
6.2K
Stars
C#
Language
1.4M
Lines of Code
8.1K
Files
7.1K
Pattern Hits
2026-07-14
Scan Date
0.03
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 14HIGH 222MEDIUM 537LOW 6316

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 7089 distinct pattern matches across 23 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 Block4091 hits · 3806 pts
SeverityFileLineSnippetContext
LOWlocalhive.sh1#!/usr/bin/env bashCOMMENT
LOWlocalhive.sh541COMMENT
LOWeng/clipack/npm/aspire.js281 const source = fs.statSync(sourcePath);COMMENT
LOWeng/clipack/npm/aspire.js321COMMENT
LOWeng/homebrew/validate-cask-artifact.sh1#!/usr/bin/env bashCOMMENT
LOWeng/homebrew/validate-cask-artifact.sh161#COMMENT
LOWeng/pipelines/azure-pipelines.yml221 # ----------------------------------------------------------------COMMENT
LOWeng/pipelines/azure-pipelines.yml261 # ----------------------------------------------------------------COMMENT
LOWeng/pipelines/azure-pipelines.yml321 steps:COMMENT
LOWeng/pipelines/azure-pipelines.yml361 # Upload the packed managed Shipping artifacts so the downstreamCOMMENT
LOWeng/pipelines/azure-pipelines.yml481 # validation signal, not a shipping dependency — running it inCOMMENT
LOWeng/pipelines/azure-pipelines.yml501 # between `build` and `build_sign_native` is preserved. The AssembleCOMMENT
LOWeng/pipelines/azure-pipelines.yml541COMMENT
LOWeng/pipelines/azure-pipelines.yml581 # limited to native CLI staged content at sign time avoids that.COMMENT
LOWeng/pipelines/azure-pipelines.yml621 - pwsh: |COMMENT
LOWeng/pipelines/azure-pipelines.yml661 artifact: managed_dashboard_artifactsCOMMENT
LOWeng/pipelines/azure-pipelines.yml681 #COMMENT
LOWeng/pipelines/azure-pipelines.yml741 # Generate installer packages (WinGet + Homebrew) and validate npm install.COMMENT
LOWeng/pipelines/release-publish-nuget.yml1# Release Pipeline: Publish Aspire Release ArtifactsCOMMENT
LOWeng/pipelines/release-publish-nuget.yml181 os: windowsCOMMENT
LOWeng/pipelines/release-publish-nuget.yml281 # parameters.ReleaseVersion, we honor it but log a loud warning whenCOMMENT
LOWeng/pipelines/release-publish-nuget.yml821 # Validate ESRP owner/approver configuration on dry runs as wellCOMMENT
LOWeng/pipelines/release-publish-nuget.yml1261 exit 1COMMENT
LOWeng/pipelines/release-publish-nuget.yml1721 # below: npm CDN propagation of 7 freshly-published scopedCOMMENT
LOWeng/pipelines/release-publish-nuget.yml2341 targetPath: '$(Pipeline.Workspace)/winget/winget-manifests-stable'COMMENT
LOWeng/pipelines/release-publish-nuget.yml2361 # dispatch job just created.COMMENT
LOWeng/pipelines/release-publish-nuget.yml2381 # SkipNixPackageUpdate / SkipHomebrewValidation) so partial-failureCOMMENT
LOWeng/pipelines/release-publish-nuget.yml2561 # name as a path prefix (e.g. 'BlobArtifacts/aspire-cli-...'), soCOMMENT
LOWeng/pipelines/release-publish-nuget.yml2621 # Get-AspireBotInstallationToken.ps1, which uses RSA.ImportFromPemCOMMENT
LOWeng/pipelines/release-publish-nuget.yml2721 # `brew install`/`brew uninstall` against the cask file produced byCOMMENT
LOWeng/pipelines/templates/build_sign_native.yml1parameters:COMMENT
LOWeng/pipelines/templates/build_sign_native.yml81 ${{ if eq(parameters.agentOs, 'macos') }}:COMMENT
LOWeng/pipelines/templates/build_sign_native.yml141 # binary that refuses to boot. pr-<N> is intentionally excludedCOMMENT
LOWeng/pipelines/templates/build_sign_native.yml161 $channel = "pr-$prNumber"COMMENT
LOWeng/pipelines/templates/build_sign_native.yml361COMMENT
LOWeng/pipelines/templates/build_sign_native.yml381 # empty string on PRs and public/test-signed runs (whereCOMMENT
LOWeng/pipelines/templates/prepare-npm-cli-packages.yml61 expectedVersion="$(NpmExpectedVersion)"COMMENT
LOWeng/pipelines/templates/prepare-npm-cli-packages.yml161 fiCOMMENT
LOWeng/pipelines/templates/prepare-npm-cli-packages.yml201 if ! command -v aspire >/dev/null 2>&1; thenCOMMENT
LOWeng/pipelines/templates/prepare-npm-cli-packages.yml221 # npm SemVer (npm/semver) doesn't honor it for equality.COMMENT
LOWeng/pipelines/templates/BuildAndTest.yml41 # / publish to a separate parallel stage (build_extension). The managedCOMMENT
LOWeng/pipelines/templates/download_native_symbols.yml1parameters: []COMMENT
LOWeng/pipelines/templates/build_extension.yml1# Builds, signs, and publishes the VS Code extension VSIX as a standaloneCOMMENT
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/job/source-build.yml1parameters:COMMENT
LOWeng/common/core-templates/job/source-build.yml21 # published by source-build.COMMENT
LOWeng/scripts/debug-staging.sh1#!/usr/bin/env bashCOMMENT
LOWeng/scripts/stabilization-smoke-init-restore.sh1#!/usr/bin/env bashCOMMENT
LOWeng/scripts/stabilization-smoke-init-restore.sh21# - flip <SuppressFinalPackageVersion>true</...> on Aspire.Hosting.Foo (ship it as preview), orCOMMENT
LOWeng/scripts/stabilization-smoke-init-restore.sh41# pulled in by the template (Microsoft.Extensions.*, OpenTelemetry.*, etc.) are routed to theCOMMENT
LOWeng/scripts/stabilization-smoke-init-restore.sh141# * aspire's --output (and other path-based) flags resolve relative paths againstCOMMENT
LOWeng/scripts/stabilization-smoke-init-restore.sh221# baked into run_aspire):COMMENT
LOWeng/scripts/debug-aspire-channel.sh1#!/usr/bin/env bashCOMMENT
4031 more matches not shown…
Structural Annotation Overuse826 hits · 1268 pts
SeverityFileLineSnippetContext
LOWeng/pipelines/templates/build_sign_native.yml189 # Step 1: dotnet publish produces the self-contained single-file binary.COMMENT
LOWeng/pipelines/templates/build_sign_native.yml190 # Step 2: build.sh -sign runs Arcade's signing (only when codeSign is enabled).COMMENT
LOWeng/pipelines/templates/build_sign_native.yml191 # Step 3: Bundle.proj creates the bundle layout and archive using the signed binary.COMMENT
LOWtools/ReleaseNotes/docs/api-documentation.md32#### Step 1: Start with API Changes Diff to Identify What's NewCOMMENT
LOWtools/ReleaseNotes/docs/api-documentation.md38#### Step 2: Use Uber File Only for Writing Accurate Usage ExamplesCOMMENT
LOWtools/ReleaseNotes/docs/api-documentation.md44#### Step 3: Extract Complete API Signatures for Code SamplesCOMMENT
LOWtools/ReleaseNotes/docs/api-documentation.md52#### Step 4: Write Usage Example with Correct API SignaturesCOMMENT
LOWtools/ReleaseNotes/docs/commit-analysis.md16### Step 1: Read Commit Messages for ContextCOMMENT
LOWtools/ReleaseNotes/docs/commit-analysis.md26### Step 2: Look Up GitHub Issues and Pull Requests for Additional ContextCOMMENT
LOWtools/ReleaseNotes/docs/commit-analysis.md171### Step 3: Identify Feature Types by Commit Message PatternsCOMMENT
LOWtools/ReleaseNotes/docs/commit-analysis.md179### Step 4: Extract User-Facing ImpactCOMMENT
LOWextension/gulpfile.js41 // Step 1: Export strings from source files to bundle.l10n.jsonCOMMENT
LOWextension/gulpfile.js54 // Step 2: Generate XLF file from package.nls.json using library functionCOMMENT
LOWplayground/BlazorStandalone/README.md43### Step 1: AppHost Registers the WASM App and GatewayCOMMENT
LOWplayground/BlazorStandalone/README.md71### Step 2: Gateway Exposes Configuration EndpointCOMMENT
LOWplayground/BlazorStandalone/README.md92### Step 3: JavaScript Initializer Injects Environment VariablesCOMMENT
LOWplayground/BlazorStandalone/README.md115### Step 4: WASM Client Bridges Environment Variables into IConfigurationCOMMENT
LOWplayground/BlazorStandalone/README.md136### Step 5: Telemetry Flows to Aspire DashboardCOMMENT
LOWplayground/BlazorHosted/README.md42### Step 1: AppHost Registers the Hosted AppCOMMENT
LOWplayground/BlazorHosted/README.md61### Step 2: Server Embeds Configuration in DOM CommentCOMMENT
LOWplayground/BlazorHosted/README.md87### Step 3: JavaScript Initializer Reads DOM CommentCOMMENT
LOWplayground/BlazorHosted/README.md111### Step 4: WASM Client Bridges Environment Variables into IConfigurationCOMMENT
LOWplayground/BlazorHosted/README.md131### Step 5: Server Configures YARP for ProxyingCOMMENT
LOWplayground/BlazorHosted/README.md164### Step 6: Telemetry Flows Through Server to DashboardCOMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs486 // Step 1: Type aspire new and wait for the template listCOMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs494 // Step 2: Navigate to and select the desired templateCOMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs572 // Step 3: Enter the project name. The CLI resolves the selected template's version againstCOMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs585 // Step 4: Accept default output pathCOMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs592 // Step 5: URLs prompt (all templates have this). The CLI may spend timeCOMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs608 // Step 6: Redis prompt (only Starter, JsReact, PythonReact)COMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs626 // Step 7: Test project prompt (only Starter)COMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs636 // Step 8: Decline the agent init prompt and wait for successCOMMENT
LOWtests/Shared/Hex1bTestHelpers.cs383 // Step 1: Type aspire new and wait for the template listCOMMENT
LOWtests/Shared/Hex1bTestHelpers.cs388 // Step 2: Navigate to and select the desired templateCOMMENT
LOWtests/Shared/Hex1bTestHelpers.cs446 // Step 3: Enter project nameCOMMENT
LOWtests/Shared/Hex1bTestHelpers.cs451 // Step 4: Accept default output pathCOMMENT
LOWtests/Shared/Hex1bTestHelpers.cs455 // Step 5: URLs prompt (all templates have this)COMMENT
LOWtests/Shared/Hex1bTestHelpers.cs459 // Step 6: Redis prompt (only Starter, JsReact, PythonReact)COMMENT
LOWtests/Shared/Hex1bTestHelpers.cs476 // Step 7: Test project prompt (only Starter)COMMENT
LOWtests/Shared/Hex1bTestHelpers.cs485 // Step 8: Decline the agent init prompt and wait for successCOMMENT
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs75 // Step 1: Prepare environmentCOMMENT
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs79 // Step 2: Set up CLICOMMENT
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs82 // Step 3: Create single-file AppHostCOMMENT
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs86 // Step 4: Add Azure Container Apps packageCOMMENT
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs93 // Step 5: Modify apphost.cs to add Azure Container App EnvironmentCOMMENT
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs109 // Step 6: Set environment variables with an INVALID Azure location to induce failure.STRING
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs120 // Step 7: Deploy (expecting failure) and capture output to a fileSTRING
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs127 // Step 8: Exit terminalSTRING
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs133 // Step 9: Read captured output and verify error messages are cleanSTRING
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs66 // Step 1: Prepare environmentCOMMENT
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs70 // Step 2: Set up CLI environmentCOMMENT
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs73 // Step 3: Create single-file AppHost using aspire initCOMMENT
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs98 // Step 5: Modify apphost.cs to add VNet + PE infrastructureCOMMENT
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs134 // Step 6: Set environment variables for deploymentSTRING
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs139 // Step 7: Deploy to AzureSTRING
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs146 // Step 8: Verify VNet infrastructureSTRING
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs154 // Step 9: Clean up Azure resources using aspire destroySTRING
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs158 // Step 10: Exit terminalSTRING
LOW…loyment.EndToEnd.Tests/PythonFastApiDeploymentTests.cs74 // Step 1: Prepare environmentCOMMENT
LOW…loyment.EndToEnd.Tests/PythonFastApiDeploymentTests.cs78 // Step 2: Set up CLI environmentCOMMENT
766 more matches not shown…
Synthetic Comment Markers168 hits · 1260 pts
SeverityFileLineSnippetContext
HIGHsrc/Aspire.Hosting.Yarp/api/Aspire.Hosting.Yarp.cs3// This code was generated by a tool.COMMENT
HIGH…ion.Python/api/Aspire.Hosting.CodeGeneration.Python.cs3// This code was generated by a tool.COMMENT
HIGH…Registry/api/Aspire.Hosting.Azure.ContainerRegistry.cs3// This code was generated by a tool.COMMENT
HIGH…c/Aspire.Hosting.MongoDB/api/Aspire.Hosting.MongoDB.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting.Python/api/Aspire.Hosting.Python.cs3// This code was generated by a tool.COMMENT
HIGH….Azure.FrontDoor/api/Aspire.Hosting.Azure.FrontDoor.cs3// This code was generated by a tool.COMMENT
HIGH….Azure.WebPubSub/api/Aspire.Hosting.Azure.WebPubSub.cs3// This code was generated by a tool.COMMENT
HIGH…ting.GitHub.Models/api/Aspire.Hosting.GitHub.Models.cs3// This code was generated by a tool.COMMENT
HIGH…Aspire.Hosting.Keycloak/api/Aspire.Hosting.Keycloak.cs3// This code was generated by a tool.COMMENT
HIGH…c/Aspire.Hosting.AppHost/api/Aspire.Hosting.AppHost.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting.Docker/api/Aspire.Hosting.Docker.cs3// This code was generated by a tool.COMMENT
HIGH…pire.Hosting.SqlServer/api/Aspire.Hosting.SqlServer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting.Foundry/FoundryModel.Generated.cs280 /// <para>Azure AI Content Safety is a safety system for monitoring content generated by both foundation modelCOMMENT
HIGH…c/Aspire.Hosting.Foundry/api/Aspire.Hosting.Foundry.cs3// This code was generated by a tool.COMMENT
HIGH….Hosting.Azure.Kusto/api/Aspire.Hosting.Azure.Kusto.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting.MySql/api/Aspire.Hosting.MySql.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting.Oracle/api/Aspire.Hosting.Oracle.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting.Garnet/api/Aspire.Hosting.Garnet.cs3// This code was generated by a tool.COMMENT
HIGH…zure.Kubernetes/api/Aspire.Hosting.Azure.Kubernetes.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.TypeSystem/api/Aspire.TypeSystem.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting.Kafka/api/Aspire.Hosting.Kafka.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting.Valkey/api/Aspire.Hosting.Valkey.cs3// This code was generated by a tool.COMMENT
HIGH…eration.Java/api/Aspire.Hosting.CodeGeneration.Java.cs3// This code was generated by a tool.COMMENT
HIGH…ppContainers/api/Aspire.Hosting.Azure.AppContainers.cs3// This code was generated by a tool.COMMENT
HIGH…ting.Azure.Storage/api/Aspire.Hosting.Azure.Storage.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Dashboard/Resources/ConsoleLogs.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Dashboard/Resources/Traces.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Dashboard/Resources/Dialogs.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Dashboard/Resources/TraceDetail.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…Aspire.Dashboard/Resources/ControlsStrings.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…re.Dashboard/Resources/StructuredFiltering.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Dashboard/Resources/Reconnect.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Dashboard/Resources/Columns.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Dashboard/Resources/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Dashboard/Resources/Login.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Dashboard/Resources/Layout.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…spire.Dashboard/Resources/KnownUrlsDisplay.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…/Aspire.Dashboard/Resources/StructuredLogs.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Dashboard/Resources/Routes.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Dashboard/Resources/Metrics.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Dashboard/Utils/MimeTypeHelpers.cs45 // AI generated list of extensions.COMMENT
HIGH…eGeneration.Go/api/Aspire.Hosting.CodeGeneration.Go.cs3// This code was generated by a tool.COMMENT
HIGH…spire.Hosting/Resources/InteractionStrings.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting/Resources/MessageStrings.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting/Resources/CommandStrings.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ire.Hosting/Resources/LaunchProfileStrings.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting/api/Aspire.Hosting.cs3// This code was generated by a tool.COMMENT
HIGH…Script/api/Aspire.Hosting.CodeGeneration.TypeScript.cs3// This code was generated by a tool.COMMENT
HIGH…ting.Azure.SignalR/api/Aspire.Hosting.Azure.SignalR.cs3// This code was generated by a tool.COMMENT
HIGH…eration.Rust/api/Aspire.Hosting.CodeGeneration.Rust.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting.Seq/api/Aspire.Hosting.Seq.cs3// This code was generated by a tool.COMMENT
HIGH…ng.Azure.CosmosDB/api/Aspire.Hosting.Azure.CosmosDB.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting.Nats/api/Aspire.Hosting.Nats.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Aspire.Hosting.Maui/api/Aspire.Hosting.Maui.cs3// This code was generated by a tool.COMMENT
HIGH….Hosting.Azure.Redis/api/Aspire.Hosting.Azure.Redis.cs3// This code was generated by a tool.COMMENT
HIGH…re.Hosting.JavaScript/api/Aspire.Hosting.JavaScript.cs3// This code was generated by a tool.COMMENT
HIGH…Aspire.ProjectTemplates/api/Aspire.ProjectTemplates.cs3// This code was generated by a tool.COMMENT
HIGH…ting.Azure.Network/api/Aspire.Hosting.Azure.Network.cs3// This code was generated by a tool.COMMENT
HIGH…re.Hosting.Kubernetes/api/Aspire.Hosting.Kubernetes.cs3// This code was generated by a tool.COMMENT
HIGH…Aspire.Hosting.Browsers/api/Aspire.Hosting.Browsers.cs3// This code was generated by a tool.COMMENT
108 more matches not shown…
Decorative Section Separators374 hits · 1112 pts
SeverityFileLineSnippetContext
MEDIUMeng/pipelines/azure-pipelines-unofficial.yml113 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/azure-pipelines-unofficial.yml115 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/azure-pipelines.yml213 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/azure-pipelines.yml221 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/azure-pipelines.yml230 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/azure-pipelines.yml241 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/azure-pipelines.yml261 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/azure-pipelines.yml268 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/azure-pipelines.yml398 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/azure-pipelines.yml405 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/azure-pipelines.yml475 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/azure-pipelines.yml483 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/azure-pipelines.yml740 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/azure-pipelines.yml753 # ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/templates/public-pipeline-template.yml64# ----------------------------------------------------------------COMMENT
MEDIUMeng/pipelines/templates/public-pipeline-template.yml66# ----------------------------------------------------------------COMMENT
MEDIUMeng/scripts/stabilization-smoke-init-restore.sh49# -------------COMMENT
MEDIUMeng/scripts/stabilization-smoke-init-restore.sh56# -----------COMMENT
MEDIUMeng/scripts/get-aspire-cli-pr.sh302# =============================================================================COMMENT
MEDIUMeng/scripts/get-aspire-cli-pr.sh304# =============================================================================COMMENT
MEDIUMeng/scripts/get-aspire-cli-pr.sh623# =============================================================================COMMENT
MEDIUMeng/scripts/get-aspire-cli-pr.sh625# =============================================================================COMMENT
MEDIUMeng/scripts/get-aspire-cli-pr.sh764# =============================================================================COMMENT
MEDIUMeng/scripts/get-aspire-cli-pr.sh766# =============================================================================COMMENT
MEDIUMeng/scripts/debug-aspire-channel.sh30# ------------------------COMMENT
MEDIUMextension/src/test/parsers.test.ts1283 '// ── Python Player ──────────────',CODE
MEDIUMextension/src/dcp/DashboardTelemetryPassthrough.ts7// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMextension/src/dcp/DashboardTelemetryPassthrough.ts42// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMextension/src/utils/telemetryRegistry.ts1// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMextension/src/utils/telemetryRegistry.ts29// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMextension/src/utils/telemetryRegistry.ts51 // ── Extension-emitted events ────────────────────────────────────────────COMMENT
MEDIUMextension/src/utils/telemetryRegistry.ts105 // ── Dashboard passthrough events ────────────────────────────────────────COMMENT
MEDIUMextension/src/utils/telemetry.ts285// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMextension/src/utils/telemetry.ts287// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/Aspire.Acquisition.Tests/Scripts/PipedInstallTests.cs28 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/Aspire.Acquisition.Tests/Scripts/PipedInstallTests.cs30 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/Aspire.Acquisition.Tests/Scripts/PipedInstallTests.cs115 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/Aspire.Acquisition.Tests/Scripts/PipedInstallTests.cs117 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/Aspire.Acquisition.Tests/Scripts/PipedInstallTests.cs165 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/Aspire.Acquisition.Tests/Scripts/PipedInstallTests.cs167 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/PolyglotAppHosts/Aspire.Hosting/Python/apphost.py177 # ===================================================================COMMENT
MEDIUMtests/PolyglotAppHosts/Aspire.Hosting/Python/apphost.py318 # ===================================================================COMMENT
MEDIUMtests/PolyglotAppHosts/Aspire.Hosting/Python/apphost.py329 # ===================================================================COMMENT
MEDIUM…AppHosts/Aspire.Hosting.Azure.ServiceBus/Go/apphost.go15 // ── 1. AddAzureServiceBus ──────────────────────────────────────────────────COMMENT
MEDIUM…AppHosts/Aspire.Hosting.Azure.ServiceBus/Go/apphost.go21 // ── 2. RunAsEmulator — with ConfigureContainer callback ────────────────────COMMENT
MEDIUM…AppHosts/Aspire.Hosting.Azure.ServiceBus/Go/apphost.go33 // ── 3. AddServiceBusQueue — factory method returns Queue type ──────────────COMMENT
MEDIUM…AppHosts/Aspire.Hosting.Azure.ServiceBus/Go/apphost.go41 // ── 4. AddServiceBusTopic — factory method returns Topic type ──────────────COMMENT
MEDIUM…AppHosts/Aspire.Hosting.Azure.ServiceBus/Go/apphost.go64 // ── DTO types ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…AppHosts/Aspire.Hosting.Azure.ServiceBus/Go/apphost.go80 // ── 6. WithProperties — callbacks on Queue, Topic, Subscription ────────────COMMENT
MEDIUM…AppHosts/Aspire.Hosting.Azure.ServiceBus/Go/apphost.go154 // ── 8. Fluent chaining — verify correct return types enable chaining ───────COMMENT
MEDIUM…osts/Aspire.Hosting.Azure.ServiceBus/Python/apphost.py8 # ── 1. addAzureServiceBus ──────────────────────────────────────────────────COMMENT
MEDIUM…osts/Aspire.Hosting.Azure.ServiceBus/Python/apphost.py10 # ── 2. runAsEmulator — with configureContainer callback ────────────────────COMMENT
MEDIUM…osts/Aspire.Hosting.Azure.ServiceBus/Python/apphost.py12 # ── 3. addServiceBusQueue — factory method returns Queue type ──────────────COMMENT
MEDIUM…osts/Aspire.Hosting.Azure.ServiceBus/Python/apphost.py14 # ── 4. addServiceBusTopic — factory method returns Topic type ──────────────COMMENT
MEDIUM…osts/Aspire.Hosting.Azure.ServiceBus/Python/apphost.py18 # ── DTO types ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…osts/Aspire.Hosting.Azure.ServiceBus/Python/apphost.py31 # ── 8. Verify enum values are accessible ────────────────────────────────────COMMENT
MEDIUM…otAppHosts/Aspire.Hosting.Azure.KeyVault/Go/apphost.go15 // ── 1. AddAzureKeyVault ──────────────────────────────────────────────────COMMENT
MEDIUM…otAppHosts/Aspire.Hosting.Azure.KeyVault/Go/apphost.go28 // ── 2. WithKeyVaultRoleAssignments ────────────────────────────────────────COMMENT
MEDIUM…otAppHosts/Aspire.Hosting.Azure.KeyVault/Go/apphost.go34 // ── 3. AddSecret ──────────────────────────────────────────────────────────COMMENT
MEDIUM…otAppHosts/Aspire.Hosting.Azure.KeyVault/Go/apphost.go37 // ── 4. AddSecret (expression value) ───────────────────────────────────────COMMENT
314 more matches not shown…
Verbosity Indicators708 hits · 1090 pts
SeverityFileLineSnippetContext
LOWeng/pipelines/templates/build_sign_native.yml189 # Step 1: dotnet publish produces the self-contained single-file binary.COMMENT
LOWeng/pipelines/templates/build_sign_native.yml190 # Step 2: build.sh -sign runs Arcade's signing (only when codeSign is enabled).COMMENT
LOWeng/pipelines/templates/build_sign_native.yml191 # Step 3: Bundle.proj creates the bundle layout and archive using the signed binary.COMMENT
LOWextension/gulpfile.js41 // Step 1: Export strings from source files to bundle.l10n.jsonCOMMENT
LOWextension/gulpfile.js54 // Step 2: Generate XLF file from package.nls.json using library functionCOMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs486 // Step 1: Type aspire new and wait for the template listCOMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs494 // Step 2: Navigate to and select the desired templateCOMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs572 // Step 3: Enter the project name. The CLI resolves the selected template's version againstCOMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs585 // Step 4: Accept default output pathCOMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs592 // Step 5: URLs prompt (all templates have this). The CLI may spend timeCOMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs608 // Step 6: Redis prompt (only Starter, JsReact, PythonReact)COMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs626 // Step 7: Test project prompt (only Starter)COMMENT
LOWtests/Shared/Hex1bAutomatorTestHelpers.cs636 // Step 8: Decline the agent init prompt and wait for successCOMMENT
LOWtests/Shared/Hex1bTestHelpers.cs383 // Step 1: Type aspire new and wait for the template listCOMMENT
LOWtests/Shared/Hex1bTestHelpers.cs388 // Step 2: Navigate to and select the desired templateCOMMENT
LOWtests/Shared/Hex1bTestHelpers.cs446 // Step 3: Enter project nameCOMMENT
LOWtests/Shared/Hex1bTestHelpers.cs451 // Step 4: Accept default output pathCOMMENT
LOWtests/Shared/Hex1bTestHelpers.cs455 // Step 5: URLs prompt (all templates have this)COMMENT
LOWtests/Shared/Hex1bTestHelpers.cs459 // Step 6: Redis prompt (only Starter, JsReact, PythonReact)COMMENT
LOWtests/Shared/Hex1bTestHelpers.cs476 // Step 7: Test project prompt (only Starter)COMMENT
LOWtests/Shared/Hex1bTestHelpers.cs485 // Step 8: Decline the agent init prompt and wait for successCOMMENT
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs75 // Step 1: Prepare environmentCOMMENT
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs79 // Step 2: Set up CLICOMMENT
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs82 // Step 3: Create single-file AppHostCOMMENT
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs86 // Step 4: Add Azure Container Apps packageCOMMENT
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs93 // Step 5: Modify apphost.cs to add Azure Container App EnvironmentCOMMENT
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs109 // Step 6: Set environment variables with an INVALID Azure location to induce failure.STRING
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs120 // Step 7: Deploy (expecting failure) and capture output to a fileSTRING
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs127 // Step 8: Exit terminalSTRING
LOW…oyment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs133 // Step 9: Read captured output and verify error messages are cleanSTRING
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs66 // Step 1: Prepare environmentCOMMENT
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs70 // Step 2: Set up CLI environmentCOMMENT
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs73 // Step 3: Create single-file AppHost using aspire initCOMMENT
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs98 // Step 5: Modify apphost.cs to add VNet + PE infrastructureCOMMENT
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs134 // Step 6: Set environment variables for deploymentSTRING
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs139 // Step 7: Deploy to AzureSTRING
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs146 // Step 8: Verify VNet infrastructureSTRING
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs154 // Step 9: Clean up Azure resources using aspire destroySTRING
LOW….EndToEnd.Tests/VnetStorageBlobInfraDeploymentTests.cs158 // Step 10: Exit terminalSTRING
LOW…loyment.EndToEnd.Tests/PythonFastApiDeploymentTests.cs74 // Step 1: Prepare environmentCOMMENT
LOW…loyment.EndToEnd.Tests/PythonFastApiDeploymentTests.cs78 // Step 2: Set up CLI environmentCOMMENT
LOW…loyment.EndToEnd.Tests/PythonFastApiDeploymentTests.cs83 // Step 3: Create Python FastAPI project using aspire new with interactive promptsCOMMENT
LOW…loyment.EndToEnd.Tests/PythonFastApiDeploymentTests.cs87 // Step 4: Navigate to project directoryCOMMENT
LOW…loyment.EndToEnd.Tests/PythonFastApiDeploymentTests.cs93 // Step 5: Add Aspire.Hosting.Azure.AppContainers packageCOMMENT
LOW…loyment.EndToEnd.Tests/PythonFastApiDeploymentTests.cs110 // Step 6: Modify apphost.mts to add Azure Container App EnvironmentCOMMENT
LOW…loyment.EndToEnd.Tests/PythonFastApiDeploymentTests.cs135 // Step 7: Set environment for deploymentCOMMENT
LOW…loyment.EndToEnd.Tests/PythonFastApiDeploymentTests.cs143 // Step 9: Deploy to Azure Container Apps using aspire deployCOMMENT
LOW…loyment.EndToEnd.Tests/PythonFastApiDeploymentTests.cs151 // Step 10: Extract deployment URLs and verify endpoints with retryCOMMENT
LOW…loyment.EndToEnd.Tests/PythonFastApiDeploymentTests.cs175 // Step 11: Exit terminalCOMMENT
LOW…ployment.EndToEnd.Tests/AcrPurgeTaskDeploymentTests.cs72 // Step 1: Prepare environmentCOMMENT
LOW…ployment.EndToEnd.Tests/AcrPurgeTaskDeploymentTests.cs76 // Step 2: Set up CLI environmentCOMMENT
LOW…ployment.EndToEnd.Tests/AcrPurgeTaskDeploymentTests.cs81 // Step 3: Create Python FastAPI project using aspire newCOMMENT
LOW…ployment.EndToEnd.Tests/AcrPurgeTaskDeploymentTests.cs85 // Step 4: Navigate to project directoryCOMMENT
LOW…ployment.EndToEnd.Tests/AcrPurgeTaskDeploymentTests.cs91 // Step 5: Add Aspire.Hosting.Azure.AppContainers packageCOMMENT
LOW…ployment.EndToEnd.Tests/AcrPurgeTaskDeploymentTests.cs131 // Step 7: Set environment variables for deploymentCOMMENT
LOW…ployment.EndToEnd.Tests/AcrPurgeTaskDeploymentTests.cs136 // Step 8: First deployment to AzureCOMMENT
LOW…ployment.EndToEnd.Tests/AcrPurgeTaskDeploymentTests.cs143 // Step 9: Get the ACR name and count tags before second deployCOMMENT
LOW…ployment.EndToEnd.Tests/AcrPurgeTaskDeploymentTests.cs195 // Step 13: Run the purge task manually to trigger image cleanupCOMMENT
LOW…ployment.EndToEnd.Tests/AcrPurgeTaskDeploymentTests.cs204 // Step 14: Verify images were purged - only 1 tag should remain per repoCOMMENT
LOW…ployment.EndToEnd.Tests/AcrPurgeTaskDeploymentTests.cs105 // Step 6: Modify apphost.mts to add ACA environment with purge taskCOMMENT
648 more matches not shown…
Hyper-Verbose Identifiers497 hits · 458 pts
SeverityFileLineSnippetContext
LOWeng/clipack/npm/aspire.js128function optionalDependenciesInstallMessage(pointerPackageName) {CODE
LOWeng/clipack/npm/aspire.js133function isUnsupportedPlatformError(error) {CODE
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
LOWextension/scripts/run-e2e.js148function getSetupDownloadRetryOptions() {CODE
LOWextension/scripts/run-e2e.js157function getPositiveIntegerEnvironmentVariable(name, defaultValue) {CODE
LOWextension/scripts/run-e2e.js166function redactStateFileForArtifacts() {CODE
LOWextension/scripts/run-e2e.js63function runWithProcessTreeTimeout(command, args, extraEnv, timeout) {CODE
LOWextension/scripts/run-e2e.js198function redactDebugSessionForDiagnostics(session) {CODE
LOWextension/scripts/run-e2e.js205function sanitizeDashboardUrlForDiagnostics(url) {CODE
LOWextension/scripts/run-e2e.js737function patchExtesterLaunchLocale() {CODE
LOWextension/scripts/run-e2e.js1001function writeNuGetConfigIfLocalPackageSourcesExist() {CODE
LOWextension/scripts/run-e2e.js1024function getApprovedFallbackPackageSources() {CODE
LOWextension/scripts/run-e2e.js1034function getAvailablePackageVersions(packageId) {CODE
LOWextension/scripts/run-e2e.js1050function getAvailableAppHostSdkVersions() {CODE
LOWextension/scripts/run-e2e.js1057function getLocalPackageSourceDirectories() {CODE
LOWextension/scripts/run-e2e.js1090function getDirectoriesContainingPackages(directory) {CODE
LOWextension/scripts/run-e2e.js1103function comparePackageVersionsDescending(left, right) {CODE
LOWextension/scripts/run-e2e.js1174function quoteWindowsShellArgument(value) {CODE
LOWextension/scripts/run-e2e.js1204function assertWorkspaceRootSafeForDeletion() {CODE
LOWextension/scripts/run-e2e.js1231function resolveExistingPathForSafety(value) {CODE
LOWextension/scripts/run-e2e.js1273function cleanPartialExtesterDownloads() {CODE
LOWextension/scripts/run-e2e.js1320function copyWorkspaceProjectSources() {CODE
LOWextension/scripts/run-e2e.js1338function redactTextFilesForArtifacts(directory) {CODE
LOWextension/scripts/run-e2e.js1367function redactSensitiveArtifactText(value) {CODE
LOWextension/scripts/run-e2e.js1375function printSuccessDiagnosticsSummary() {CODE
LOWextension/scripts/run-e2e.js1386function printFailureDiagnosticsSummary() {CODE
LOWextension/scripts/run-e2e.js1450function findLatestExtensionLogPath() {CODE
LOWextension/scripts/run-e2e.js1502function isRetryableWindowsFileLock(error) {CODE
LOWextension/src/extension.ts129 function registerInstrumentedCommand(CODE
LOWextension/src/extension.ts425function getExtensionModeForTelemetry(mode: vscode.ExtensionMode): string {CODE
LOWextension/src/extension.ts438function getCurrentResourceCommand(dataRepository: AppHostDataRepository, resourceName: string, commandName: string, appCODE
LOWextension/src/capabilities.ts49export function isAzureFunctionsExtensionInstalled() {CODE
LOWextension/src/vscode.proposed.mcpServerDefinitions.d.ts38 export function registerMcpServerDefinitionProvider(id: string, provider: McpServerDefinitionProvider): DisposabCODE
LOW…sion/src/test/aspireDebugConfigurationProvider.test.ts233function createAppHostDiscoveryService(resolvedPath: string, candidatePath: string | null = resolvedPath, language = 'csCODE
LOW…sion/src/test/aspireDebugConfigurationProvider.test.ts247function createFailingAppHostDiscoveryService(): AppHostDiscoveryService {CODE
LOWextension/src/test/telemetryInventory.test.ts23function readTelemetryRegistryEvents(): TelemetryRegistryEvent[] {CODE
LOWextension/src/test/telemetryInventory.test.ts47function readCommonTelemetryProperties(): string[] {CODE
LOWextension/src/test/aspireEditorCommandProvider.test.ts180function createAppHostDiscoveryService(resolvedPath: string, language = 'csharp'): AppHostDiscoveryService {CODE
LOWextension/src/test/aspireEditorCommandProvider.test.ts196function createFailingAppHostDiscoveryService(): AppHostDiscoveryService {CODE
LOWextension/src/test/appHostTargetVersion.test.ts41 function writeProjectWithSdkVersion(directory: string, fileName: string, version: string): string {CODE
LOWextension/src/test/common.ts3export async function getAndActivateExtension() {CODE
LOWextension/src/test/workspace.test.ts234function createAppHostDiscoveryService(candidates: Awaited<ReturnType<AppHostDiscoveryService['discover']>>): AppHostDisCODE
LOWextension/src/test/e2eLaunchProfile.test.ts474 assert.ok(fixtures.includes('async function waitForNoRunningAppHostPathOrStopKnownProcess(appHostPath: string, tCODE
LOWextension/src/test/aspireTerminalProvider.test.ts63 function restoreEnvironmentVariable(name: string, value: string | undefined): void {CODE
LOWextension/src/test/appHostTreeView.test.ts94function makeTreeProviderWithLaunchService(appHosts: readonly AppHostDisplayInfo[], launchService: AppHostLaunchService)CODE
LOWextension/src/test/appHostTreeView.test.ts110function makeWorkspaceTreeProvider(workspaceAppHostDescription: string): AspireAppHostTreeProvider {CODE
LOWextension/src/test/appHostTreeView.test.ts179function getPowerShellForShellProof(): string | undefined {CODE
LOWextension/src/test/appHostTreeView.test.ts199function makeProofTerminalProvider(sandbox: sinon.SinonSandbox, proof: ShellProof, commandLines: string[]): { terminalPrCODE
LOWextension/src/test/mauiDebugger.test.ts1644function installNoMauiExtensionStub(): void {CODE
LOWextension/src/test/mauiDebugger.test.ts1648function installMauiRunStartWrapperStubs(): void {CODE
LOWextension/src/test/mauiDebugger.test.ts1674function assertNoMsBuildProperties(debugConfig: AspireResourceExtendedDebugConfiguration): void {CODE
LOWextension/src/test/rpc/interactionServiceTests.test.ts810function normalizePathForComparison(value: string) {CODE
LOWextension/src/test/rpc/interactionServiceTests.test.ts816function createAspireConfiguration(values: Record<string, unknown> = {}): vscode.WorkspaceConfiguration {CODE
LOWextension/src/test/rpc/interactionServiceTests.test.ts846function restoreEnvironmentVariable(name: string, value: string | undefined): void {CODE
LOWextension/src/dcp/DashboardTelemetryPassthrough.ts567function applyBundleAndCorrelations(CODE
LOWextension/src/dcp/DashboardTelemetryPassthrough.ts967function isAllowedDashboardProperty(rawKey: string, value: unknown): boolean {CODE
LOWextension/src/dcp/DashboardTelemetryPassthrough.ts1066function scrubFreeformDiagnosticText(text: unknown): string {CODE
LOWextension/src/dcp/AspireDcpServer.ts212 function respondWithTelemetryAuthError(res: Response, statusCode: number, code: string, message: string): voCODE
437 more matches not shown…
Modern AI Meta-Vocabulary109 hits · 294 pts
SeverityFileLineSnippetContext
MEDIUMeng/pipelines/azure-pipelines.yml334 # was extension-build scaffolding. It moved to the parallelCOMMENT
MEDIUMeng/scripts/smoke-installed-cli.sh2# Smoke-tests the already-installed `aspire` CLI by scaffolding a starterCOMMENT
MEDIUMeng/scripts/smoke-installed-cli.sh43# Always scaffold into a fresh subdirectory created with mktemp underCOMMENT
MEDIUMextension/src/debugger/languages/bun.ts66 // "program" is normally already set upstream (scaffold default or user override); only fallCOMMENT
MEDIUM…spireWithJavaScript/AspireJavaScript.Angular/README.md9## Code scaffoldingCOMMENT
MEDIUM…nt.EndToEnd.Tests/FoundryHostedAgentDeploymentTests.cs81 // Step 3: Create starter project using aspire new (for basic AppHost scaffold)COMMENT
MEDIUM…eration.TypeScript.JsTests/tests/eslint-config.test.ts1// Regression coverage for the TypeScript AppHost scaffold's eslint.config.mjs.COMMENT
MEDIUM…eration.TypeScript.JsTests/tests/eslint-config.test.ts90 // Confirm the scaffold source files actually exist before we promiseCOMMENT
MEDIUM…ion.TypeScript.Tests/TypeScriptLanguageSupportTests.cs278 // The scaffold emits the embedded eslint.config.mjs verbatim. AssertingSTRING
MEDIUM…ion.TypeScript.Tests/TypeScriptLanguageSupportTests.cs298 // The scaffold emits the embedded tsconfig.apphost.json verbatim. SeeSTRING
MEDIUM…e.Cli.EndToEnd.Tests/EmulatedLocalReleaseBuildTests.cs29/// them because C# and TypeScript AppHosts scaffold through different code paths and have diverged inCOMMENT
MEDIUM…e.Cli.EndToEnd.Tests/EmulatedLocalReleaseBuildTests.cs29/// them because C# and TypeScript AppHosts scaffold through different code paths and have diverged inCOMMENT
MEDIUM…e.Cli.EndToEnd.Tests/EmulatedLocalReleaseBuildTests.cs123 /// AppHosts scaffold through different code paths and have historically diverged. The TS starterCOMMENT
MEDIUM…spire.Cli.EndToEnd.Tests/EmulatedReleasedBuildTests.cs24/// than collapsing them: C# and TypeScript AppHosts scaffold through different code paths and haveCOMMENT
MEDIUM…spire.Cli.EndToEnd.Tests/EmulatedReleasedBuildTests.cs24/// than collapsing them: C# and TypeScript AppHosts scaffold through different code paths and haveCOMMENT
MEDIUM…spire.Cli.EndToEnd.Tests/EmulatedReleasedBuildTests.cs94 /// because the C# and TypeScript AppHosts go through <em>different</em> scaffolding code paths andCOMMENT
MEDIUM…spire.Cli.EndToEnd.Tests/EmulatedReleasedBuildTests.cs134 // the matrix: C# and TypeScript scaffold through different code and have diverged before.COMMENT
MEDIUM…spire.Cli.EndToEnd.Tests/EmulatedReleasedBuildTests.cs134 // the matrix: C# and TypeScript scaffold through different code and have diverged before.COMMENT
MEDIUM…ndToEnd.Tests/UpdateChannelNuGetConfigOrderingTests.cs87 // Run aspire init non-interactively to scaffold a single-file C# AppHost. We'llCOMMENT
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs60 // Conflicting scaffold scripts get aspire: prefixSTRING
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs64 // Non-conflicting scaffold script added directlySTRING
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs96 // All scaffold scripts added directly (no conflicts)STRING
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs326 // Not in scaffold — preservedSTRING
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs375 // engines.node overwritten by scaffold (Aspire requires specific Node versions)STRING
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs378 // Script from scaffold is addedSTRING
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs585 // Conflicting scaffold scripts added under aspire: prefixSTRING
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs590 // Non-conflicting scaffold script added directlySTRING
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs709 // Even scaffold-generated commands with special chars must be written faithfullySTRING
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs999 // EnsureObject replaces the array with a proper object containing scaffold depsSTRING
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs1017 // Can't merge into an array — returns scaffold as-isSTRING
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs1174 // node overwritten by scaffoldSTRING
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs1238 // and the scaffold produces only Aspire-desired entries (no echo of existing content).STRING
MEDIUM…Aspire.Cli.Tests/Scaffolding/PackageJsonMergerTests.cs1409 // Simulates the full brownfield flow where the scaffold only containsSTRING
MEDIUM…Cli.Tests/Commands/NewCommandChannelResolutionTests.cs224 /// so a developer on a daily CLI can still scaffold a stable-channel project for reproductionCOMMENT
MEDIUMtests/Aspire.Cli.Tests/Commands/NewCommandTests.cs1988 // The warning is only meaningful when the scaffold succeeded — surfacing it on a failedSTRING
MEDIUM…s/Commands/NewCommandTemplateConfigPersistenceTests.cs236 /// template that consumes Aspire packages must scaffold from that channel/source.COMMENT
MEDIUM.agents/skills/pr-testing/ci-infra-testing.md329### C. gh-aw agentic workflows (`.md` → `.lock.yml`)COMMENT
MEDIUM.agents/skills/cli-e2e-testing/SKILL.md206channel-emulation matrix (one test per language because C# and TypeScript scaffold through differentCODE
MEDIUM.agents/skills/fix-flaky-test/SKILL.md509# Avoid `gh run watch` — it produces excessive output that floods the context window.COMMENT
MEDIUMdocs/dogfooding-pull-requests.md283## C# AppHost scaffoldingCOMMENT
MEDIUMdocs/plans/project-v2-csharpprogram-watch.md245## 6. Work breakdown — agentic coding sessionsCOMMENT
MEDIUMdocs/specs/cli-identity-sidecar.md421**Emulated channel matrix E2E** (AppHost-language × channel-emulation; one test per language because C# and TypeScript sCODE
MEDIUM.github/workflows/tests-outerloop.yml21 # orchestrate this pipeline. Changes to downstream workflows (e.g.COMMENT
MEDIUM.github/workflows/extension-release.yml352 # deterministic commit list. A separate agentic workflowCOMMENT
MEDIUM.github/workflows/extension-release.yml356 # keeps AI generation in an agentic workflow (read-only agent + safeCOMMENT
MEDIUM.github/workflows/extension-release.yml591 # agentic workflow fire on the `labeled` event (workflows are notCOMMENT
MEDIUM.github/workflows/auto-rerun-outerloop-failures.yml28 # narrow pull_request paths filter (CI-orchestration files); those PR runs have aCOMMENT
MEDIUM.github/workflows/tests-quarantine.yml22 # orchestrate this pipeline. Changes to downstream workflows (e.g.COMMENT
MEDIUM.github/workflows/release-github-tasks.yml286 # asynchronously by the release-notes-generate agentic workflow,COMMENT
MEDIUM…orkflows/agentics-maintenance-microsoft-aspire.dev.yml24# This file is the agentic maintenance workflow for the SideRepoOps targetCOMMENT
MEDIUM.github/workflows/extension-changelog.lock.yml28# applies the `vscode-extension-release` label. This agentic workflow detectsCOMMENT
MEDIUM.github/agents/agentic-workflows.agent.md33- Configuration: https://github.com/github/gh-aw/blob/v0.72.0/.github/aw/github-agentic-workflows.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md55**Prompt file**: https://github.com/github/gh-aw/blob/v0.72.0/.github/aw/create-agentic-workflow.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md65**Prompt file**: https://github.com/github/gh-aw/blob/v0.72.0/.github/aw/update-agentic-workflow.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md75**Prompt file**: https://github.com/github/gh-aw/blob/v0.72.0/.github/aw/debug-agentic-workflow.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md85**Prompt file**: https://github.com/github/gh-aw/blob/v0.72.0/.github/aw/upgrade-agentic-workflows.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md105**Prompt file**: https://github.com/github/gh-aw/blob/v0.72.0/.github/aw/create-shared-agentic-workflow.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md144# Initialize repository for agentic workflowsCOMMENT
MEDIUM.github/agents/agentic-workflows.agent.md172- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.72.0/.github/aw/github-agentic-workfCODE
MEDIUM…Hosting.CodeGeneration.Python/PythonLanguageSupport.cs53 /// Generates the initial scaffold files for a new Python AppHost project.COMMENT
49 more matches not shown…
Cross-File Repetition45 hits · 225 pts
SeverityFileLineSnippetContext
HIGH…sts/Aspire.Hosting.Sdk.Tests/AppHostSdkTargetsTests.cs0var builder = distributedapplication.createbuilder(args); builder.build().run();STRING
HIGH…re.Cli.EndToEnd.Tests/CentralPackageManagementTests.cs0var builder = distributedapplication.createbuilder(args); builder.build().run();STRING
HIGHtests/Aspire.Cli.Tests/Projects/ProjectLocatorTests.cs0var builder = distributedapplication.createbuilder(args); builder.build().run();STRING
HIGH…ecurity.KeyVault.Tests/SecretClientConformanceTests.cs0{ "aspire": { "azure": { "security": { "keyvault": { "vaulturi": "http://your_uri", "disablehealthchecks": true, "disablSTRING
HIGH…e.Security.KeyVault.Tests/KeyClientConformanceTests.cs0{ "aspire": { "azure": { "security": { "keyvault": { "vaulturi": "http://your_uri", "disablehealthchecks": true, "disablSTRING
HIGH…ty.KeyVault.Tests/CertificateClientConformanceTests.cs0{ "aspire": { "azure": { "security": { "keyvault": { "vaulturi": "http://your_uri", "disablehealthchecks": true, "disablSTRING
HIGH…ecurity.KeyVault.Tests/SecretClientConformanceTests.cs0{"aspire": { "azure": { "security":{ "keyvault": { "vaulturi": "your_uri"}}}}}STRING
HIGH…e.Security.KeyVault.Tests/KeyClientConformanceTests.cs0{"aspire": { "azure": { "security":{ "keyvault": { "vaulturi": "your_uri"}}}}}STRING
HIGH…ty.KeyVault.Tests/CertificateClientConformanceTests.cs0{"aspire": { "azure": { "security":{ "keyvault": { "vaulturi": "your_uri"}}}}}STRING
HIGH…ecurity.KeyVault.Tests/SecretClientConformanceTests.cs0{"aspire": { "azure": { "security":{ "keyvault": { "vaulturi": "http://your_uri", "disablehealthchecks": "true"}}}}}STRING
HIGH…e.Security.KeyVault.Tests/KeyClientConformanceTests.cs0{"aspire": { "azure": { "security":{ "keyvault": { "vaulturi": "http://your_uri", "disablehealthchecks": "true"}}}}}STRING
HIGH…ty.KeyVault.Tests/CertificateClientConformanceTests.cs0{"aspire": { "azure": { "security":{ "keyvault": { "vaulturi": "http://your_uri", "disablehealthchecks": "true"}}}}}STRING
HIGH…ecurity.KeyVault.Tests/SecretClientConformanceTests.cs0{"aspire": { "azure": { "security":{ "keyvault": { "vaulturi": "http://your_uri", "clientoptions": {"retry": {"mode": "fSTRING
HIGH…e.Security.KeyVault.Tests/KeyClientConformanceTests.cs0{"aspire": { "azure": { "security":{ "keyvault": { "vaulturi": "http://your_uri", "clientoptions": {"retry": {"mode": "fSTRING
HIGH…ty.KeyVault.Tests/CertificateClientConformanceTests.cs0{"aspire": { "azure": { "security":{ "keyvault": { "vaulturi": "http://your_uri", "clientoptions": {"retry": {"mode": "fSTRING
HIGH…ecurity.KeyVault.Tests/SecretClientConformanceTests.cs0{"aspire": { "azure": { "security":{ "keyvault": { "vaulturi": "http://your_uri", "clientoptions": {"retry": {"networktiSTRING
HIGH…e.Security.KeyVault.Tests/KeyClientConformanceTests.cs0{"aspire": { "azure": { "security":{ "keyvault": { "vaulturi": "http://your_uri", "clientoptions": {"retry": {"networktiSTRING
HIGH…ty.KeyVault.Tests/CertificateClientConformanceTests.cs0{"aspire": { "azure": { "security":{ "keyvault": { "vaulturi": "http://your_uri", "clientoptions": {"retry": {"networktiSTRING
HIGH…tityFrameworkCore.PostgreSQL.Tests/ConformanceTests.cs0{ "aspire": { "npgsql": { "connectionstring": "your_connection_string", "disablehealthchecks": true, "disabletracing": fSTRING
HIGH…tityFrameworkCore.PostgreSQL.Tests/ConformanceTests.cs0{ "aspire": { "npgsql": { "connectionstring": "your_connection_string", "disablehealthchecks": true, "disabletracing": fSTRING
HIGHtests/Aspire.Npgsql.Tests/ConformanceTests.cs0{ "aspire": { "npgsql": { "connectionstring": "your_connection_string", "disablehealthchecks": true, "disabletracing": fSTRING
HIGHtests/Aspire.Azure.Npgsql.Tests/ConformanceTests.cs0{ "aspire": { "npgsql": { "connectionstring": "your_connection_string", "disablehealthchecks": true, "disabletracing": fSTRING
HIGH…loyment.EndToEnd.Tests/PythonFastApiDeploymentTests.cs0// add azure container app environment for deployment builder.addazurecontainerappenvironment("infra"); builder.build().STRING
HIGH…ent.EndToEnd.Tests/TypeScriptExpressDeploymentTests.cs0// add azure container app environment for deployment builder.addazurecontainerappenvironment("infra"); builder.build().STRING
HIGH…yment.EndToEnd.Tests/AcaManagedRedisDeploymentTests.cs0// add azure container app environment for deployment builder.addazurecontainerappenvironment("infra"); builder.build().STRING
HIGH…Deployment.EndToEnd.Tests/AcaStarterDeploymentTests.cs0// add azure container app environment for deployment builder.addazurecontainerappenvironment("infra"); builder.build().STRING
HIGH….Cli.EndToEnd.Tests/KubernetesDeployWithValkeyTests.cs0#pragma warning disable aspirecompute003 using aspire.hosting; using aspire.hosting.kubernetes; var builder = distributeSTRING
HIGH…li.EndToEnd.Tests/KubernetesDeployWithPostgresTests.cs0#pragma warning disable aspirecompute003 using aspire.hosting; using aspire.hosting.kubernetes; var builder = distributeSTRING
HIGH…Cli.EndToEnd.Tests/KubernetesDeployWithMongoDBTests.cs0#pragma warning disable aspirecompute003 using aspire.hosting; using aspire.hosting.kubernetes; var builder = distributeSTRING
HIGH…EndToEnd.Tests/KubernetesDeployBasicApiServiceTests.cs0#pragma warning disable aspirecompute003 using aspire.hosting; using aspire.hosting.kubernetes; var builder = distributeSTRING
HIGH…e.Cli.EndToEnd.Tests/KubernetesDeployWithRedisTests.cs0#pragma warning disable aspirecompute003 using aspire.hosting; using aspire.hosting.kubernetes; var builder = distributeSTRING
HIGH…re.Cli.EndToEnd.Tests/KubernetesDeployWithNatsTests.cs0#pragma warning disable aspirecompute003 using aspire.hosting; using aspire.hosting.kubernetes; var builder = distributeSTRING
HIGH….Cli.EndToEnd.Tests/KubernetesDeployWithGarnetTests.cs0#pragma warning disable aspirecompute003 using aspire.hosting; using aspire.hosting.kubernetes; var builder = distributeSTRING
HIGH…li.EndToEnd.Tests/KubernetesDeployWithRabbitMQTests.cs0#pragma warning disable aspirecompute003 using aspire.hosting; using aspire.hosting.kubernetes; var builder = distributeSTRING
HIGH…e.Cli.EndToEnd.Tests/KubernetesDeployWithMySqlTests.cs0#pragma warning disable aspirecompute003 using aspire.hosting; using aspire.hosting.kubernetes; var builder = distributeSTRING
HIGH…i.EndToEnd.Tests/KubernetesDeployWithSqlServerTests.cs0#pragma warning disable aspirecompute003 using aspire.hosting; using aspire.hosting.kubernetes; var builder = distributeSTRING
HIGH…re.Cli.EndToEnd.Tests/TypeScriptMigrateAppHostTests.cs0import { createbuilder } from './.aspire/modules/aspire.mjs'; const builder = await createbuilder(); await builder.addmySTRING
HIGH…ire.Cli.EndToEnd.Tests/TypeScriptLegacyAppHostTests.cs0import { createbuilder } from './.aspire/modules/aspire.mjs'; const builder = await createbuilder(); await builder.addmySTRING
HIGH…spire.Cli.EndToEnd.Tests/ChannelUpdateWorkflowTests.cs0import { createbuilder } from './.aspire/modules/aspire.mjs'; const builder = await createbuilder(); await builder.addmySTRING
HIGH…Cli.EndToEnd.Tests/TypeScriptCodegenValidationTests.cs0import { createbuilder } from './.aspire/modules/aspire.mjs'; const builder = await createbuilder(); await builder.addmySTRING
HIGH…sts/Aspire.Cli.EndToEnd.Tests/ProjectReferenceTests.cs0import { createbuilder } from './.aspire/modules/aspire.mjs'; const builder = await createbuilder(); await builder.addmySTRING
HIGH…Hosting.CodeGeneration.Python/PythonLanguageSupport.cs0{ "profiles": { "https": { "applicationurl": "https://localhost:{{httpsport}};http://localhost:{{httpport}}", "environmeSTRING
HIGH…ire.Hosting.CodeGeneration.Java/JavaLanguageSupport.cs0{ "profiles": { "https": { "applicationurl": "https://localhost:{{httpsport}};http://localhost:{{httpport}}", "environmeSTRING
HIGH…/Aspire.Hosting.CodeGeneration.Go/GoLanguageSupport.cs0{ "profiles": { "https": { "applicationurl": "https://localhost:{{httpsport}};http://localhost:{{httpport}}", "environmeSTRING
HIGH…ire.Hosting.CodeGeneration.Rust/RustLanguageSupport.cs0{ "profiles": { "https": { "applicationurl": "https://localhost:{{httpsport}};http://localhost:{{httpport}}", "environmeSTRING
Hallucination Indicators14 hits · 165 pts
SeverityFileLineSnippetContext
CRITICAL…on.TypeScript.Tests/AtsTypeScriptCodeGeneratorTests.cs39 var packageJson = System.Text.Json.Nodes.JsonNode.Parse(content)!.AsObject();CODE
CRITICALsrc/Aspire.Dashboard/wwwroot/js/xterm/xterm.min.js7!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof defineCODE
CRITICAL…hboard/Components/Interactions/InteractionsProvider.cs206 content.Icon = new Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.Size24.CheckmarkCirCODE
CRITICAL…hboard/Components/Interactions/InteractionsProvider.cs210 content.Icon = new Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.Size24.Warning();CODE
CRITICAL…hboard/Components/Interactions/InteractionsProvider.cs214 content.Icon = new Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.Size24.DismissCirclCODE
CRITICAL…hboard/Components/Interactions/InteractionsProvider.cs218 content.Icon = new Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.Size24.Info();CODE
CRITICAL…hboard/Components/Interactions/InteractionsProvider.cs222 content.Icon = new Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.Size24.QuestionCircCODE
CRITICALsrc/Aspire.Dashboard/Model/StructuredLogsViewModel.cs159 filters.Add(new FieldTelemetryFilter { Field = nameof(OtlpLogEntry.Severity), Condition = FilterCondition.GreateCODE
CRITICALsrc/Aspire.Dashboard/ServiceClient/DashboardClient.cs132 _client = new Aspire.DashboardService.Proto.V1.DashboardService.DashboardServiceClient(_channel);CODE
CRITICAL…re.Hosting.Kubernetes/KubernetesEnvironmentResource.cs1926 metadataNode["annotations"] = System.Text.Json.Nodes.JsonNode.Parse(annotations.GetRawText());CODE
CRITICAL…re.Hosting.Kubernetes/KubernetesEnvironmentResource.cs1931 metadataNode["labels"] = System.Text.Json.Nodes.JsonNode.Parse(labels.GetRawText());CODE
CRITICAL…re.Hosting.Kubernetes/KubernetesEnvironmentResource.cs1945 minimal["spec"] = System.Text.Json.Nodes.JsonNode.Parse(spec.GetRawText());CODE
CRITICAL…ire.Azure.Messaging.EventHubs/ConfigurationSchema.json89 "description": "The total number of events that can be buffered for publishing at a given CODE
CRITICAL…/Aspire.Cli/Utils/EnvironmentChecker/DotNetSdkCheck.cs62 var architecture = System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture.ToString().ToLowerICODE
Fake / Example Data94 hits · 106 pts
SeverityFileLineSnippetContext
LOW.config/CredScanSuppressions.json5 "placeholder": "postgres",CODE
LOW.config/CredScanSuppressions.json9 "placeholder": "fake",CODE
LOW.config/CredScanSuppressions.json13 "placeholder": "TestKey123!",CODE
LOW.config/CredScanSuppressions.json17 "placeholder": "!321yeKtseT",CODE
LOW.config/CredScanSuppressions.json21 "placeholder": "p@ssw0rd1",CODE
LOW.config/CredScanSuppressions.json25 "placeholder": "p@ssw0rd2",CODE
LOW.config/CredScanSuppressions.json29 "placeholder": "thisIsAFakeSecret",CODE
LOW.config/CredScanSuppressions.json33 "placeholder": "password",CODE
LOW.config/CredScanSuppressions.json37 "placeholder": "pass",CODE
LOW.config/CredScanSuppressions.json41 "placeholder": "mypass",CODE
LOW…tension/src/test/dashboardTelemetryPassthrough.test.ts39 email: { value: 'user@example.com', propertyType: PropertyType.Pii },CODE
LOW…tension/src/test/dashboardTelemetryPassthrough.test.ts94 email: { value: 'user@example.com', propertyType: PropertyType.Pii },CODE
LOW…tension/src/test/dashboardTelemetryPassthrough.test.ts310 email: { value: 'user@example.com', propertyType: '0' as unknown as 0 },CODE
LOWplayground/Stress/Stress.ApiService/Program.cs330 // From https://microsoftedge.github.io/Demos/json-dummy-data/COMMENT
LOWplayground/Stress/Stress.ApiService/Program.cs587 "content": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBBBBBBBBBBBBCODE
LOWplayground/Stress/Stress.ApiService/Program.cs587 "content": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBBBBBBBBBBBBCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json286 "bio": "Duis commodo orci ut dolor iaculis facilisis. Ut viverra quis eros eu tincidunt. Lorem ipsum dolor sit amet,CODE
LOW…ayground/Stress/Stress.ApiService/content/example.json286 "bio": "Duis commodo orci ut dolor iaculis facilisis. Ut viverra quis eros eu tincidunt. Lorem ipsum dolor sit amet,CODE
LOW…ayground/Stress/Stress.ApiService/content/example.json440 "bio": "Vivamus id faucibus velit, id posuere leo. Sed eu libero maximus nunc lacinia lobortis et sit amet nisi. LorCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json440 "bio": "Vivamus id faucibus velit, id posuere leo. Sed eu libero maximus nunc lacinia lobortis et sit amet nisi. LorCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json489 "bio": "In sed ultricies lorem. Sed eu libero maximus nunc lacinia lobortis et sit amet nisi. Quisque mauris ligula,CODE
LOW…ayground/Stress/Stress.ApiService/content/example.json489 "bio": "In sed ultricies lorem. Sed eu libero maximus nunc lacinia lobortis et sit amet nisi. Quisque mauris ligula,CODE
LOW…ayground/Stress/Stress.ApiService/content/example.json510 "bio": "Donec congue sapien vel euismod interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce conCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json510 "bio": "Donec congue sapien vel euismod interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce conCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json566 "bio": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquet sodales nunc a pulvinar. Morbi vitae nCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json566 "bio": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquet sodales nunc a pulvinar. Morbi vitae nCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json650 "bio": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla finibus massa at viverra facilisis.",CODE
LOW…ayground/Stress/Stress.ApiService/content/example.json650 "bio": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla finibus massa at viverra facilisis.",CODE
LOW…ayground/Stress/Stress.ApiService/content/example.json888 "bio": "Sed eu libero maximus nunc lacinia lobortis et sit amet nisi. Ut viverra quis eros eu tincidunt. Lorem ipsumCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json888 "bio": "Sed eu libero maximus nunc lacinia lobortis et sit amet nisi. Ut viverra quis eros eu tincidunt. Lorem ipsumCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json1056 "bio": "Maecenas tempus neque ut porttitor malesuada. Lorem ipsum dolor sit amet, consectetur adipiscing elit. CurabCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json1056 "bio": "Maecenas tempus neque ut porttitor malesuada. Lorem ipsum dolor sit amet, consectetur adipiscing elit. CurabCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json1084 "bio": "Morbi ultricies consequat ligula posuere eleifend. Donec pellentesque ultrices mi, non consectetur eros luctCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json1084 "bio": "Morbi ultricies consequat ligula posuere eleifend. Donec pellentesque ultrices mi, non consectetur eros luctCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json1161 "bio": "Quisque efficitur vel sapien ut imperdiet. Nam semper gravida nunc, sit amet elementum ipsum. Donec pellenteCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json1161 "bio": "Quisque efficitur vel sapien ut imperdiet. Nam semper gravida nunc, sit amet elementum ipsum. Donec pellenteCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json1210 "bio": "Etiam malesuada blandit erat, nec ultricies leo maximus sed. Quisque maximus sodales mauris ut elementum. LoCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json1210 "bio": "Etiam malesuada blandit erat, nec ultricies leo maximus sed. Quisque maximus sodales mauris ut elementum. LoCODE
LOW…ayground/Stress/Stress.ApiService/content/example.json1231 "bio": "Maecenas non arcu nulla. Lorem ipsum dolor sit amet, consectetur adipiscing elit.",CODE
LOW…ayground/Stress/Stress.ApiService/content/example.json1231 "bio": "Maecenas non arcu nulla. Lorem ipsum dolor sit amet, consectetur adipiscing elit.",CODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs59 var inputNoMarkdown = new InteractionInput { Name = "Name", Label = "<strong>Name</strong>", InputType =CODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs59 var inputNoMarkdown = new InteractionInput { Name = "Name", Label = "<strong>Name</strong>", InputType =CODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs60 var inputHasMarkdown = new InteractionInput { Name = "Name", Label = "<strong>Name</strong>", InputType CODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs60 var inputHasMarkdown = new InteractionInput { Name = "Name", Label = "<strong>Name</strong>", InputType CODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs62 _ = await interactionService.PromptInputAsync("Text <strong>request</strong>", "Provide **your** name. LCODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs62 _ = await interactionService.PromptInputAsync("Text <strong>request</strong>", "Provide **your** name. LCODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs63 _ = await interactionService.PromptInputAsync("Text <strong>request</strong>", "Provide **your** name. LCODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs63 _ = await interactionService.PromptInputAsync("Text <strong>request</strong>", "Provide **your** name. LCODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs64 _ = await interactionService.PromptInputAsync("Text <strong>request</strong>", "Provide **your** name.\rCODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs64 _ = await interactionService.PromptInputAsync("Text <strong>request</strong>", "Provide **your** name.\rCODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs72 var inputHasMarkdown = new InteractionInput { Name = "Name", Label = "<strong>Name</strong>", InputType CODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs72 var inputHasMarkdown = new InteractionInput { Name = "Name", Label = "<strong>Name</strong>", InputType CODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs78 Placeholder = "Select a value. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id masCODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs78 Placeholder = "Select a value. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id masCODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs80 KeyValuePair.Create("option1", "Option 1 - Lorem ipsum dolor sit amet, consectetur adipiscing elCODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs80 KeyValuePair.Create("option1", "Option 1 - Lorem ipsum dolor sit amet, consectetur adipiscing elCODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs81 KeyValuePair.Create("option2", "Option 2 - Lorem ipsum dolor sit amet, consectetur adipiscing elCODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs81 KeyValuePair.Create("option2", "Option 2 - Lorem ipsum dolor sit amet, consectetur adipiscing elCODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs90 Placeholder = "Select a value. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id masCODE
LOWplayground/Stress/Stress.AppHost/InteractionCommands.cs90 Placeholder = "Select a value. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id masCODE
34 more matches not shown…
AI Slop Vocabulary30 hits · 80 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.yml24 # If running on dnceng (internal project), just use the default behavior for NuGetAuthenticate.COMMENT
MEDIUMeng/scripts/get-aspire-cli-pr.sh739 # Extract version from package name using a more robust two-step approachCOMMENT
MEDIUMeng/scripts/get-aspire-cli-pr.sh744 # Look for semantic version pattern with PR suffix (more specific and robust)COMMENT
MEDIUMtools/SelectTests/TriggerMap.cs192// non-.NET jobs, and is more robust: it follows the graph's transitive closure rather than literalCOMMENT
MEDIUMplayground/AspireEventHub/EventHubsConsumer/Consumer.cs11/// production scenario, as it offers a much more robust experience with higher throughput.COMMENT
MEDIUMplayground/Stress/Stress.ApiService/Program.cs591 "content": "# 📝 Markdown Feature Showcase\n\nWelcome to a **comprehensive example** of markdown in aCODE
MEDIUM….Tests/WorkflowScripts/select-tests-comment.harness.js7// C# test extracts the *shipped* script text from the workflow and hands it here, and this harnessCOMMENT
MEDIUMtests/Aspire.Cli.Tests/Commands/AddCommandTests.cs896 // `== N` keeps the test robust to PackagingService adding additional explicit channelsSTRING
MEDIUM.github/workflows/run-tests.yml621 # reached) — because quarantined tests are flaky by definition. But a broken harness must still failCOMMENT
LOW.github/workflows/analyze-ci-failure.lock.yml1961 # actionable by CI automation and would just add noise.COMMENT
MEDIUM…spire.Hosting.Docker/Resources/ComposeNodes/Service.cs513 /// that the service can utilize at runtime.COMMENT
MEDIUM…sting.Docker/Resources/ServiceNodes/Swarm/Resources.cs14/// a service can utilize, while reservations define the minimum guaranteed resources.COMMENT
MEDIUMsrc/Aspire.Hosting.Foundry/FoundryModel.Generated.cs1417 /// <para>Phi-3 Vision is a lightweight, state-of-the-art open multimodal model built upon datasets which inclCOMMENT
MEDIUMsrc/Aspire.Hosting.Foundry/FoundryModel.Generated.cs1678 /// <para>Limited Scope for Code: Majority of Phi-3 training data is based in Python and use common packCOMMENT
MEDIUMsrc/Aspire.Hosting.Foundry/FoundryModel.Generated.cs1953 /// <para>Streamlined operations: Benefit from unified billing, governance, and seamless PTU portabilityCOMMENT
MEDIUMsrc/Aspire.Hosting.Foundry/FoundryModel.Generated.cs2422 /// <para>Streamlined operations: Benefit from unified billing, governance, and seamless PTU portabilityCOMMENT
MEDIUMsrc/Aspire.Hosting.Foundry/FoundryModel.Generated.cs2565 /// <para>Streamlined operations: Benefit from unified billing, governance, and seamless PTU portabilityCOMMENT
MEDIUMsrc/Aspire.Hosting.Foundry/FoundryModel.Generated.cs2697 /// <para>Streamlined operations: Benefit from unified billing, governance, and seamless PTU portabilityCOMMENT
MEDIUMsrc/Aspire.Hosting.Foundry/FoundryModel.Generated.cs2829 /// <para>Streamlined operations: Benefit from unified billing, governance, and seamless PTU portabilityCOMMENT
MEDIUM…Hosting.Foundry/Project/ConnectionBuilderExtensions.cs247 /// can leverage the Key Vault connection for secret storage.COMMENT
MEDIUMsrc/Aspire.Hosting/Dcp/DcpModelUtilities.cs271 // but leverage its endpoints via container tunnel, we want to add allocated endpoint info for them as well.COMMENT
MEDIUMsrc/Aspire.Hosting/Cli/CliOrphanDetector.cs40 // Try to get the CLI process start time for robust orphan detection.COMMENT
MEDIUM…pire.Hosting.JavaScript/JavaScriptHostingExtensions.cs532 // we want to remain robust if a future refactor changes that.STRING
MEDIUMsrc/Aspire.Hosting.Kubernetes/Resources/NamespaceV1.cs14/// class to leverage shared properties such as ApiVersion, Kind, and Metadata. This classCOMMENT
MEDIUM…e.Hosting.Kubernetes/Resources/PodSecurityContextV1.cs123 /// container processes can utilize beyond the primary group.COMMENT
MEDIUM…emoteHost/Ats/PolyglotCapabilityInvocationException.cs565 // is more robust than search/replacing pieces of the original message because itCOMMENT
MEDIUMsrc/Aspire.Hosting.Go/GoHostingExtensions.cs695 .WithRequiredCommand("dlv", "https://github.com/go-delve/delve");CODE
MEDIUMsrc/Aspire.Cli/Projects/PrebuiltAppHostServer.cs749 // Keying on the resolved channel.Name (rather than the input requestedChannel) is robustSTRING
MEDIUM…Cli/Agents/OpenCode/OpenCodeAgentEnvironmentScanner.cs149 // This is a simplified approach - a full JSONC parser would be more robustCOMMENT
Self-Referential Comments21 hits · 48 pts
SeverityFileLineSnippetContext
MEDIUMeng/find-missing-packages.sh109 # Create a temporary file with the proper multi-line structureCOMMENT
MEDIUMeng/common/cross/build-rootfs.sh636 # Create the symlink in the same directoryCOMMENT
MEDIUMeng/scripts/get-aspire-cli.sh658 # Create the config fileCOMMENT
MEDIUMeng/scripts/get-aspire-cli.sh1063 # Create a temporary directory for downloadsCOMMENT
MEDIUMeng/scripts/get-aspire-cli-pr.sh418# Create a temporary directory with a prefix. Honors DRY_RUNCOMMENT
MEDIUMeng/scripts/get-aspire-cli-pr.sh1869 # Create a temporary directory for downloadsCOMMENT
MEDIUMtools/ReleaseNotes/extract-api-changes.sh226 # Create a simple summary reportCOMMENT
MEDIUM….Python.Tests/Snapshots/AtsGeneratedAspire.verified.py1210 # Create a reference expression using named placeholdersSTRING
MEDIUM….Python.Tests/Snapshots/AtsGeneratedAspire.verified.py1239 # Create a conditional expression based on an environment variableSTRING
MEDIUM…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py1210 # Create a reference expression using named placeholdersSTRING
MEDIUM…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py1239 # Create a conditional expression based on an environment variableSTRING
MEDIUM…ts/Aspire.Cli.EndToEnd.Tests/JavaScriptPublishTests.cs236 # This file is generated by running "yarn install" inside your project.COMMENT
MEDIUM.github/workflows/deployment-tests.yml153 # Create a clean artifact directory with the native CLI and packages.COMMENT
MEDIUM.github/workflows/analyze-ci-failure.lock.yml1301 # Create a structured summary of the failure data for the agentCOMMENT
MEDIUM.github/workflows/analyze-ci-failure.lock.yml2145 # Create a new issue for this causeCOMMENT
MEDIUM…orkflows/agentics-maintenance-microsoft-aspire.dev.yml24# This file is the agentic maintenance workflow for the SideRepoOps targetCOMMENT
MEDIUM.github/actions/create-pull-request/action.yml146 # Create the pull request without eval — all args are properly quotedCOMMENT
MEDIUM…Hosting.CodeGeneration.Python/PythonLanguageSupport.cs99 # This file is used when uv is not available and pip is used instead.COMMENT
MEDIUM…e.Hosting.CodeGeneration.Python/PythonModuleBuilder.cs1445 # Create a reference expression using named placeholdersSTRING
MEDIUM…e.Hosting.CodeGeneration.Python/PythonModuleBuilder.cs1474 # Create a conditional expression based on an environment variableSTRING
MEDIUM…Aspire.Cli/Templating/Templates/py-starter/app/main.py31# Create a global to store the Redis client.COMMENT
Redundant / Tautological Comments31 hits · 46 pts
SeverityFileLineSnippetContext
LOWeng/find-missing-packages.sh28# Set trap to cleanup on exitCOMMENT
LOWeng/find-missing-packages.sh92 # Check if the package is already mapped to avoid duplicatesCOMMENT
LOWeng/find-missing-packages.sh174 # Check if we've already processed this packageCOMMENT
LOWeng/find-missing-packages.sh200 # Check if we still have NU1102 errors even if no new packages were foundCOMMENT
LOWeng/build.sh65# Check if an action is passed inCOMMENT
LOWeng/restore-toolset.sh7 # Check if we're on macOSCOMMENT
LOWeng/homebrew/generate-cask.sh116# Check if a URL is accessible (HEAD request)COMMENT
LOWeng/common/tools.sh309 # Check if the script is older than 30 days using timestamp fileCOMMENT
LOWeng/common/SetupNugetSources.sh60 # Check if disabledPackageSources section existsCOMMENT
LOWeng/common/SetupNugetSources.sh66 # Check if this source name is disabledCOMMENT
LOWeng/common/SetupNugetSources.sh86 # Check if source already existsCOMMENT
LOWeng/common/SetupNugetSources.sh116 # Check if disabledPackageSources section existsCOMMENT
LOWeng/common/SetupNugetSources.sh198 # 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.yml60 # Check if ESRP is disabled while SignType is realCOMMENT
LOWeng/scripts/get-aspire-cli.sh200 # Check if it's musl-based (Alpine, etc.)COMMENT
LOWeng/scripts/get-aspire-cli.sh343 # Check if response suggests HTML content (error page)COMMENT
LOWeng/scripts/get-aspire-cli-pr.sh338 # Check if it's musl-based (Alpine, etc.)COMMENT
LOWeng/scripts/get-cli-e2e-recording.sh134# Check if artifact existsCOMMENT
LOWtools/ReleaseNotes/analyze-all-components.sh26# Check if jq is available for JSON processingCOMMENT
LOWtools/ReleaseNotes/analyze-all-components.sh90 # Check if there are any changes in this component firstCOMMENT
LOWtools/ReleaseNotes/extract-api-changes.sh84 # Check if the API files list was generatedCOMMENT
LOW.github/workflows/specialized-test-runner.yml186 # Check if there were no tests to runCOMMENT
LOW.github/workflows/backmerge-release.yml74 # Check if a PR already exists for this branchCOMMENT
LOW.github/workflows/run-tests.yml667 # Check if the XML is valid and non-emptyCOMMENT
LOW.github/workflows/deployment-cleanup.yml116 # Check if RG has the first-seen tagCOMMENT
LOW.github/workflows/analyze-ci-failure.lock.yml2069 # Check if the stored cause file already has a linked issueCOMMENT
LOW.github/workflows/analyze-ci-failure.lock.yml2110 # Check if the stored issue is closed (may need reopening)COMMENT
LOW.github/actions/check-changed-files/action.yml61 # Check if jq is availableCOMMENT
LOW.github/actions/check-changed-files/action.yml118 # Check if we have any valid patternsCOMMENT
LOW.github/actions/create-pull-request/action.yml100 # Check if a PR already exists for this branchCOMMENT
Cross-Language Confusion4 hits · 28 pts
SeverityFileLineSnippetContext
HIGH.github/workflows/pr-docs-check/compute_signals.py160# `- public static IResourceBuilder<FooResource> AddFoo(...) { throw null; }`COMMENT
HIGH.github/workflows/pr-docs-check/test_compute_signals.py124 "this IDistributedApplicationBuilder builder) { throw null; }\n"CODE
HIGH.github/workflows/pr-docs-check/test_compute_signals.py127 "this IDistributedApplicationBuilder builder) { throw null; }\n"CODE
HIGH.github/workflows/pr-docs-check/test_compute_signals.py220 "this IDistributedApplicationBuilder builder) { throw null; }\n"CODE
Excessive Try-Catch Wrapping34 hits · 26 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
LOWplayground/deployers/Deployers.Dockerfile/app.py81 except Exception as e:CODE
LOWplayground/FoundryAgents/app/main.py45 except Exception as e:CODE
LOWplayground/FoundryAgentBasic/app/main.py49except Exception: # pragma: no coverCODE
LOWplayground/FoundryAgentBasic/app/main.py323 except Exception as exc:CODE
LOWplayground/PythonAppHost/app/main.py42 except Exception as exc:CODE
LOWplayground/PythonAppHost/app/main.py67 except Exception as exc:CODE
LOWplayground/PythonAppHost/app/main.py98 except Exception as exc:CODE
LOW….Python.Tests/Snapshots/AtsGeneratedAspire.verified.py588 except Exception:CODE
LOW….Python.Tests/Snapshots/AtsGeneratedAspire.verified.py625 except Exception:CODE
LOW….Python.Tests/Snapshots/AtsGeneratedAspire.verified.py746 except Exception as e:CODE
LOW….Python.Tests/Snapshots/AtsGeneratedAspire.verified.py757 except Exception as e:CODE
LOW….Python.Tests/Snapshots/AtsGeneratedAspire.verified.py807 except Exception as e:CODE
LOW….Python.Tests/Snapshots/AtsGeneratedAspire.verified.py842 except Exception as e:CODE
LOW….Python.Tests/Snapshots/AtsGeneratedAspire.verified.py969 except Exception:CODE
LOW…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py588 except Exception:CODE
LOW…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py625 except Exception:CODE
LOW…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py746 except Exception as e:CODE
LOW…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py757 except Exception as e:CODE
LOW…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py807 except Exception as e:CODE
LOW…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py842 except Exception as e:CODE
LOW…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py969 except Exception:CODE
LOW…ls/cli-channel-debugging/get-aspire-channel-version.sh97except Exception as e: # noqa: BLE001 - surface any network/parse failure to the callerCODE
LOW…e.Hosting.CodeGeneration.Python/PythonModuleBuilder.cs823 except Exception:CODE
LOW…e.Hosting.CodeGeneration.Python/PythonModuleBuilder.cs860 except Exception:CODE
LOW…e.Hosting.CodeGeneration.Python/PythonModuleBuilder.cs981 except Exception as e:CODE
LOW…e.Hosting.CodeGeneration.Python/PythonModuleBuilder.cs992 except Exception as e:CODE
LOW…e.Hosting.CodeGeneration.Python/PythonModuleBuilder.cs1042 except Exception as e:CODE
LOW…e.Hosting.CodeGeneration.Python/PythonModuleBuilder.cs1077 except Exception as e:CODE
LOW…e.Hosting.CodeGeneration.Python/PythonModuleBuilder.cs1204 except Exception:CODE
LOW…Aspire.Cli/Templating/Templates/py-starter/app/main.py48 except Exception as e:CODE
LOW…Aspire.Cli/Templating/Templates/py-starter/app/main.py82 except Exception as e:CODE
LOW…Aspire.Cli/Templating/Templates/py-starter/app/main.py121 except Exception as e:CODE
Docstring Block Structure3 hits · 15 pts
SeverityFileLineSnippetContext
HIGH…End/PostgresEndToEnd.PythonService/entra_connection.py77Obtains connection information from Entra authentication for Azure PostgreSQL. Parameters: credential (TokeSTRING
HIGH…End/PostgresEndToEnd.PythonService/entra_connection.py102Obtains connection information from Entra authentication for Azure PostgreSQL. Parameters: credential (TokeSTRING
HIGH…End/PostgresEndToEnd.PythonService/entra_connection.py129Establishes an asynchronous PostgreSQL connection using Entra authentication. The method checks for provided crSTRING
Example Usage Blocks8 hits · 12 pts
SeverityFileLineSnippetContext
LOWlocalhive.sh5# Usage:COMMENT
LOWeng/homebrew/dogfood.sh7# Usage:COMMENT
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/scripts/get-cli-e2e-recording.sh4# Usage:COMMENT
LOW…ls/cli-channel-debugging/get-aspire-channel-version.sh16# Usage:COMMENT
LOW.github/workflows/polyglot-validation/Dockerfile.java4# Usage:COMMENT
Magic Placeholder Names2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHtests/Aspire.Cli.Tests/Mcp/Docs/LlmsTxtParserTests.cs834 In Aspire, eventing allows you to publish and subscribe to events during various AppHost life cycles. Eventing is moCODE
HIGHdocs/specs/dashboard-http-api.md44 "PrimaryApiKey": "your-api-key"CODE
Modern Structural Boilerplate11 hits · 8 pts
SeverityFileLineSnippetContext
LOWplayground/python/uvicorn_app/app.py21logger = logging.getLogger(__name__)CODE
LOW…End/PostgresEndToEnd.PythonService/entra_connection.py16logger = logging.getLogger(__name__)CODE
LOWplayground/PythonAppHost/app/main.py26logger = logging.getLogger(__name__)CODE
LOWplayground/FoundryAgentEnterprise/app/main.py24logger = logging.getLogger(__name__)CODE
LOW….Python.Tests/Snapshots/AtsGeneratedAspire.verified.py1918 def set_value(self, value: str) -> None:CODE
LOW…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py3333 def update_task(self, status_text: str, *, timeout: int | None = None) -> None:CODE
LOW…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py3344 def update_task_markdown(self, markdown_string: str, *, timeout: int | None = None) -> None:CODE
LOW…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py5916 def set_choice_options(self, choices: typing.Iterable[InteractionChoiceOption]) -> None:CODE
LOW…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py5925 def set_value(self, value: str) -> None:CODE
LOW…s/Snapshots/TwoPassScanningGeneratedAspire.verified.py7255 def set_value(self, value: str) -> None:CODE
LOW…Aspire.Cli/Templating/Templates/py-starter/app/main.py59logger = logging.getLogger(__name__)CODE
Deep Nesting8 hits · 8 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
LOWplayground/deployers/Deployers.Dockerfile/app.py49CODE
LOW.github/workflows/pr-docs-check/compute_signals.py441CODE
Unused Imports7 hits · 6 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py18CODE
LOWplayground/FoundryAgentBasic/app/main.py4CODE
LOWplayground/aspireify-eval/polyglot/api-weather/main.py5CODE
LOW.github/workflows/pr-docs-check/resolve_sme.py34CODE
LOW.github/workflows/pr-docs-check/compute_signals.py44CODE
LOW.github/workflows/pr-docs-check/test_compute_signals.py12CODE
LOW.github/workflows/pr-docs-check/compute_pr_context.py31CODE
Slop Phrases3 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMplayground/Stress/Stress.ApiService/Program.cs565 "content": "I'm sorry, but I cannot provide medical advice. Please consult a licensed healthcare proCODE
MEDIUMplayground/Stress/Stress.ApiService/Program.cs620 "content": "I cannot provide a long-term climate forecast as that requires specialized meteorologicaCODE
MEDIUMtests/Aspire.Cli.Tests/Mcp/Docs/LlmsTxtParserTests.cs834 In Aspire, eventing allows you to publish and subscribe to events during various AppHost life cycles. Eventing is moCODE
AI Structural Patterns1 hit · 1 pts
SeverityFileLineSnippetContext
LOWplayground/FoundryAgentBasic/app/main.py345CODE