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

Add IDesignTimeServices #6694

Merged
merged 1 commit into from
Oct 6, 2016
Merged

Add IDesignTimeServices #6694

merged 1 commit into from
Oct 6, 2016

Conversation

bricelam
Copy link
Contributor

@bricelam bricelam commented Oct 6, 2016

IDesignTimeServices can be implemented in the startup assembly to override the default design-time services like MigrationsCodeGenerator or EntityTypeWriter.

Also stops looking for ConfigureServices on App and Program (use IDbContextFactory instead).

Providers beware: This has a minor breaking changes in Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests

Resolves #5617, fixes #5677

Copy link
Contributor

@ajcvickers ajcvickers left a comment

Choose a reason for hiding this comment

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

:shipit:

IDesignTimeServices can be implemented in the startup assembly to override the default design-time services like MigrationsCodeGenerator or EntityTypeWriter.

Also stops looking for ConfigureServices on App and Program (use IDbContextFactory instead).

Providers beware: This has a minor breaking changes in Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests

Resolves #5617, fixes #5677
@bricelam bricelam merged commit 50b282c into dotnet:dev Oct 6, 2016
@bricelam bricelam deleted the design branch October 6, 2016 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants