Skip to content

Update dependencies to 10.0.6#322

Merged
renemadsen merged 5 commits intomasterfrom
copilot/update-dependencies-to-10-0-6
Apr 21, 2026
Merged

Update dependencies to 10.0.6#322
renemadsen merged 5 commits intomasterfrom
copilot/update-dependencies-to-10-0-6

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 20, 2026

  • Analyze CI failures from run 24677623566 - 4 test failures across all 30+ jobs
  • Root cause: Update_with_select_mixed_entity_scalar_anonymous_projection and Update_with_select_scalar_anonymous_projection use AssertExecuteUpdateSql() which calls AssertBaseline(forUpdate: true) that looks at an empty "update SQL" bucket, causing ArgumentOutOfRangeException
  • Fix: Changed both tests from AssertExecuteUpdateSql to AssertSql (matching upstream SQLite pattern in dotnet/efcore)
  • Build verification - 0 warnings, 0 errors

Copilot AI linked an issue Apr 20, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update dependencies and tests to follow .NET 10.0.6 Update dependencies to 10.0.6 Apr 20, 2026
Copilot AI requested a review from renemadsen April 20, 2026 10:17
@renemadsen renemadsen marked this pull request as ready for review April 21, 2026 04:27
@renemadsen renemadsen merged commit f744273 into master Apr 21, 2026
135 of 141 checks passed
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.

Update dependencies and tests to fix 10.0.6

2 participants