Skip to content

Conversation

gimlichael
Copy link
Member

@gimlichael gimlichael commented Jul 10, 2025

Summary

  • update dependencies
  • bump Docker test image and nginx
  • refresh changelog and release notes

Testing

  • dotnet test -f net8.0 (fails: NETSDK1045 due to missing .NET 9.0)

https://chatgpt.com/codex/tasks/task_e_68701db271c48330be3cdd6371694ced

Summary by CodeRabbit

  • Chores
    • Updated various dependencies to their latest compatible versions across all supported target frameworks.
    • Upgraded nginx version in the Docker environment.
    • Updated Docker test environment image tags.
    • Refreshed package release notes and changelog to reflect dependency updates and new version support (.NET 9 and .NET 8).
    • Updated GitHub Actions workflows to newer versions for improved CI/CD processes.

@Copilot Copilot AI review requested due to automatic review settings July 10, 2025 20:31
Copy link

coderabbitai bot commented Jul 10, 2025

Warning

Rate limit exceeded

@gimlichael has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 2 minutes and 38 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 2c5c67c and 9109911.

📒 Files selected for processing (1)
  • .docfx/Dockerfile.docfx (2 hunks)

Walkthrough

This update increments package dependency versions across multiple project configuration files, updates Docker and test runner image versions, and adds new release notes for version 10.0.4 in several package changelogs. The changes focus on maintaining compatibility with .NET 9 and .NET 8, and updating related documentation.

Changes

Files/Groups Change Summary
.docfx/Dockerfile.docfx Updated nginx base image from 1.28.0-alpine to 1.29.0-alpine.
Directory.Packages.props Incremented package versions for several dependencies (mainly from 9.0.6 to 9.0.7 and 8.0.17 to 8.0.18).
testenvironments.json Updated Docker image tag for test runner from net8.0.411-9.0.301 to net8.0.412-9.0.302.
.nuget/Codebelt.Extensions.Xunit.App/..., .nuget/Codebelt.Extensions.Xunit.Hosting/...,
.nuget/Codebelt.Extensions.Xunit.Hosting.AspNetCore/..., .nuget/Codebelt.Extensions.Xunit/PackageReleaseNotes.txt
Added release notes for version 10.0.4, noting dependency upgrades and .NET 9/.NET 8 support.
CHANGELOG.md Added entry for version 10.0.4 (2025-07-10) describing dependency upgrades; reorganized pre-8.4.0 note.
.github/workflows/pipelines.yml Updated reusable workflow references: sonarcloud and codeql jobs from v1 to v2 versions.

Sequence Diagram(s)

sequenceDiagram
    participant Dev as Developer
    participant Repo as Repository
    participant CI as CI/CD Pipeline
    participant Docker as Docker Image
    participant NuGet as NuGet Packages

    Dev->>Repo: Pushes updated dependency versions and docs
    Repo->>CI: Triggers build and test
    CI->>Docker: Builds new Docker image with updated nginx
    CI->>NuGet: Publishes packages with updated dependencies
    CI->>Repo: Updates changelog and release notes
Loading

Possibly related PRs

  • codebeltnet/xunit#17: Updates package dependency versions for .NET 9 and .NET 8, similar to this PR’s focus on dependency maintenance.
  • codebeltnet/xunit#37: Updates the .docfx/Dockerfile.docfx nginx version and increments dependency versions, closely mirroring this PR’s changes.
  • codebeltnet/xunit#38: Adds release notes and changelog entries for dependency upgrades in a new version, paralleling this PR’s documentation updates.

Poem

A hop and a skip, dependencies rise,
Nginx now newer, in Alpine disguise.
Release notes are fresh, the changelog in tune,
Docker and NuGet, all updated by noon.
With carrots and code, we leap ever higher—
The garden of versions, tended by this rabbit squire! 🥕🐇


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates service dependencies, tooling images, and documentation for version 10.0.4.

  • Bumps Docker test runner image to net8.0.412–9.0.302
  • Upgrades package versions to 9.0.7 (and TestHost 8.0.18 for net8)
  • Refreshes CHANGELOG and per-package release notes for v10.0.4
  • Updates DocFX Dockerfile to nginx 1.29.0-alpine

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
testenvironments.json Updated test runner Docker image tag
Directory.Packages.props Bumped Cuemon and Microsoft package versions
CHANGELOG.md Added 10.0.4 changelog entry
.nuget/*/PackageReleaseNotes.txt (4 files) Added version 10.0.4 release notes with dependency changes
.docfx/Dockerfile.docfx Updated nginx base and final images to 1.29.0-alpine

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Nitpick comments (5)
.docfx/Dockerfile.docfx (1)

1-1: Remove stray UTF-8 BOM to avoid “unknown instruction” errors in older Docker versions
The leading  (byte-order mark) before FROM can cause the Docker parser to choke on some build agents. Save the file as UTF-8 without BOM.

CHANGELOG.md (2)

15-16: Grammar nit: use “were”, not “was”

“entries prior to version 8.4.0 was migrated…”

-> Changelog entries prior to version 8.4.0 was migrated
+> Changelog entries prior to version 8.4.0 were migrated

7-13: Add comparison links for the new tag to stay Keep-a-Changelog compliant

Every version header ([10.0.x]) should have a matching diff link at the bottom of the file. Remember to append:

[10.0.4]: https://github.com/codebeltnet/xunit/compare/v10.0.3...v10.0.4

This keeps the autogenerated release notes and GitHub release pages in sync.

.nuget/Codebelt.Extensions.Xunit/PackageReleaseNotes.txt (1)

1-6: Watch out for stray BOM and non-breaking-space characters in the file

Good to see the 10.0.4 entry added, but the file still contains an embedded U+FEFF (BOM) at the beginning of the previous entry (Version 10.0.3) as well as several hard NBSPs used as “blank” lines.
These invisible control characters tend to sneak into diffs and can break tooling that does strict encoding/whitespace checks.

Diff-friendly tidy-up:

-Version 10.0.3
+Version 10.0.3

and replace NBSPs with normal CR/LF blank lines.

.nuget/Codebelt.Extensions.Xunit.Hosting/PackageReleaseNotes.txt (1)

1-6: Same encoding issue as the sibling file

The new 10.0.4 section looks fine, but the file still carries an in-line BOM right before the 10.0.3 header (Version 10.0.3).
Please strip any stray U+FEFF characters and replace NBSP placeholders with regular blank lines to avoid future diff noise.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2dbc6a2 and 0c6f1d0.

📒 Files selected for processing (8)
  • .docfx/Dockerfile.docfx (2 hunks)
  • .nuget/Codebelt.Extensions.Xunit.App/PackageReleaseNotes.txt (1 hunks)
  • .nuget/Codebelt.Extensions.Xunit.Hosting.AspNetCore/PackageReleaseNotes.txt (1 hunks)
  • .nuget/Codebelt.Extensions.Xunit.Hosting/PackageReleaseNotes.txt (1 hunks)
  • .nuget/Codebelt.Extensions.Xunit/PackageReleaseNotes.txt (1 hunks)
  • CHANGELOG.md (1 hunks)
  • Directory.Packages.props (2 hunks)
  • testenvironments.json (1 hunks)
🧰 Additional context used
🧠 Learnings (7)
📓 Common learnings
Learnt from: gimlichael
PR: codebeltnet/xunit#17
File: src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj:22-26
Timestamp: 2024-10-09T14:10:40.721Z
Learning: In the `src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj` file, only certain .NET 8 packages are available in version 8.0.1, while others remain at 8.0.0, so package versions may differ due to availability.
.nuget/Codebelt.Extensions.Xunit/PackageReleaseNotes.txt (1)
Learnt from: gimlichael
PR: codebeltnet/xunit#17
File: src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj:22-26
Timestamp: 2024-10-09T14:10:40.721Z
Learning: In the `src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj` file, only certain .NET 8 packages are available in version 8.0.1, while others remain at 8.0.0, so package versions may differ due to availability.
.nuget/Codebelt.Extensions.Xunit.Hosting.AspNetCore/PackageReleaseNotes.txt (1)
Learnt from: gimlichael
PR: codebeltnet/xunit#17
File: src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj:22-26
Timestamp: 2024-10-09T14:10:40.721Z
Learning: In the `src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj` file, only certain .NET 8 packages are available in version 8.0.1, while others remain at 8.0.0, so package versions may differ due to availability.
.nuget/Codebelt.Extensions.Xunit.App/PackageReleaseNotes.txt (1)
Learnt from: gimlichael
PR: codebeltnet/xunit#17
File: src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj:22-26
Timestamp: 2024-10-09T14:10:40.721Z
Learning: In the `src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj` file, only certain .NET 8 packages are available in version 8.0.1, while others remain at 8.0.0, so package versions may differ due to availability.
.nuget/Codebelt.Extensions.Xunit.Hosting/PackageReleaseNotes.txt (1)
Learnt from: gimlichael
PR: codebeltnet/xunit#17
File: src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj:22-26
Timestamp: 2024-10-09T14:10:40.721Z
Learning: In the `src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj` file, only certain .NET 8 packages are available in version 8.0.1, while others remain at 8.0.0, so package versions may differ due to availability.
Directory.Packages.props (1)
Learnt from: gimlichael
PR: codebeltnet/xunit#17
File: src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj:22-26
Timestamp: 2024-10-09T14:10:40.721Z
Learning: In the `src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj` file, only certain .NET 8 packages are available in version 8.0.1, while others remain at 8.0.0, so package versions may differ due to availability.
CHANGELOG.md (1)
Learnt from: gimlichael
PR: codebeltnet/xunit#17
File: src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj:22-26
Timestamp: 2024-10-09T14:10:40.721Z
Learning: In the `src/Codebelt.Extensions.Xunit.Hosting/Codebelt.Extensions.Xunit.Hosting.csproj` file, only certain .NET 8 packages are available in version 8.0.1, while others remain at 8.0.0, so package versions may differ due to availability.
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
  • GitHub Check: call-test (windows-2022, Release) / 🧪 Test
  • GitHub Check: call-test (windows-2022, Debug) / 🧪 Test
  • GitHub Check: call-test (ubuntu-24.04, Debug) / 🧪 Test
  • GitHub Check: call-pack (Debug) / 📦 Pack
  • GitHub Check: call-test (ubuntu-24.04, Release) / 🧪 Test
  • GitHub Check: call-pack (Release) / 📦 Pack
🔇 Additional comments (3)
.docfx/Dockerfile.docfx (1)

1-1: Nginx 1.29.0-alpine tag confirmed—no change required
Verification against Docker Hub shows the 1.29.0-alpine tag exists, so the current FROM lines are correct and builds will succeed as is.

Likely an incorrect or invalid review comment.

Directory.Packages.props (1)

7-10: ✅ All bumped package versions verified on NuGet.org
Ran the verification script against the following packages; all were found successfully:

  • Cuemon.Core (9.0.7)
  • Cuemon.Extensions.AspNetCore (9.0.7)
  • Cuemon.Extensions.IO (9.0.7)
  • Microsoft.Bcl.AsyncInterfaces (9.0.7)
  • Microsoft.Extensions.Configuration (9.0.7)
  • Microsoft.Extensions.Hosting (9.0.7)
  • Microsoft.AspNetCore.TestHost (8.0.18)

No further action required.

testenvironments.json (1)

12-12: Docker image tag verified
The tag gimlichael/ubuntu-testrunner:net8.0.412-9.0.302 exists in Docker Hub, so the CI/dev-container pull will succeed.

Copy link

codecov bot commented Jul 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.09%. Comparing base (2dbc6a2) to head (9109911).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #41   +/-   ##
=======================================
  Coverage   92.09%   92.09%           
=======================================
  Files          48       48           
  Lines         949      949           
  Branches      122      122           
=======================================
  Hits          874      874           
  Misses         65       65           
  Partials       10       10           

☔ 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.

@gimlichael gimlichael self-assigned this Jul 10, 2025
Copy link

sonarqubecloud bot commented Jul 10, 2025

Quality Gate Passed Quality Gate passed

Issues
0 New issues
2 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@gimlichael gimlichael merged commit a0f249c into main Jul 10, 2025
17 checks passed
@gimlichael gimlichael deleted the codex/update-dependencies-and-apply-service-update branch July 10, 2025 21:47
@coderabbitai coderabbitai bot mentioned this pull request Aug 16, 2025
@coderabbitai coderabbitai bot mentioned this pull request Sep 14, 2025
@coderabbitai coderabbitai bot mentioned this pull request Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant