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] Reduce explicit package references on newer TFM's #5659

Merged

Conversation

thompson-tomo
Copy link
Contributor

Fixes #5658

Changes

These changes have reduced the dependencies on Net 6 & in particular net 8 resulting in lower maintenance effort especially couple with the inversion of the conditions for protocol package which will result in no changes needed for net 9/10

Merge requirement checklist

  • CONTRIBUTING guidelines followed (license requirements, nullable enabled, static analysis, etc.)
  • Unit tests added/updated

@thompson-tomo thompson-tomo requested a review from a team May 29, 2024 06:56
Copy link
Member

@vishweshbankwar vishweshbankwar left a comment

Choose a reason for hiding this comment

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

@thompson-tomo thompson-tomo force-pushed the chore/#5658_PackageCleanup branch 3 times, most recently from cac2b13 to 572c8a4 Compare May 29, 2024 22:21
Copy link
Member

@reyang reyang left a comment

Choose a reason for hiding this comment

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

LGTM.

Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.80%. Comparing base (6250307) to head (4cfa935).
Report is 246 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5659      +/-   ##
==========================================
+ Coverage   83.38%   85.80%   +2.42%     
==========================================
  Files         297      254      -43     
  Lines       12531    11054    -1477     
==========================================
- Hits        10449     9485     -964     
+ Misses       2082     1569     -513     
Flag Coverage Δ
unittests ?
unittests-Project-Experimental 85.41% <ø> (?)
unittests-Project-Stable 85.29% <ø> (?)
unittests-Solution 85.74% <ø> (?)
unittests-UnstableCoreLibraries-Experimental 20.13% <ø> (?)

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

see 115 files with indirect coverage changes

@thompson-tomo thompson-tomo force-pushed the chore/#5658_PackageCleanup branch from 572c8a4 to e86e281 Compare May 30, 2024 22:03
@thompson-tomo thompson-tomo force-pushed the chore/#5658_PackageCleanup branch from e86e281 to 4cfa935 Compare May 30, 2024 22:05
@thompson-tomo thompson-tomo requested a review from CodeBlanch May 30, 2024 22:05
@CodeBlanch CodeBlanch changed the title #5658 Optimise package management on newer TFM's [repo] Reduce explicit package references on newer TFM's May 30, 2024
Copy link
Member

@CodeBlanch CodeBlanch 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 added pkg:OpenTelemetry.Exporter.Console Issues related to OpenTelemetry.Exporter.Console NuGet package pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package pkg:OpenTelemetry.Exporter.Zipkin Issues related to OpenTelemetry.Exporter.Zipkin NuGet package labels May 30, 2024
@CodeBlanch CodeBlanch merged commit c38cc27 into open-telemetry:main May 30, 2024
50 checks passed
@thompson-tomo thompson-tomo deleted the chore/#5658_PackageCleanup branch May 30, 2024 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:OpenTelemetry.Exporter.Console Issues related to OpenTelemetry.Exporter.Console NuGet package pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package pkg:OpenTelemetry.Exporter.Zipkin Issues related to OpenTelemetry.Exporter.Zipkin NuGet package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove polyfill packages
4 participants