You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the built in concept of value generators, but currently you have to use some pretty low level building blocks to configure one and it's difficult to set a generator for a given property. We should add a top level API for this.
The text was updated successfully, but these errors were encountered:
Issue #5537. Also see #5303.
This change added fluent API set set a custom value generator for use on a property. The value generator will be used regardless of provider and does not do anything special to ensure Migrations or the update pipeline are in sync with what is happening, but is useful to make a change to a value generator when these things do not matter or are already setup correctly.
Issue #5537. Also see #5303.
This change added fluent API set set a custom value generator for use on a property. The value generator will be used regardless of provider and does not do anything special to ensure Migrations or the update pipeline are in sync with what is happening, but is useful to make a change to a value generator when these things do not matter or are already setup correctly.
We have the built in concept of value generators, but currently you have to use some pretty low level building blocks to configure one and it's difficult to set a generator for a given property. We should add a top level API for this.
The text was updated successfully, but these errors were encountered: