You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add supporting interfaces like IEntityTypeConventionOverride, which expose an Alter(IList<IEntityTypeConvention>); method
Additionally, add an AddAlterationsFromAssembly() method to ConventionSetAlterationCollection which scans an assembly for all of those types of convention overrides.
The text was updated successfully, but these errors were encountered:
Add supporting interfaces like IEntityTypeConventionOverride, which expose an
Alter(IList<IEntityTypeConvention>);
methodAdditionally, add an AddAlterationsFromAssembly() method to
ConventionSetAlterationCollection
which scans an assembly for all of those types of convention overrides.The text was updated successfully, but these errors were encountered: