-
Notifications
You must be signed in to change notification settings - Fork 765
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
Fix AOT warnings for RuntimeContext #4542
Fix AOT warnings for RuntimeContext #4542
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4542 +/- ##
==========================================
- Coverage 85.58% 85.50% -0.09%
==========================================
Files 320 320
Lines 12615 12628 +13
==========================================
+ Hits 10796 10797 +1
- Misses 1819 1831 +12
|
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.
Looks great! Thanks!
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.
Just a suggestion to add context for why this change is being made.
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
…/github.com/utpilla/opentelemetry-dotnet into utpilla/Fix-AOT-Warnings-For-RuntimeContext
Towards #3429
This PR introduces a Breaking change. This would no longer support assigning custom types to
RuntimeContext.ContextSlotType
.Changes
RuntimeContext
classRuntimeContextSlot<T>
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes