Skip to content

Conversation

@dotnet-policy-service
Copy link

@dotnet-policy-service dotnet-policy-service bot commented Aug 12, 2025

πŸ€– Queue merge when ready...


Internal previews

Toggle expand/collapse
πŸ“„ File πŸ”— Preview link
docs/app-host/configuration.md docs/app-host/configuration
docs/app-host/eventing.md docs/app-host/eventing
docs/app-host/persistent-containers.md docs/app-host/persistent-containers
docs/architecture/overview.md docs/architecture/overview
docs/authentication/keycloak-integration.md docs/authentication/keycloak-integration
docs/azure/integrations-overview.md docs/azure/integrations-overview
docs/azureai/azureai-foundry-integration.md docs/azureai/azureai-foundry-integration
docs/community-toolkit/hosting-eventstore.md docs/community-toolkit/hosting-eventstore
docs/database/azure-cosmos-db-integration.md docs/database/azure-cosmos-db-integration
docs/database/mongodb-integration.md docs/database/mongodb-integration
docs/deployment/azure/application-insights.md docs/deployment/azure/application-insights
docs/extensibility/custom-hosting-integration.md docs/extensibility/custom-hosting-integration
docs/frameworks/orleans.md docs/frameworks/orleans
docs/fundamentals/app-host-overview.md docs/fundamentals/app-host-overview
docs/fundamentals/dashboard/enable-browser-telemetry.md docs/fundamentals/dashboard/enable-browser-telemetry
docs/fundamentals/external-parameters.md docs/fundamentals/external-parameters
docs/fundamentals/launch-profiles.md docs/fundamentals/launch-profiles
docs/get-started/add-aspire-existing-app.md docs/get-started/add-aspire-existing-app
docs/get-started/build-aspire-apps-with-nodejs.md docs/get-started/build-aspire-apps-with-nodejs
docs/get-started/build-aspire-apps-with-python.md docs/get-started/build-aspire-apps-with-python
docs/get-started/upgrade-to-aspire-9.md docs/get-started/upgrade-to-aspire-9
docs/messaging/rabbitmq-integration.md docs/messaging/rabbitmq-integration
docs/proxies/yarp-integration.md docs/proxies/yarp-integration
docs/real-time/azure-signalr-scenario.md docs/real-time/azure-signalr-scenario
docs/testing/manage-app-host.md docs/testing/manage-app-host
docs/testing/overview.md docs/testing/overview
docs/whats-new/dotnet-aspire-9.1.md docs/whats-new/dotnet-aspire-9.1
docs/whats-new/dotnet-aspire-9.2.md docs/whats-new/dotnet-aspire-9.2
docs/whats-new/dotnet-aspire-9.3.md docs/whats-new/dotnet-aspire-9.3
docs/whats-new/dotnet-aspire-9.md docs/whats-new/dotnet-aspire-9

Note

This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

github-actions bot and others added 5 commits August 11, 2025 17:36
Co-authored-by: IEvangelist <IEvangelist@users.noreply.github.com>
* Refactor documentation to standardize references to "AppHost" across multiple files, enhancing clarity and consistency in the .NET Aspire documentation. Updates include changes to descriptions, titles, and examples to ensure uniformity in terminology related to the AppHost and its functionalities.

* Update ms.date fields and fix AppHost references in documentation for consistency

* Update ms.date fields across multiple documentation files for consistency and clarity

* Refactor documentation to standardize references to "AppHost" across multiple files

- Updated instances of "app host" to "AppHost" for consistency in terminology.
- Clarified instructions and descriptions related to the AppHost in various documentation sections.
- Enhanced clarity in examples and explanations regarding the AppHost's functionality and integration with other resources.

* Refactor documentation to standardize references to "AppHost" across multiple integration and testing guides. Updated phrasing for clarity and consistency in Azure, Kafka, NATS, RabbitMQ, YARP, SignalR, Elasticsearch, Key Vault, Azure Functions, and Storage sections. Enhanced instructions for managing resources and connection strings in the AppHost context. Improved overall readability and coherence in the documentation.

* Update Azure SQL Free Offer link in .NET Aspire 9.3 documentation for clarity
…ble API (#4188)

* Initial plan

* Add new ExecutableResource documentation article

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Address review feedback: update date, fix list punctuation, replace Azure SWA CLI with Vercel CLI

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Fix punctuation for all complete sentences in lists throughout the document

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Address review feedback: fix bullet punctuation, simplify method parameters section, correct AddExecutable parameter order, and update examples

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Apply suggestions from code review

* Apply suggestions from code review

* Fix WithArgs usage throughout documentation - remove non-existent WithArgs method and pass all arguments directly to AddExecutable

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Apply suggestions from code review

* Update docs/app-host/executable-resources.md

* Update executable-resources.md

* Combine resource dependency sections and fix production deployment text

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Update executable-resources.md

* Fix numbered list formatting to use all "1." as per Microsoft Writing Style Guide

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Add ai-generated metadata to executable-resources documentation

Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>

* Change ai-usage metadata to ai-assisted

Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Co-authored-by: David Pine <david.pine@microsoft.com>
Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
…ng patterns for .NET Aspire (#4187)

* Initial plan

* Add troubleshooting documentation for HostingStartup incompatibility

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Fix duplicate link and complete documentation

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Fix style guide compliance: remove package-lock.json, add trailing newline, move code snippets to external files, fix ordered list format

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Remove Option 4 and dependency injection plugin example code

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Refactor troubleshooting doc to focus on migration concepts rather than multiple options

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Fix bullet points to be complete sentences with proper punctuation

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Update docs/troubleshooting/hosting-startup-not-supported.md

* Fix build errors in hosting-startup snippet files

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

* Replace non-standard arrow characters with table format for better accessibility

Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>

* Fix punctuation in table benefit column - add periods to complete sentences

Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>

* Update ai-usage metadata from ai-assisted to ai-generated

Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>

* Update ai-usage metadata back to ai-assisted based on team decision

Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Co-authored-by: David Pine <david.pine@microsoft.com>
Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@11bd719...08c6903)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@dotnet-policy-service dotnet-policy-service bot added this pull request to the merge queue Aug 12, 2025
Merged via the queue into live with commit 543d10a Aug 12, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants