Replies: 1 comment
-
May I get any feedback here, please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the latest version 1.7.0, the
Microsoft.Extensions.*
packages were upgraded to v8.0 (#5015 and #5020), which creates a bunch of problems for consumers of this package and probably blocks them from updating to the higher version (see discussion in open-telemetry/opentelemetry-dotnet-contrib#1500 for example).In summary, updating OTel packages to v1.7.0 causes errors similar to this one (there are more):
Yes, I can update the relevant packages, but I'll quote myself from the referenced issue to explain why it's a bad idea
The
Directory.Packages.props
has the following comment about the subject:I do not agree with these statements.
TL;DR: Please use the lowest dependencies version required for the source code to compile.
Beta Was this translation helpful? Give feedback.
All reactions