Skip to content

Bumps the OpenTelemetry.Api package - #347

Merged
nabisobhi merged 8 commits into
masterfrom
copilot/fix-build-nuget-package
Jul 17, 2026
Merged

Bumps the OpenTelemetry.Api package#347
nabisobhi merged 8 commits into
masterfrom
copilot/fix-build-nuget-package

Conversation

Copilot AI commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Changes

  • Updated PackageReference for OpenTelemetry.Api from 1.16.01.17.0 in src/Dafda/Dafda.csproj.

@DFDS-Snyk

DFDS-Snyk commented Jul 17, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

- Replace Windows-style backslash in DocumentationFile path with forward slash
  and use $(Configuration) variable instead of hardcoded 'Debug'
- Fix pr-build-test.yml workflow to use forward slashes for src/ path
  instead of Windows-style src\ backslash
Copilot AI changed the title [WIP] Fix failing GitHub Actions job Build NuGet package Fix cross-platform path incompatibilities causing "Build NuGet package" CI failure Jul 17, 2026
Copilot AI requested a review from nabisobhi July 17, 2026 08:40
@nabisobhi
nabisobhi marked this pull request as ready for review July 17, 2026 08:57
OpenTelemetry.Api 1.9.0–1.15.x have GHSA-g94r-2vxg-569j (and some also
GHSA-8785-wc3w-h8q6). With TreatWarningsAsErrors=true these are treated
as build errors. 1.16.0 is the first clean release.
OpenTelemetry.Api 1.16.0 (CVE fix for GHSA-g94r-2vxg-569j) changed
TraceContextPropagator to reject null values from extractors. The old
ExtractContextFromMetadata always yielded a value (even null for missing
keys), which silently failed context extraction with the new version.

Fix: only yield the value when it is non-null.
Copilot stopped work on behalf of nabisobhi due to an error July 17, 2026 09:30
@nabisobhi nabisobhi changed the title Fix cross-platform path incompatibilities causing "Build NuGet package" CI failure Fix ExtractContextFromMetadata to not yield null values Jul 17, 2026
@nabisobhi nabisobhi changed the title Fix ExtractContextFromMetadata to not yield null values Bumps the OpenTelemetry.Api package dependency in src/Dafda/Dafda.csproj from 1.16.0 to 1.17.0 Jul 17, 2026
@nabisobhi nabisobhi changed the title Bumps the OpenTelemetry.Api package dependency in src/Dafda/Dafda.csproj from 1.16.0 to 1.17.0 Bumps the OpenTelemetry.Api package Jul 17, 2026
@nabisobhi
nabisobhi merged commit 8a4652c into master Jul 17, 2026
5 checks passed
@nabisobhi
nabisobhi deleted the copilot/fix-build-nuget-package branch July 17, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants