-
Notifications
You must be signed in to change notification settings - Fork 854
Fix AOT warnings for RuntimeContext #4542
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
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
|
eerhardt
left a comment
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!
alanwest
left a comment
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 <[email protected]>
…/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
RuntimeContextclassRuntimeContextSlot<T>Merge requirement checklist
CHANGELOG.mdfiles updated for non-trivial changes