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
I would like the ability to set/get Faker parameters for example by calling Faker.AddParameter(string, object) and Faker.GetParameter(string, object) so that it can be used in Faker.RuleFor() and Faker.Rules().
An example on how to do this was provided in #460 (comment) using extension methods and it would be awesome if the extension methods were officially implemented in the library as a builtin feature.
Description
I would like the ability to set/get
Faker
parameters for example by calling Faker.AddParameter(string, object) and Faker.GetParameter(string, object) so that it can be used inFaker.RuleFor()
andFaker.Rules()
.An example on how to do this was provided in #460 (comment) using extension methods and it would be awesome if the extension methods were officially implemented in the library as a builtin feature.
Similar features in other libraries
LINQPad Code Example
An example was provided in #460 (comment).
What alternatives have you considered?
Could you help with a pull-request?
No
The text was updated successfully, but these errors were encountered: