Skip to content
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

[Instrumentation.AWS] Support .NET 6 and resolve AoT warning #1547

Merged
merged 5 commits into from
Jan 26, 2024

Commits on Jan 26, 2024

  1. [Instrumentation.AWS] Target .NET 6

    Add `net6.0` TFM and fix nullability warnings.
    martincostello committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ef1d844 View commit details
    Browse the repository at this point in the history
  2. Use simplified constructors

    Fix IDE0090 suggestions.
    martincostello committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a70ecc6 View commit details
    Browse the repository at this point in the history
  3. Seal AWSTracingPipelineHandler

    Mark `AWSTracingPipelineHandler` as `sealed` as a hint to the JIT to devirtualize calls.
    martincostello committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    56c1a06 View commit details
    Browse the repository at this point in the history
  4. [Instrumentation.AWS] Resolve AoT warning

    Resolve AoT warning.
    Fixes #1543.
    martincostello committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9bc4e73 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    Update changelog with .NET 6 and AoT changes.
    martincostello committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2e68c2f View commit details
    Browse the repository at this point in the history