Add IConventionEntityTypeBuilder extension methods with StoreObjectIdentifier
Open
area-model-building
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
Needed to write conventions for these things that act on split entities:
- [ ] `Property`
- [ ] `ExcludeFromMigrations`
- [ ] `HasTrigger`
- [ ] `HasComment`
- [ ] `HasCheckConstraint`
- [ ] `IsTemporal`
- [ ] `IsMemoryOptimized`
- [ ] `HasNoProperty`
Needed to write conventions that create split entities:
(Triage: decided not to do this part.)
~~Also these with just string parameters~~
~~- [ ] `SplitToTable`~~
~~- [ ] `SplitToSchema`~~
~~- [ ] `SplitToView`~~
~~- [ ] `SplitToViewSchema`~~
Contributor guide
Assessment
This issue has not been assessed yet.