Skip to content

[docs] Document features.polyglotIntegrationFilterEnabled config flag - #1457

Merged
David Pine (IEvangelist) merged 1 commit into
release/13.5from
docs/polyglot-integration-filter-flag-f63a76c355c4e7bc
Aug 11, 2026
Merged

[docs] Document features.polyglotIntegrationFilterEnabled config flag#1457
David Pine (IEvangelist) merged 1 commit into
release/13.5from
docs/polyglot-integration-filter-flag-f63a76c355c4e7bc

Conversation

@aspire-repo-bot

Copy link
Copy Markdown
Contributor

Documents changes from microsoft/aspire#19222

@mitchdenny

Targeting release/13.5 — the latest release branch on microsoft/aspire.dev — because release/13.6 (from the source PR milestone 13.6) does not exist there.

Why

microsoft/aspire#19222 gates the polyglot integration compatibility filter used by aspire add, aspire integration list, and aspire integration search behind a new CLI feature flag, features.polyglotIntegrationFilterEnabled, which is disabled by default. Previously the filter silently hid all integrations in non-C# (polyglot) AppHosts because remote NuGet feeds don't reliably answer the tags:polyglot query used to build the compatibility allow-list.

What changed

  • Added a row for features.polyglotIntegrationFilterEnabled to the CLI config settings reference table, describing its purpose, default (disabled), and the reason it's off by default.

Files modified

  • src/frontend/src/content/docs/reference/cli/includes/config-settings-table.md

No new pages were created; this updates an existing reference table used by reference/cli/configuration.mdx.

Generated by PR Documentation Check for #19222 · auto · 39.7 AIC · ⌖ 17.2 AIC · ⊞ 19.4K ·

@aspire-repo-bot

Copy link
Copy Markdown
Contributor Author

Frontend HTML artifact ready

The latest frontend build uploaded the frontend-dist artifact for PR #1457. Use the VS Code button below to open this PR with GitHub Artifacts Explorer and browse the built HTML locally.

VS Code: Open PR #1457 artifacts

This comment updates automatically when a new frontend build artifact is uploaded.

@IEvangelist
David Pine (IEvangelist) marked this pull request as ready for review August 11, 2026 12:53
Copilot AI lite review requested due to automatic review settings August 11, 2026 12:53
@IEvangelist
David Pine (IEvangelist) merged commit 0bcb9c4 into release/13.5 Aug 11, 2026
10 of 11 checks passed
@IEvangelist
David Pine (IEvangelist) deleted the docs/polyglot-integration-filter-flag-f63a76c355c4e7bc branch August 11, 2026 12:53

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Aspire CLI configuration reference table to document the new features.polyglotIntegrationFilterEnabled feature flag that gates the polyglot integration compatibility filter behavior for integration-related commands.

Changes:

  • Added features.polyglotIntegrationFilterEnabled to the CLI config settings reference table.
  • Documented that the flag is disabled by default and why (NuGet feed tags:polyglot query reliability).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

| `features.experimentalPolyglot:java` | `features.experimentalPolyglot:java` | Enable or disable experimental Java language support for polyglot Aspire applications. |
| `features.experimentalPolyglot:python` | `features.experimentalPolyglot:python` | Enable or disable experimental Python language support for polyglot Aspire applications. |
| `features.experimentalPolyglot:rust` | `features.experimentalPolyglot:rust` | Enable or disable experimental Rust language support for polyglot Aspire applications. |
| `features.polyglotIntegrationFilterEnabled` | `features.polyglotIntegrationFilterEnabled` | Enable or disable filtering `aspire add`, `aspire integration list`, and `aspire integration search` results to only integrations compatible with a non-C# (polyglot) AppHost. Disabled by default because remote NuGet feeds don't reliably answer the `tags:polyglot` query used to build the compatibility allow-list. |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-from-code Copilot initiated issue from dotnet/aspire repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants