Skip to content

Compono.BogusOptions.EnableMemberNameConventions

Compono.Bogus

Compono.BogusOptions

BogusOptions.EnableMemberNameConventions Property

Whether the conservative member-name convention provider is active. Defaults to true. Setting this to false means BogusMemberNameProvider is not registered at all - including any AddAlias(string, BogusConvention)/AddConvention(string, Func<Faker,string>) entries configured in the same call; there is no partial mode that disables only the built-in conventions.

public bool EnableMemberNameConventions { get; set; }

Property Value

System.Boolean