Skip to content

fix: bump Microsoft.Extensions.* 10.0.7→10.0.8 to resolve NU1605 restore failures#529

Merged
JerrettDavis merged 1 commit into
mainfrom
fix/extensions-version-downgrade
May 23, 2026
Merged

fix: bump Microsoft.Extensions.* 10.0.7→10.0.8 to resolve NU1605 restore failures#529
JerrettDavis merged 1 commit into
mainfrom
fix/extensions-version-downgrade

Conversation

@JerrettDavis
Copy link
Copy Markdown
Owner

Problem

PRs #524 (ClaudeCode 1.0.30) and #526 (OpenAICodex 0.1.26) were merged without CI running (workflows didn't trigger on those dependabot PRs). When PR #525 (GitHubCopilot) later triggered a rebase + CI run, the CI revealed that the two previously-merged connector bumps introduced NU1605 downgrade errors.

Root cause: ClaudeCode 1.0.30 and OpenAICodex 0.1.26 now require Microsoft.Extensions.* >= 10.0.8, but Directory.Packages.props had them pinned at 10.0.7.

Fix

Bump 6 Microsoft.Extensions.* packages from 10.0.710.0.8 in Directory.Packages.props:

  • Microsoft.Extensions.DependencyInjection.Abstractions
  • Microsoft.Extensions.DependencyInjection
  • Microsoft.Extensions.Http
  • Microsoft.Extensions.Hosting.Abstractions
  • Microsoft.Extensions.Logging.Abstractions
  • Microsoft.Extensions.Options

Testing

This unblocks dotnet restore for all projects. Once merged, PR #525 (GitHubCopilot 0.1.55) should be rebased and CI should pass.

🤖 Generated with Claude Code

…e errors

JD.SemanticKernel.Connectors.ClaudeCode 1.0.30 and OpenAICodex 0.1.26
require Microsoft.Extensions.* >= 10.0.8, but the project had them pinned
at 10.0.7, causing NU1605 (Warning as Error) restore failures.

Bumped: DependencyInjection.Abstractions, DependencyInjection, Http,
        Hosting.Abstractions, Logging.Abstractions, Options

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 23, 2026

Test Results

7 641 tests   7 622 ✅  2m 16s ⏱️
    7 suites     19 💤
    7 files        0 ❌

Results for commit b67c887.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

Code Coverage

Summary
  Generated on: 05/23/2026 - 18:57:41
  Coverage date: 05/23/2026 - 18:55:48 - 05/23/2026 - 18:57:33
  Parser: MultiReport (7x Cobertura)
  Assemblies: 23
  Classes: 1067
  Files: 591
  Line coverage: 74.7%
  Covered lines: 36839
  Uncovered lines: 12473
  Coverable lines: 49312
  Total lines: 97270
  Branch coverage: 61.7% (13899 of 22510)
  Covered branches: 13899
  Total branches: 22510
  Method coverage: 86.4% (6320 of 7308)
  Full method coverage: 74.2% (5428 of 7308)
  Covered methods: 6320
  Fully covered methods: 5428
  Total methods: 7308

@JerrettDavis JerrettDavis merged commit 027b45f into main May 23, 2026
17 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant