-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ToTable overloads with TableBuilder for OwnedNavigationBuilder
Deprecate the excludedFromMigrations overloads Remove the overloads that take Action<TableBuilder> instead of Action<TableBuilder<TEntity>> Rename OwnedNavigationBuilder<TEntity, TRelatedEntity> to OwnedNavigationBuilder<TOwnerEntity, TRelatedEntity> Change TemporalTableBuilder to take IMutableEntityType instead of EntityTypeBuilder Generate snapshots that call the new overloads. Fix indentation for nested lambdas in snapshots Fixes #23173
- Loading branch information
1 parent
5237c80
commit 0c7001d
Showing
20 changed files
with
502 additions
and
384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.