Skip to content

Add dotnet restore step to migrations workflow#841

Merged
abergs merged 1 commit intomainfrom
fix/migrations-restore
Feb 19, 2026
Merged

Add dotnet restore step to migrations workflow#841
abergs merged 1 commit intomainfrom
fix/migrations-restore

Conversation

@abergs
Copy link
Copy Markdown
Member

@abergs abergs commented Feb 19, 2026

Description

This PR introduces an explicit dotnet restore before running migrations. Not 100% why it's now needed and wasn't before.

.NET 9 SDK no longer implicitly restores packages when running
dotnet ef, causing the idempotent migration generation to fail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@abergs abergs requested a review from a team as a code owner February 19, 2026 14:05
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 36.80%. Comparing base (6c96638) to head (0820eaf).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #841   +/-   ##
=======================================
  Coverage   36.80%   36.80%           
=======================================
  Files         586      586           
  Lines       31474    31474           
  Branches      903      903           
=======================================
  Hits        11585    11585           
  Misses      19742    19742           
  Partials      147      147           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@abergs abergs merged commit 279497d into main Feb 19, 2026
14 checks passed
@abergs abergs deleted the fix/migrations-restore branch February 19, 2026 15:27
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.

2 participants