Skip to content

Update EF Core migration check command in workflow#1031

Merged
BenjaminMichaelis merged 1 commit intomainfrom
BenjaminMichaelis-patch-2
Apr 26, 2026
Merged

Update EF Core migration check command in workflow#1031
BenjaminMichaelis merged 1 commit intomainfrom
BenjaminMichaelis-patch-2

Conversation

@BenjaminMichaelis
Copy link
Copy Markdown
Member

Description

Describe your changes here.

Fixes #Issue_Number (if available)

Ensure that your pull request has followed all the steps below:

  • Code compilation
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary

Copilot AI review requested due to automatic review settings April 26, 2026 02:17
Copy link
Copy Markdown
Contributor

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

Updates the PR build workflow to invoke EF Core migration checks via the repo’s restored local dotnet-ef tool, improving reliability on runners that don’t have global EF tooling installed.

Changes:

  • Switch EF Core pending-model-changes check from dotnet ef ... to dotnet tool run dotnet-ef ... in the PR CI workflow.

@BenjaminMichaelis BenjaminMichaelis merged commit c2b3f66 into main Apr 26, 2026
11 checks passed
@BenjaminMichaelis BenjaminMichaelis deleted the BenjaminMichaelis-patch-2 branch April 26, 2026 02:48
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