Skip to content

chore(deps): bump all-nuget group and fix formatting violations#17

Merged
JerrettDavis merged 2 commits intomainfrom
fix/formatting-and-deps
Apr 1, 2026
Merged

chore(deps): bump all-nuget group and fix formatting violations#17
JerrettDavis merged 2 commits intomainfrom
fix/formatting-and-deps

Conversation

@JerrettDavis
Copy link
Copy Markdown
Owner

Summary

Supersedes #16 (dependabot PR) — includes the same dependency updates plus formatting fixes that the new analyzer version flagged.

Dependency updates:

  • JD.SemanticKernel.Connectors.Abstractions 0.1.18 → 0.1.23
  • Meziantou.Analyzer 3.0.26 → 3.0.29

Formatting fixes:

  • Fix import ordering in CodexSessionProvider.cs (IMPORTS rule)
  • Fix IDE1006 naming violation: local const serviceService
  • Fix CRLF line endings in CodexSessionProviderTests.cs

Test plan

  • dotnet format --verify-no-changes passes
  • 60/60 tests pass on both net8.0 and net10.0
  • Build succeeds with 0 errors

Closes #16

🤖 Generated with Claude Code

dependabot bot and others added 2 commits March 30, 2026 09:54
Bumps JD.SemanticKernel.Connectors.Abstractions from 0.1.18 to 0.1.23
Bumps Meziantou.Analyzer from 3.0.26 to 3.0.29

---
updated-dependencies:
- dependency-name: JD.SemanticKernel.Connectors.Abstractions
  dependency-version: 0.1.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-nuget
- dependency-name: Meziantou.Analyzer
  dependency-version: 3.0.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
- Update JD.SemanticKernel.Connectors.Abstractions 0.1.18 → 0.1.23
- Update Meziantou.Analyzer 3.0.26 → 3.0.29
- Fix import ordering in CodexSessionProvider.cs
- Fix IDE1006 naming violation (const `service` → `Service`)
- Fix CRLF line endings in CodexSessionProviderTests.cs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

⚠️ 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.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA e6ebc10.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

Code Coverage

Summary
  Generated on: 04/01/2026 - 01:36:37
  Coverage date: 04/01/2026 - 01:36:33 - 04/01/2026 - 01:36:34
  Parser: MultiReport (2x Cobertura)
  Assemblies: 1
  Classes: 13
  Files: 11
  Line coverage: 40.1%
  Covered lines: 246
  Uncovered lines: 367
  Coverable lines: 613
  Total lines: 1657
  Branch coverage: 41.9% (115 of 274)
  Covered branches: 115
  Total branches: 274
  Method coverage: 70.9% (61 of 86)
  Full method coverage: 56.9% (49 of 86)
  Covered methods: 61
  Fully covered methods: 49
  Total methods: 86

JD.SemanticKernel.Connectors.OpenAICodex                                 40.1%
  JD.SemanticKernel.Connectors.OpenAICodex.CodexCredentialsFile           100%
  JD.SemanticKernel.Connectors.OpenAICodex.CodexDeviceCodeAuth              0%
  JD.SemanticKernel.Connectors.OpenAICodex.CodexHttpClientFactory         100%
  JD.SemanticKernel.Connectors.OpenAICodex.CodexModelDiscovery            100%
  JD.SemanticKernel.Connectors.OpenAICodex.CodexSessionException          100%
  JD.SemanticKernel.Connectors.OpenAICodex.CodexSessionHttpHandler         84%
  JD.SemanticKernel.Connectors.OpenAICodex.CodexSessionOptions            100%
  JD.SemanticKernel.Connectors.OpenAICodex.CodexSessionProvider          47.2%
  JD.SemanticKernel.Connectors.OpenAICodex.CodexTokenRefresher              0%
  JD.SemanticKernel.Connectors.OpenAICodex.CodexTokensBlock               100%
  JD.SemanticKernel.Connectors.OpenAICodex.DeviceCodeResponse               0%
  JD.SemanticKernel.Connectors.OpenAICodex.KernelBuilderExtensions          0%
  JD.SemanticKernel.Connectors.OpenAICodex.ServiceCollectionExtensions    100%

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

Test Results

60 tests   60 ✅  0s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit e6ebc10.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@4721b19). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...nel.Connectors.OpenAICodex/CodexSessionProvider.cs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage        ?   36.54%           
=======================================
  Files           ?       11           
  Lines           ?      613           
  Branches        ?      110           
=======================================
  Hits            ?      224           
  Misses          ?      367           
  Partials        ?       22           
Flag Coverage Δ
unittests 36.54% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JerrettDavis JerrettDavis merged commit 7263307 into main Apr 1, 2026
9 checks passed
@JerrettDavis JerrettDavis deleted the fix/formatting-and-deps branch April 1, 2026 02:26
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.

2 participants