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
Also add a hook to add provider-specific convention types. Something like ProviderConventionDispatcher that also determines which annotations should be ignored
Add support for the provider conventions to the API on ModelConfigurationBuilder
Add a convention type for merging annotations from derived to base objects when the base type changes
Change RelationalDbFunctionAttributeConvention, TableNameFromDbSetConvention, RelationalValueGenerationConvention, SqlServerIndexConvention and other annotation conventions to use new convention types.
ProviderConventionDispatcherthat also determines which annotations should be ignoredModelConfigurationBuilderStoreObjectIdentifierparameter Allow specifying different column names per table in TPT, TPC or entity splitting #19811RelationalDbFunctionAttributeConvention,TableNameFromDbSetConvention,RelationalValueGenerationConvention,SqlServerIndexConventionand other annotation conventions to use new convention types.GetAnnotationsRelated to #214, #14103, #15675