-
Notifications
You must be signed in to change notification settings - Fork 171
β
Merge main into live
#4981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
β
Merge main into live
#4981
Conversation
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@05b42c6...4eaacf0) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.12.0 to 1.13.0 Bumps OpenTelemetry.Extensions.Hosting from 1.12.0 to 1.13.0 Bumps Scalar.AspNetCore from 2.8.7 to 2.8.8 --- updated-dependencies: - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: OpenTelemetry.Extensions.Hosting dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Scalar.AspNetCore dependency-version: 2.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Scalar.AspNetCore from 2.8.7 to 2.8.8 --- updated-dependencies: - dependency-name: Scalar.AspNetCore dependency-version: 2.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.12.0 to 1.13.0 Bumps OpenTelemetry.Extensions.Hosting from 1.12.0 to 1.13.0 --- updated-dependencies: - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: OpenTelemetry.Extensions.Hosting dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.12.0 to 1.13.0 Bumps OpenTelemetry.Extensions.Hosting from 1.12.0 to 1.13.0 --- updated-dependencies: - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: OpenTelemetry.Extensions.Hosting dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Initial plan * Add Docker hosting integration article Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> * Address PR feedback - restructure article and update TOC Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> * Add xref links to API methods throughout the article Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> * Update Docker integration documentation Updated the date for the Docker integration documentation and clarified method usage. * Update docker-integration.md * Revise Docker Compose environment example in docs Updated the Docker Compose environment configuration example in the documentation for clarity and consistency. * Update Aspire.Hosting.Docker package version * Add namespace and project metadata to AppHost.cs Added namespace and project metadata classes for WebApp and ApiService. * Fix code snippet reference in docker-integration.md Updated code snippet reference in Docker integration documentation. * Update AppHost.cs --------- 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>
β¦examples (#4723) * Initial plan * Update ACA environments article with comprehensive configuration example Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com> * Refine ACA configuration example to match established patterns Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com> * Update docs/azure/snippets/aca/AspireAca.AppHost/AspireApp.AppHost/ProgramCustomized.cs --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com> Co-authored-by: David Pine <david.pine@microsoft.com>
* Added a discussion of UseSeeding and UseAsyncSeeding to the Data Seeding article. * Update docs/database/seed-database-data.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/database/seed-database-data.md --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: David Pine <david.pine@microsoft.com>
* Initial plan * Add comprehensive Kubernetes hosting integration article Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> * Address PR feedback: add WithComputeEnvironment tip, fix list formatting, change code block language, fix snippet naming, and reorder TOC alphabetically Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> * Update kubernetes-integration.md * Update Kubernetes integration documentation and snippets: correct date, update package version, and replace Program.cs with AppHost.cs example * Update KubernetesIntegration.csproj: add OutputType, ImplicitUsings, and remove UseAppHost property * Refine Kubernetes integration documentation: remove .NET prefix from titles and descriptions for consistency * Update AppHost.cs --------- 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>
* Replace ".NET Aspire" with "Aspire" * Update documentation dates and fix minor text inconsistencies across multiple files * Remove outdated logging package reference for MSTest in testing documentation * Update setup-tooling.md date and add additional Aspire variants to markdownlint configuration * Update markdownlint configuration and enhance documentation for Aspire integration * Enhance markdownlint configuration by adding additional Aspire variants for consistency in reference link text * Refine markdownlint configuration by consolidating Aspire-related entries for improved consistency
|
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. |
π€ Queue merge when ready...
Internal previews
Toggle expand/collapse
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.