-
Notifications
You must be signed in to change notification settings - Fork 4
Bump the nuget group with 1 update #497
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -84,7 +84,7 @@ | |
| <Version>1.11.2</Version> | ||
| </PackageReference> | ||
| <PackageReference Include="OpenTelemetry.Api"> | ||
| <Version>1.11.2</Version> | ||
| <Version>1.15.3</Version> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Partial OpenTelemetry version bump creates package skewMedium Severity
Reviewed by Cursor Bugbot for commit d611888. Configure here. |
||
| </PackageReference> | ||
| <PackageReference Include="OpenTelemetry.Api.ProviderBuilderExtensions"> | ||
| <Version>1.11.2</Version> | ||
|
|
||


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.
Missing binding redirects for bumped assembly versions
High Severity
The
System.Diagnostics.DiagnosticSourcepackage was bumped from 9.0.0 (assembly version 9.0.0.0) to 10.0.7 (assembly version 10.0.0.7), but no binding redirect was added toWeb.config. The unchangedOpenTelemetry1.11.2 package was compiled against assembly version 9.0.0.0. Without a binding redirect mapping0.0.0.0-10.0.0.7to10.0.0.7, the CLR will throw aFileLoadExceptionat runtime. The same issue applies toSystem.Buffers,System.Memory,System.Numerics.Vectors, andSystem.Runtime.CompilerServices.Unsafe, all of which were bumped to new assembly versions without corresponding redirects. This project has noAutoGenerateBindingRedirectsso redirects must be manually maintained.Additional Locations (1)
e2e/dotnet4/cs/packages.config#L72-L73Reviewed by Cursor Bugbot for commit d611888. Configure here.