dotnet / dotnet/efcore

Add IConventionEntityTypeBuilder extension methods with StoreObjectIdentifier

Open
#28,206 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.