Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple way to specify a value generator for a property #5537

Closed
rowanmiller opened this issue May 26, 2016 · 0 comments
Closed

Simple way to specify a value generator for a property #5537

rowanmiller opened this issue May 26, 2016 · 0 comments
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@rowanmiller
Copy link
Contributor

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.

@rowanmiller rowanmiller added this to the Backlog milestone May 26, 2016
@ajcvickers ajcvickers self-assigned this Jun 30, 2016
ajcvickers added a commit that referenced this issue Jul 5, 2016
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.
@ajcvickers ajcvickers modified the milestones: 1.1.0, Backlog Jul 5, 2016
ajcvickers added a commit that referenced this issue Jul 6, 2016
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.
@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Jul 6, 2016
@ajcvickers ajcvickers modified the milestones: 1.1.0-preview1, 1.1.0 Oct 15, 2022
@ajcvickers ajcvickers removed their assignment Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

No branches or pull requests

2 participants