Skip to content

fix(deps): sync integration tests lock file with Microsoft.OpenApi 2.11.0#213

Merged
mforce merged 1 commit into
mainfrom
fix/integration-tests-lockfile-openapi
Jul 26, 2026
Merged

fix(deps): sync integration tests lock file with Microsoft.OpenApi 2.11.0#213
mforce merged 1 commit into
mainfrom
fix/integration-tests-lockfile-openapi

Conversation

@mforce

@mforce mforce commented Jul 26, 2026

Copy link
Copy Markdown
Owner

Summary

Main is red after #208: dependabot bumped Microsoft.OpenApi 2.10.0 → 2.11.0 in Cluckwork.Api and updated its lock file, but not tests/Cluckwork.Api.IntegrationTests/packages.lock.json. That project references Cluckwork.Api, so its lock file pins the transitive Microsoft.OpenApi version — locked-mode restore fails with NU1004.

Fix

Regenerated the lock file with dotnet restore Cluckwork.sln --force-evaluate. Only change is the Microsoft.OpenApi transitive pin (2.10.0 → 2.11.0) and the project-reference dependency range.

Verification

  • dotnet restore Cluckwork.sln --locked-mode → exit 0
  • dotnet build Cluckwork.sln --no-restore -warnaserror → 0 warnings, 0 errors

…11.0

PR #208 bumped Microsoft.OpenApi in Cluckwork.Api but did not update the
lock file of Cluckwork.Api.IntegrationTests, which references that project.
Locked-mode restore failed on main with NU1004. Regenerated via
dotnet restore --force-evaluate.
@mforce
mforce merged commit c104d88 into main Jul 26, 2026
7 checks passed
@mforce
mforce deleted the fix/integration-tests-lockfile-openapi branch July 26, 2026 01:36
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.

1 participant