Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump the dotnet group in /docs/database/snippets/tutorial/aspiresqlefcore/AspireSQLEFCore.AppHost with 8 updates #3344

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2025

Bumps the dotnet group in /docs/database/snippets/tutorial/aspiresqlefcore/AspireSQLEFCore.AppHost with 8 updates:

Package From To
Microsoft.Extensions.ServiceDiscovery 9.2.0 9.2.1
OpenTelemetry.Exporter.OpenTelemetryProtocol 1.11.2 1.12.0
OpenTelemetry.Extensions.Hosting 1.11.2 1.12.0
OpenTelemetry.Instrumentation.AspNetCore 1.11.1 1.12.0
OpenTelemetry.Instrumentation.Http 1.11.1 1.12.0
OpenTelemetry.Instrumentation.Runtime 1.11.1 1.12.0
Aspire.Microsoft.EntityFrameworkCore.SqlServer 9.2.0 9.2.1
Aspire.Hosting.AppHost 9.2.0 9.2.1

Updates Microsoft.Extensions.ServiceDiscovery from 9.2.0 to 9.2.1

Release notes

Sourced from Microsoft.Extensions.ServiceDiscovery's releases.

.NET Aspire 9.2.1 Release

We are excited to share that our 9.2.1 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Try it out and share your feedback 😃

What's Changed

Full Changelog: dotnet/aspire@v9.2.0...v9.2.1

Commits
  • b590865 Ensure visible trace spans stay sorted by start time (#8909)
  • 2b55ce1 Merge pull request #8903 from joperezr/FixTests
  • 339673b Update test files to show 9.2.1 patched version to fix tests
  • 7187153 [release/9.2] Fixed resolving secrets for keyvault references in run mode (#8...
  • 8de8d4b [release/9.2] Don't fail for Azure role assignments in run mode (#8807)
  • 4b42283 Merge pull request #8864 from dotnet/backport/pr-8797-to-release/9.2
  • 3bb6930 Branding for 9.2.1
  • ef6f857 more tests
  • 4a1aaa4 Fix AE in ExecutableResource
  • b8c8b47 Fix AE in ExecutableResource
  • Additional commits viewable in compare view

Updates OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.11.2 to 1.12.0

Release notes

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.

core-1.12.0

For highlights and announcements pertaining to this release see: Release Notes > 1.12.0.

The following changes are from the previous release 1.11.2.

... (truncated)

Changelog

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's changelog.

1.12.0

Release details: 1.12.0

  • Breaking Change: OpenTelemetry.Exporter.OpenTelemetryProtocol now defaults to using OTLP/HTTP instead of OTLP/gRPC when targeting .NET Framework and .NET Standard. This change may cause telemetry export to fail unless appropriate adjustments are made. Explicitly setting OTLP/gRPC may result in a NotSupportedException unless further configuration is applied. See #6209 for full details and mitigation guidance. #6229

1.11.1

Release details: 1.11.1

  • Fixed a bug preventing OpenTelemetry.Exporter.OpenTelemetryProtocol from exporting telemetry on .NET Framework.

1.11.0

Release details: 1.11.0

  • OpenTelemetry.Exporter.OpenTelemetryProtocol no longer depends on the Google.Protobuf, Grpc, or Grpc.Net.Client packages. Serialization and transmission of outgoing data is now performed manually to improve the overall performance.

1.10.0

Release details: 1.10.0

... (truncated)

Commits

Updates OpenTelemetry.Extensions.Hosting from 1.11.2 to 1.12.0

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

core-1.12.0

For highlights and announcements pertaining to this release see: Release Notes > 1.12.0.

The following changes are from the previous release 1.11.2.

... (truncated)

Changelog

Sourced from OpenTelemetry.Extensions.Hosting's changelog.

1.12.0

Release details: 1.12.0

  • Breaking Change: OpenTelemetry.Exporter.OpenTelemetryProtocol now defaults to using OTLP/HTTP instead of OTLP/gRPC when targeting .NET Framework and .NET Standard. This change may cause telemetry export to fail unless appropriate adjustments are made. Explicitly setting OTLP/gRPC may result in a NotSupportedException unless further configuration is applied. See #6209 for full details and mitigation guidance. #6229

1.11.1

Release details: 1.11.1

  • Fixed a bug preventing OpenTelemetry.Exporter.OpenTelemetryProtocol from exporting telemetry on .NET Framework.

1.11.0

Release details: 1.11.0

  • OpenTelemetry.Exporter.OpenTelemetryProtocol no longer depends on the Google.Protobuf, Grpc, or Grpc.Net.Client packages. Serialization and transmission of outgoing data is now performed manually to improve the overall performance.

1.10.0

Release details: 1.10.0

... (truncated)

Commits

Updates OpenTelemetry.Instrumentation.AspNetCore from 1.11.1 to 1.12.0

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

Exporter.Geneva-1.12.0

Instrumentation.SqlClient-1.12.0-beta.1

  • NuGet: OpenTelemetry.Instrumentation.SqlClient v1.12.0-beta.1

    • Fix issue where IPv6 addresses were improperly parsed from the the connection's DataSource when used to populate the server.address attribute. (#2674)

    • Updates have been made to adhere to recent changes in the new semantic conventions. These affect you if you have opted in to the new conventions. When CommandType is StoredProcedure, the db.stored_procedure.name has been added and the db.query.text, db.operation.name, and db.collection.name attributes have been removed. (#2693)

    • Updated OpenTelemetry core component version(s) to 1.12.0. (#2725)

    • Fixes an issue that throws IndexOutOfRangeException in SqlProcessor when the SQL statement ends with the beginning of a keyword such as UPDATE. (#2674)

    See CHANGELOG for details.

Resources.ProcessRuntime-1.12.0-beta.1

Resources.Process-1.12.0-beta.1

Resources.OperatingSystem-1.12.0-beta.1

... (truncated)

Commits
  • 9e8ae56 [release] Prepare release Exporter.Geneva-1.12.0 (#2784)
  • 9883cf0 [SemanticConvention] Bump to 1.33.0 (#2782)
  • c364738 [docs] typo fixes (#2765)
  • dd3d5b8 [release] Prepare release Instrumentation.SqlClient-1.12.0-beta.1 (#2781)
  • d33e443 [SqlClient] fix IndexOutOfRangeException in SqlProcessor (#2750)
  • c39d3f0 [release] Prepare release Resources.ProcessRuntime-1.12.0-beta.1 (#2779)
  • c21fb4c [release] Prepare release Resources.Process-1.12.0-beta.1 (#2777)
  • ba13ab6 [release] Prepare release Resources.OperatingSystem-1.12.0-beta.1 (#2775)
  • 7fb55b8 [release] Prepare release Resources.Host-1.12.0-beta.1 (#2771)
  • be1a8ed [release] Prepare release Resources.Container-1.12.0-beta.1 (#2769)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Instrumentation.Http from 1.11.1 to 1.12.0

Release notes

Sourced from OpenTelemetry.Instrumentation.Http's releases.

Exporter.Geneva-1.12.0

Instrumentation.SqlClient-1.12.0-beta.1

  • NuGet: OpenTelemetry.Instrumentation.SqlClient v1.12.0-beta.1

    • Fix issue where IPv6 addresses were improperly parsed from the the connection's DataSource when used to populate the server.address attribute. (#2674)

    • Updates have been made to adhere to recent changes in the new semantic conventions. These affect you if you have opted in to the new conventions. When CommandType is StoredProcedure, the db.stored_procedure.name has been added and the db.query.text, db.operation.name, and db.collection.name attributes have been removed. (#2693)

    • Updated OpenTelemetry core component version(s) to 1.12.0. (#2725)

    • Fixes an issue that throws IndexOutOfRangeException in SqlProcessor when the SQL statement ends with the beginning of a keyword such as UPDATE. (#2674)

    See CHANGELOG for details.

Resources.ProcessRuntime-1.12.0-beta.1

Resources.Process-1.12.0-beta.1

Resources.OperatingSystem-1.12.0-beta.1

... (truncated)

Commits
  • 9e8ae56 [release] Prepare release Exporter.Geneva-1.12.0 (#2784)
  • 9883cf0 [SemanticConvention] Bump to 1.33.0 (#2782)
  • c364738 [docs] typo fixes (#2765)
  • dd3d5b8 [release] Prepare release Instrumentation.SqlClient-1.12.0-beta.1 (#2781)
  • d33e443 [SqlClient] fix IndexOutOfRangeException in SqlProcessor (#2750)
  • c39d3f0 [release] Prepare release Resources.ProcessRuntime-1.12.0-beta.1 (#2779)
  • c21fb4c [release] Prepare release Resources.Process-1.12.0-beta.1 (#2777)
  • ba13ab6 [release] Prepare release Resources.OperatingSystem-1.12.0-beta.1 (#2775)
  • 7fb55b8 [release] Prepare release Resources.Host-1.12.0-beta.1 (#2771)
  • be1a8ed [release] Prepare release Resources.Container-1.12.0-beta.1 (#2769)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Instrumentation.Runtime from 1.11.1 to 1.12.0

Release notes

Sourced from OpenTelemetry.Instrumentation.Runtime's releases.

Exporter.Geneva-1.12.0

Instrumentation.SqlClient-1.12.0-beta.1

  • NuGet: OpenTelemetry.Instrumentation.SqlClient v1.12.0-beta.1

    • Fix issue where IPv6 addresses were improperly parsed from the the connection's DataSource when used to populate the server.address attribute. (#2674)

    • Updates have been made to adhere to recent changes in the new semantic conventions. These affect you if you have opted in to the new conventions. When CommandType is StoredProcedure, the db.stored_procedure.name has been added and the db.query.text, db.operation.name, and db.collection.name attributes have been removed. (#2693)

    • Updated OpenTelemetry core component version(s) to 1.12.0. (#2725)

    • Fixes an issue that throws IndexOutOfRangeException in SqlProcessor when the SQL statement ends with the beginning of a keyword such as UPDATE. (#2674)

    See CHANGELOG for details.

Resources.ProcessRuntime-1.12.0-beta.1

Resources.Process-1.12.0-beta.1

Resources.OperatingSystem-1.12.0-beta.1

... (truncated)

Commits
  • 9e8ae56 [release] Prepare release Exporter.Geneva-1.12.0 (#2784)
  • 9883cf0 [SemanticConvention] Bump to 1.33.0 (#2782)
  • c364738 [docs] typo fixes (#2765)
  • dd3d5b8 [release] Prepare release Instrumentation.SqlClient-1.12.0-beta.1 (#2781)
  • d33e443 [SqlClient] fix IndexOutOfRangeException in SqlProcessor (#2750)
  • c39d3f0 [release] Prepare release Resources.ProcessRuntime-1.12.0-beta.1 (#2779)
  • c21fb4c [release] Prepare release Resources.Process-1.12.0-beta.1 (#2777)
  • ba13ab6 [release] Prepare release Resources.OperatingSystem-1.12.0-beta.1 (#2775)
  • 7fb55b8 [release] Prepare release Resources.Host-1.12.0-beta.1 (#2771)
  • be1a8ed [release] Prepare release Resources.Container-1.12.0-beta.1 (#2769)
  • Additional commits viewable in compare view

Updates Aspire.Microsoft.EntityFrameworkCore.SqlServer from 9.2.0 to 9.2.1

Release notes

Sourced from Aspire.Microsoft.EntityFrameworkCore.SqlServer's releases.

.NET Aspire 9.2.1 Release

We are excited to share that our 9.2.1 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Try it out and share your feedback 😃

What's Changed

Full Changelog: dotnet/aspire@v9.2.0...v9.2.1

Commits
  • b590865 Ensure visible trace spans stay sorted by start time (#8909)
  • 2b55ce1 Merge pull request #8903 from joperezr/FixTests
  • 339673b Update test files to show 9.2.1 patched version to fix tests
  • 7187153 [release/9.2] Fixed resolving secrets for keyvault references in run mode (#8...
  • 8de8d4b [release/9.2] Don't fail for Azure role assignments in run mode (#8807)
  • 4b42283 Merge pull request #8864 from dotnet/backport/pr-8797-to-release/9.2
  • 3bb6930 Branding for 9.2.1
  • ef6f857 more tests
  • 4a1aaa4 Fix AE in ExecutableResource
  • b8c8b47 Fix AE in ExecutableResource
  • Additional commits viewable in compare view

Updates Aspire.Hosting.AppHost from 9.2.0 to 9.2.1

Release notes

Sourced from Aspire.Hosting.AppHost's releases.

.NET Aspire 9.2.1 Release

We are excited to share that our 9.2.1 release of .NET Aspire has shipped! All of the packages are available in NuGet.org now. Try it out and share your feedback 😃

What's Changed

Full Changelog: dotnet/aspire@v9.2.0...v9.2.1

Commits
  • b590865 Ensure visible trace spans stay sorted by start time (#8909)
  • 2b55ce1 Merge pull request #8903 from joperezr/FixTests
  • 339673b Update test files to show 9.2.1 patched version to fix tests
  • 7187153 [release/9.2] Fixed resolving secrets for keyvault references in run mode (#8...
  • 8de8d4b [release/9.2] Don't fail for Azure role assignments in run mode (#8807)
  • 4b42283 Merge pull request #8864 from dotnet/backport/pr-8797-to-release/9.2
  • 3bb6930 Branding for 9.2.1
  • ef6f857 more tests
  • 4a1aaa4 Fix AE in ExecutableResource
  • b8c8b47 Fix AE in ExecutableResource
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dotnet group in /docs/database/snippets/tutorial/aspiresqlefcore/AspireSQLEFCore.AppHost with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/aspire) | `9.2.0` | `9.2.1` |
| [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.11.2` | `1.12.0` |
| [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.11.2` | `1.12.0` |
| [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.11.1` | `1.12.0` |
| [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.11.1` | `1.12.0` |
| [OpenTelemetry.Instrumentation.Runtime](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.11.1` | `1.12.0` |
| [Aspire.Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/aspire) | `9.2.0` | `9.2.1` |
| [Aspire.Hosting.AppHost](https://github.com/dotnet/aspire) | `9.2.0` | `9.2.1` |


Updates `Microsoft.Extensions.ServiceDiscovery` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v9.2.0...v9.2.1)

Updates `OpenTelemetry.Exporter.OpenTelemetryProtocol` from 1.11.2 to 1.12.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.11.2...core-1.12.0)

Updates `OpenTelemetry.Extensions.Hosting` from 1.11.2 to 1.12.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.11.2...core-1.12.0)

Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.1...Exporter.Geneva-1.12.0)

Updates `OpenTelemetry.Instrumentation.Http` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.1...Exporter.Geneva-1.12.0)

Updates `OpenTelemetry.Instrumentation.Runtime` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.1...Exporter.Geneva-1.12.0)

Updates `Aspire.Microsoft.EntityFrameworkCore.SqlServer` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v9.2.0...v9.2.1)

Updates `Aspire.Hosting.AppHost` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v9.2.0...v9.2.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.ServiceDiscovery
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: OpenTelemetry.Instrumentation.Runtime
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Aspire.Microsoft.EntityFrameworkCore.SqlServer
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Aspire.Hosting.AppHost
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from IEvangelist as a code owner May 7, 2025 12:12
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 7, 2025
@dotnet-policy-service dotnet-policy-service bot enabled auto-merge (squash) May 7, 2025 12:13
Copy link

@dotnet-policy-service dotnet-policy-service bot left a comment

Choose a reason for hiding this comment

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

Approved; this PR will merge when all status checks pass.

@dotnet-policy-service dotnet-policy-service bot merged commit 565495d into main May 7, 2025
12 checks passed
@dotnet-policy-service dotnet-policy-service bot deleted the dependabot/nuget/docs/database/snippets/tutorial/aspiresqlefcore/AspireSQLEFCore.AppHost/dotnet-341f2817a3 branch May 7, 2025 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution dependencies Pull requests that update a dependency file .NET Pull requests that update .net code :octocat: auto-merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants