Entityframework.docs: Document ef6.exe and remove doc for migrate.exe

Created on 17 Sep 2019  ·  4Comments  ·  Source: dotnet/EntityFramework.Docs

@Almeonamy commented on Tue Sep 17 2019

The page has mistake. Meigrate.exe _can_ generate sql script for migration. It has option "/scriptFile".


Сведения о документе

Не вносите правки в этот раздел. Это необходимо для связывания страницы сайта docs.microsoft.com с вопросом на GitHub.


@srvbpigh commented on Tue Sep 17 2019

Hello, @Almeonamy

Thank you for your feedback.

We are actively reviewing your comments and will get back to you soon.

Kind regards,
Microsoft DOCS International Team

area-ef6 consider-for-next-release

Most helpful comment

migrate.exe | ef6.exe database update
--- | ---
\ | --assembly
\ | --migrations-config
\ | (no equivalent. Ensure it's in the same directory as --assembly)
/targetMigration | --target
/startUpDirectory | --project-dir
/scriptFile | --script
/sourceMigration | --source
/startUpConfigurationFile | --config
/startUpDataDirectory | --data-dir
/connectionStringName | --connection-string-name
/connectionString | --connection-string
/connectionProviderName | --connection-provider
/force | --force
/verbose | --verbose
/? | --help

All 4 comments

Hi team,
I moved this here because the user made a sugggestion on the original documentation
best

The page needs to go away.

Geez guys. Trying to learn EF6 migrations is confusing enough without me wasting time trying to work with the documentation and it doesn't work because the docs are SIX YEARS out of date. Shows what kind of priority MS places to documentation.

migrate.exe | ef6.exe database update
--- | ---
\ | --assembly
\ | --migrations-config
\ | (no equivalent. Ensure it's in the same directory as --assembly)
/targetMigration | --target
/startUpDirectory | --project-dir
/scriptFile | --script
/sourceMigration | --source
/startUpConfigurationFile | --config
/startUpDataDirectory | --data-dir
/connectionStringName | --connection-string-name
/connectionString | --connection-string
/connectionProviderName | --connection-provider
/force | --force
/verbose | --verbose
/? | --help

Was this page helpful?
0 / 5 - 0 ratings

Related issues

speciesunknown picture speciesunknown  ·  3Comments

ctaggart picture ctaggart  ·  3Comments

MohammadMQ picture MohammadMQ  ·  3Comments

CubeSpark picture CubeSpark  ·  3Comments

davidliang2008 picture davidliang2008  ·  4Comments