-
Notifications
You must be signed in to change notification settings - Fork 773
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
[repo] Reduce explicit package references on newer TFM's #5659
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/OpenTelemetry.Exporter.Console/OpenTelemetry.Exporter.Console.csproj
Outdated
Show resolved
Hide resolved
cac2b13
to
572c8a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more. |
572c8a4
to
e86e281
Compare
e86e281
to
4cfa935
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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