Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make remaining Migrations commands out-of-process #1058

Merged
merged 1 commit into from
Jul 16, 2019

Conversation

bricelam
Copy link
Contributor

@bricelam bricelam commented Jul 16, 2019

Note, this removes migrate.exe; it has been superseded by ef6.exe

Resolves #231

@bricelam bricelam requested a review from ajcvickers July 16, 2019 18:40
@@ -27,7 +27,7 @@ namespace System.Data.Entity.Migrations.Design
/// The App/Web.config file from the startup project is also copied
/// to ensure that any configuration is applied.
/// </summary>
// TODO: Move this functionality to System.Data.Entity.Infrastructure.Design.Executor
[Obsolete("Use System.Data.Entity.Infrastructure.Design.Executor instead.")]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Make EF NuGet package / migrations and EF Tools work with new csproj format
2 participants