Skip to content

[repo-assist] eng: refresh paket.lock (Test group transitive dependency updates) - #1798

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
repo-assist/eng-paket-lockfile-update-2026-09-06-4063df1f93ebe5c1
Draft

[repo-assist] eng: refresh paket.lock (Test group transitive dependency updates)#1798
github-actions[bot] wants to merge 1 commit into
mainfrom
repo-assist/eng-paket-lockfile-update-2026-09-06-4063df1f93ebe5c1

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

🤖 This PR was created by Repo Assist, an automated AI assistant.

Changes

Ran dotnet paket update group Test to refresh the resolved transitive dependency graph for the Test paket group (OpenTelemetry.Api, Microsoft.Extensions.*, NUnit3TestAdapter, Microsoft.NET.Test.Sdk, System.Text.Json, and related transitive packages).

No direct dependency version constraints in paket.dependencies were changed — only paket.lock was refreshed to pick up newer compatible versions of transitive dependencies within existing constraints (e.g. OpenTelemetry.Api >= 1.15.1).

Rationale

dotnet paket outdated showed the Test group's transitive dependencies were significantly behind (e.g. OpenTelemetry 1.15 → 1.18, several Microsoft.Extensions.* and System.* packages several patch versions behind). Refreshing the lock file keeps the test infrastructure current and picks up upstream bug/security fixes without any source code changes.

Trade-offs

None identified — this only touches the Test paket group used for building/running the test suite; it does not affect the shipped NuGet packages. paket.dependencies constraints (>= 1.15.1 etc.) are unchanged, so this is a low-risk, reversible update.

Test Status

  • dotnet run --project build/build.fsproj -t Build: ✅ succeeded, 0 errors
  • dotnet run --project build/build.fsproj -t RunTests: ✅ all 3145 tests passed (3143 Core.Tests + 2 Reference.Tests), 0 failed, 0 skipped
  • CheckFormat: ✅ no formatting issues

Note: an unrelated CRLF-only diff was observed in .paket/Paket.Restore.targets during paket update (git line-ending normalization only, no content change) and was reverted before committing — not included in this PR.

Generated by 🌈 Repo Assist, see workflow run. Learn more.
Comment /repo-assist to run again

Add this agentic workflow to your repo

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@ae8d551f07c7ed7619f8c58c7bb4c3ac89395d38

Runs dotnet paket update group Test to refresh transitive dependency
versions (OpenTelemetry, Microsoft.Extensions.*, NUnit adapter, etc.)
within the existing version constraints in paket.dependencies. No
direct dependency versions were changed, only the resolved lock file.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

0 participants