[docs] Document features.polyglotIntegrationFilterEnabled config flag - #1457
Merged
David Pine (IEvangelist) merged 1 commit intoAug 11, 2026
Conversation
Merged
14 tasks
Contributor
Author
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
David Pine (IEvangelist)
marked this pull request as ready for review
August 11, 2026 12:53
David Pine (IEvangelist)
requested review from
David Pine (IEvangelist) and
Mitch Denny (mitchdenny)
as code owners
August 11, 2026 12:53
David Pine (IEvangelist)
merged commit Aug 11, 2026
0bcb9c4
into
release/13.5
10 of 11 checks passed
David Pine (IEvangelist)
deleted the
docs/polyglot-integration-filter-flag-f63a76c355c4e7bc
branch
August 11, 2026 12:53
Contributor
There was a problem hiding this comment.
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.polyglotIntegrationFilterEnabledto the CLI config settings reference table. - Documented that the flag is disabled by default and why (NuGet feed
tags:polyglotquery 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. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents changes from microsoft/aspire#19222
@mitchdennyTargeting
release/13.5— the latest release branch onmicrosoft/aspire.dev— becauserelease/13.6(from the source PR milestone13.6) does not exist there.Why
microsoft/aspire#19222 gates the polyglot integration compatibility filter used by
aspire add,aspire integration list, andaspire integration searchbehind 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 thetags:polyglotquery used to build the compatibility allow-list.What changed
features.polyglotIntegrationFilterEnabledto 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.mdNo new pages were created; this updates an existing reference table used by
reference/cli/configuration.mdx.