dotnet / dotnet/efcore

Allow additional configuration on split tables

Open
#28,204 1 comment 4 reactions 1 assignee Claimed by @AndriySvyryd View on GitHub
area-model-building area-relational-mapping area-sqlserver
Dominant language
C#
Stars
14.8k
Forks
3.4k
PR merge metrics
PR metrics pending

Description

- [ ] Validate that all configuration for the same table has the same values
- [ ] `HasComment`
- [ ] `HasCheckConstraint`
- [ ] `IsMemoryOptimized`
- [ ] `HasNoProperty`
- [ ] `IsTemporal` (#26457)
- [ ] `HasKey().HasName` (#27972)
- [ ] `HasForeignKey().HasConstraintName` (#27971)
- [ ] `HasIndex().HasDatabaseName` (#27973)
- [ ] Additional `Property` facets (#27970)

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.