Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions entity-framework/core/modeling/data-seeding.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ If your scenario includes any of the following it is recommended to use `UseSeed
* Data that needs key values to be generated by the database, including entities that use alternate keys as the identity
* Data that requires custom transformation (that is not handled by [value conversions](xref:core/modeling/value-conversions)), such as some password hashing
* Data that requires calls to external API, such as ASP.NET Core Identity roles and users creation
* Data that isn't fixed and deterministic, such as seeding to `DateTime.Now`.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Data that isn't fixed and deterministic, such as seeding to `DateTime.Now`.
* Data that isn't fixed and deterministic, such as seeding with `DateTime.Now`.


<a name="manual-migration-customization"></a>

Expand Down