Document ef6.exe and retire migrate.exe guidance - #5454
Open
AndriySvyryd with Copilot wants to merge 3 commits into
Open
Document ef6.exe and retire migrate.exe guidance#5454AndriySvyryd with Copilot wants to merge 3 commits into
AndriySvyryd with Copilot wants to merge 3 commits into
Conversation
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Document ef6.exe and remove migrate.exe documentation
Document ef6.exe and retire migrate.exe guidance
Aug 19, 2026
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the EF6 documentation set to retire the obsolete migrate.exe guidance and replace it with ef6.exe database update documentation, along with navigation/reference updates and a redirect from the previous URL.
Changes:
- Replaced the
migrate.exedocumentation page with a newef6.exepage covering common migration scenarios and SQL script generation. - Updated EF6 navigation (TOC) and “past releases” references to point to the new
ef6.exepage. - Added an Open Publishing redirect from the removed
migrate-exe.mdURL to the newef6-exepage.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| entity-framework/toc.yml | Swaps the “Use Migrate.exe” nav entry to “Use ef6.exe”. |
| entity-framework/ef6/what-is-new/past-releases.md | Updates the EF5 resource list link from migrate-exe to ef6-exe. |
| entity-framework/ef6/modeling/code-first/migrations/migrate-exe.md | Removes the obsolete migrate.exe guidance page. |
| entity-framework/ef6/modeling/code-first/migrations/ef6-exe.md | Adds new ef6.exe database update documentation including script generation and option mapping. |
| .openpublishing.redirection.json | Redirects the old migrate-exe.md path to the new ef6-exe URL. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+91
to
+95
| | `/startUpDirectory` | `--project-dir` | | ||
| | `/scriptFile` | `--script` | | ||
| | `/sourceMigration` | `--source` | | ||
| | `/startUpConfigurationFile` | `--config` | | ||
| | `/startUpDataDirectory` | `--data-dir` | |
Comment on lines
+639
to
+640
| - name: Use ef6.exe | ||
| href: ef6/modeling/code-first/migrations/ef6-exe.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The migration utility documentation described the obsolete
migrate.exeworkflow and incorrectly stated that SQL scripts could not be generated. The team-environment guide also lacked working links to its migration screencasts.migrate.exepage withef6.exe database updateguidance.ef6.exe database update --assembly MyApp.dll --script > migration.sql