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

[repo] Updates for .NET 9 release #5967

Merged
merged 3 commits into from
Nov 12, 2024

Conversation

CodeBlanch
Copy link
Member

@CodeBlanch CodeBlanch commented Nov 12, 2024

Changes

  • Updates for .NET 9 stable release

Merge requirement checklist

  • CONTRIBUTING guidelines followed (license requirements, nullable enabled, static analysis, etc.)
  • Appropriate CHANGELOG.md files updated for non-trivial changes

@CodeBlanch CodeBlanch requested a review from a team as a code owner November 12, 2024 19:59
@github-actions github-actions bot added infra Infra work - CI/CD, code coverage, linters dependencies Pull requests that update a dependency file labels Nov 12, 2024
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.85%. Comparing base (6250307) to head (29b004f).
Report is 385 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5967      +/-   ##
==========================================
+ Coverage   83.38%   86.85%   +3.47%     
==========================================
  Files         297      263      -34     
  Lines       12531    12006     -525     
==========================================
- Hits        10449    10428      -21     
+ Misses       2082     1578     -504     
Flag Coverage Δ
unittests ?
unittests-Project-Experimental 86.77% <ø> (?)
unittests-Project-Stable 86.77% <ø> (?)
unittests-Solution 86.42% <ø> (?)
unittests-UnstableCoreLibraries-Experimental 85.78% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 243 files with indirect coverage changes

@github-actions github-actions bot added pkg:OpenTelemetry.Api.ProviderBuilderExtensions Issues related to OpenTelemetry.Api.ProviderBuilderExtensions NuGet package pkg:OpenTelemetry.Api Issues related to OpenTelemetry.Api NuGet package pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package pkg:OpenTelemetry.Extensions.Hosting Issues related to OpenTelemetry.Extensions.Hosting NuGet package pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package labels Nov 12, 2024
Comment on lines -37 to -39
* Updated `Microsoft.Extensions.Hosting.Abstractions` package
version to `9.0.0-rc.1.24431.7`.
([#5853](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5853))
Copy link
Member Author

Choose a reason for hiding this comment

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

@rajkumar-rangaraj This was added here: https://github.com/open-telemetry/opentelemetry-dotnet/pull/5853/files#diff-1788690fb9e80d48d96d92320b51dc391560eb447490867db722279f47939d1eR25-R27

But OTLP doesn't have a dependency on Microsoft.Extensions.Hosting.Abstractions. Seems like a copy/paste issue? I just went ahead and removed it.

Copy link
Contributor

@rajkumar-rangaraj rajkumar-rangaraj left a comment

Choose a reason for hiding this comment

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

LGTM

@CodeBlanch CodeBlanch merged commit 8ae9453 into open-telemetry:main Nov 12, 2024
49 checks passed
@CodeBlanch CodeBlanch deleted the repo-net9-release-updates branch November 12, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file infra Infra work - CI/CD, code coverage, linters pkg:OpenTelemetry.Api.ProviderBuilderExtensions Issues related to OpenTelemetry.Api.ProviderBuilderExtensions NuGet package pkg:OpenTelemetry.Api Issues related to OpenTelemetry.Api NuGet package pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package pkg:OpenTelemetry.Extensions.Hosting Issues related to OpenTelemetry.Extensions.Hosting NuGet package pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants