-
Notifications
You must be signed in to change notification settings - Fork 764
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
Upgrade rc dependencies to net8.0 stable #5051
Upgrade rc dependencies to net8.0 stable #5051
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5051 +/- ##
==========================================
- Coverage 83.54% 83.35% -0.20%
==========================================
Files 296 296
Lines 12473 12473
==========================================
- Hits 10421 10397 -24
- Misses 2052 2076 +24
Flags with carried forward coverage won't be shown. Click here to find out more. |
Is this change really required? We would like to use OpenTelemetry from a legacy ASP.NET forms application, and due to some legacy issues we cannot bring in
|
@srogovtsev What's the issue that prevents you from bumping the M.E.* packages? Is it this thing with InplaceStringBuilder being removed from Microsoft.Extensions.Primitives? If that is the case FYI it seems to have been fixed in v8: dotnet/runtime#85846 |
@CodeBlanch , it's exactly that! Thank you for the information, we'll see if we can use this to our advantage! |
I just wanted to follow up by saying that preliminary results show everything working for us with @CodeBlanch , thanks again oh-so-much for this hint. |
Fixes #
Design discussion issue #
Changes
Please provide a brief description of the changes here.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes