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

Allow pulling base functions from inherited interface #449

Merged
merged 1 commit into from
Sep 5, 2018

Conversation

jbaig
Copy link

@jbaig jbaig commented Jul 19, 2018

When setting Settings.DbContextInterfaceBaseClasses to an interface that already had functions such as Set, the library would give messages about wanting to add new to override the functions from the base. Adding Settings.UseInheritedBaseInterfaceFunctions would allow the user to not generate those functions if they are already defined in the base class.

@sjh37 sjh37 merged commit b944365 into sjh37:master Sep 5, 2018
@sjh37
Copy link
Owner

sjh37 commented Oct 2, 2018

Released v2.37.2

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