SYMBOL INDEX (1688 symbols across 210 files) FILE: Examples/EFCoreSeedDb/Program.cs class Program (line 11) | class Program method Main (line 13) | static void Main(string[] args) class BloggingContext (line 41) | public class BloggingContext : DbContext method OnConfiguring (line 46) | protected override void OnConfiguring(DbContextOptionsBuilder options) method OnModelCreating (line 52) | protected override void OnModelCreating(ModelBuilder modelBuilder) class FakeData (line 67) | public static class FakeData method Init (line 72) | public static void Init(int count) class FakeData2 (line 104) | public static class FakeData2 method Init (line 114) | public static void Init(int count) method GenerateBlogs (line 121) | private static void GenerateBlogs(int blogCount) method GeneratePost (line 138) | private static void GeneratePost(Blog b, int postCount) class Blog (line 155) | public class Blog class Post (line 163) | public class Post FILE: Examples/ExtendingBogus/ExtensionsForAddress.cs class ExtensionsForAddress (line 6) | public static class ExtensionsForAddress method DowntownTorontoPostalCode (line 15) | public static string DowntownTorontoPostalCode(this Bogus.DataSets.Add... FILE: Examples/ExtendingBogus/ExtensionsForTesting.cs class ExtensionsForTesting (line 6) | public static class ExtensionsForTesting method Dump (line 8) | public static void Dump(this object obj) method DumpString (line 13) | public static string DumpString(this object obj) FILE: Examples/ExtendingBogus/FoodDataSet.cs class ExtensionsForFood (line 9) | public static class ExtensionsForFood method Food (line 11) | public static Food Food(this Faker faker) class Food (line 20) | public class Food : DataSet method Candy (line 31) | public string Candy() method Drink (line 37) | public string Drink() FILE: Examples/ExtendingBogus/Program.cs class Program (line 5) | class Program method Main (line 7) | static void Main(string[] args) class User (line 21) | public class User FILE: Examples/GettingStarted/Program.cs class Program (line 10) | class Program method Main (line 12) | static void Main(string[] args) class Order (line 67) | public class Order type Gender (line 75) | public enum Gender class User (line 81) | public class User method User (line 83) | public User(int userId, string ssn) class ExtensionsForTesting (line 106) | public static class ExtensionsForTesting method Dump (line 108) | public static void Dump(this object obj) method DumpString (line 113) | public static string DumpString(this object obj) FILE: Source/Benchmark/BenchGenerate.cs class BenchGenerate (line 7) | [MarkdownExporter, MemoryDiagnoser] class Project (line 10) | public class Project method Setup (line 22) | [GlobalSetup] method Generate_Default (line 42) | public void Generate_Default() method Generate_CustomInstantiator (line 48) | public void Generate_CustomInstantiator() method Generate_WithRules (line 53) | [Benchmark] method Generate_WithRulesComplex (line 60) | public void Generate_WithRulesComplex() method Constructor (line 66) | public void Constructor() FILE: Source/Benchmark/BenchRandomSubset.cs class BenchRandomSubset (line 9) | [RPlotExporter] method Setup (line 18) | [GlobalSetup] method PickRandom (line 25) | [Benchmark] method ShuffleTake (line 31) | [Benchmark] method PickRandom (line 43) | public IEnumerable PickRandom(IEnumerable items, int amountTo... FILE: Source/Benchmark/BenchSsn.cs class BenchSsn (line 6) | [RPlotExporter] method Setup (line 11) | [GlobalSetup] method SsnAlgo1 (line 17) | [Benchmark] method SsnAlgo2 (line 29) | [Benchmark] method SsnAlgo3 (line 41) | [Benchmark] FILE: Source/Benchmark/BenchStringFill.cs class BenchStringFill (line 7) | [RPlotExporter] method Setup (line 17) | [GlobalSetup] method FillWithStringBuilder (line 27) | [Benchmark] method FillWithFixedCharArray (line 41) | [Benchmark] FILE: Source/Benchmark/PR300_BenchDecimal.cs class PR300_BenchDecimal (line 9) | [SimpleJob(RuntimeMoniker.NetCoreApp31), SimpleJob(RuntimeMoniker.Net471)] method Setup (line 15) | [GlobalSetup] method OldMethod (line 21) | [Benchmark] method JDGMethod (line 27) | [Benchmark] method JDGMethodNoAlloc (line 33) | [Benchmark] method JDGMethodNoAllocMult (line 39) | [Benchmark] class CustomRandomizer (line 46) | public class CustomRandomizer : Randomizer method NumberJDG (line 52) | public int NumberJDG(int min = 0, int max = 1) method DecimalJDG (line 70) | public decimal DecimalJDG(decimal min = 0.0m, decimal max = 1.0m) method DecimalJDGNoAlloc (line 106) | public decimal DecimalJDGNoAlloc(decimal min = 0.0m, decimal max = 1.0m) method DecimalJDGNoAllocMult (line 118) | public decimal DecimalJDGNoAllocMult(decimal min = 0.0m, decimal max =... FILE: Source/Benchmark/PR300_BenchRandomNumber.cs class PR300_BenchRandomNumber (line 9) | [SimpleJob(RuntimeMoniker.NetCoreApp31), SimpleJob(RuntimeMoniker.Net471)] method Setup (line 15) | [GlobalSetup] method OldMethod (line 21) | [Benchmark] method BitShift (line 27) | [Benchmark] method JDGMethod (line 33) | [Benchmark] method JDGMethod2 (line 39) | [Benchmark] class NumberTests (line 46) | public class NumberTests method Number (line 54) | public int Number(int min = 0, int max = 1) method NumberBitShift (line 65) | public int NumberBitShift(int min = 0, int max = 1) method NumberJDG (line 84) | public int NumberJDG(int min = 0, int max = 1) method NumberJDG2 (line 114) | public int NumberJDG2(int min = 0, int max = 1) FILE: Source/Bogus.Tests/BsonTests.cs class ExtraStuff (line 11) | public class ExtraStuff : DataSet method JunkFood (line 13) | public string JunkFood() method Drink (line 18) | public string Drink() class BsonTests (line 24) | public class BsonTests : SeededTest, IDisposable method BsonTests (line 28) | public BsonTests(ITestOutputHelper console) method Dispose (line 33) | public void Dispose() method can_add_new_key_to_database (line 39) | [Fact] method should_be_able_to_reset_a_locale (line 49) | [Fact] method can_patch_an_existing_category (line 66) | [Fact] method PatchEnLocaleWithExtraStuff (line 100) | private void PatchEnLocaleWithExtraStuff() method CreateExtraData (line 109) | private BObject CreateExtraData() FILE: Source/Bogus.Tests/CloneTests.cs class CloneTests (line 7) | public class CloneTests : SeededTest class Order (line 9) | public class Order method can_create_a_simple_clone (line 18) | [Fact] method clone_has_different_rules (line 38) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/AddressTest.cs class AddressTest (line 8) | public class AddressTest : SeededTest method AddressTest (line 12) | public AddressTest(ITestOutputHelper console) method can_get_a_city_name (line 20) | [Fact] method can_get_a_country (line 26) | [Fact] method can_get_a_county (line 32) | [Fact] method can_get_a_full_address (line 38) | [Fact] method can_get_a_full_street_address (line 44) | [Fact] method can_get_a_latitude (line 50) | [Fact] method can_get_a_longitude (line 56) | [Fact] method can_get_a_random_country_code (line 62) | [Fact] method can_get_a_random_country_code_alpha3 (line 68) | [Fact] method can_get_a_state (line 74) | [Fact] method can_get_a_state_abbreviation (line 80) | [Fact] method can_get_a_street_address (line 86) | [Fact] method can_get_a_street_suffix (line 92) | [Fact] method can_get_a_zipcode (line 98) | [Fact] method can_get_canadian_zip_code (line 104) | [Fact] method can_get_a_city_prefix (line 111) | [Fact] method can_get_a_city_suffix (line 117) | [Fact] method can_get_a_street_name (line 123) | [Fact] method can_get_a_building_number (line 129) | [Fact] method locales_with_no_state_should_return_null (line 135) | [Fact] method can_generate_a_direction (line 142) | [Fact] method can_generate_a_cardinal_direction (line 149) | [Fact] method can_generate_an_ordinal_direction (line 156) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/CardTests.cs class CardTests (line 6) | public class CardTests : SeededTest method should_be_able_to_get_a_contextually_bogus_person (line 8) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/CommerceTest.cs class CommerceTest (line 7) | public class CommerceTest : SeededTest method CommerceTest (line 9) | public CommerceTest() method can_get_a_color (line 16) | [Fact] method can_get_a_product (line 22) | [Fact] method can_get_a_product_adj (line 28) | [Fact] method can_get_a_product_material (line 34) | [Fact] method can_get_a_product_name (line 40) | [Fact] method can_get_a_product_description (line 46) | [Fact] method can_get_categories (line 52) | [Fact] method can_get_list_of_departments (line 58) | [Fact] method can_get_price (line 64) | [Fact] method can_get_ean8_barcode (line 70) | [Fact] method can_get_an_ean13_barcode (line 76) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/CompanyTest.cs class CompanyTest (line 9) | public class CompanyTest : SeededTest method CompanyTest (line 11) | public CompanyTest() method can_get_a_catch_phrase (line 18) | [Fact] method can_get_a_company_name_with_custom_format (line 24) | [Fact] method can_get_company_bs_phrase (line 30) | [Fact] method can_get_company_name (line 36) | [Fact] method can_get_company_suffix_array (line 42) | [Fact] method can_generate_cnpj_for_brazil (line 50) | [Fact] method can_generate_cnpj_for_brazil_without_formatting (line 56) | [Fact] method can_generate_an_EIN (line 62) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/DatabaseTests.cs class DatabaseTests (line 6) | public class DatabaseTests : SeededTest method DatabaseTests (line 8) | public DatabaseTests() method can_generate_a_column_name (line 15) | [Fact] method can_generate_a_type (line 21) | [Fact] method can_generate_collation (line 27) | [Fact] method can_generate_engine (line 33) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/DateTest.cs class DateTest (line 9) | public partial class DateTest : SeededTest method DateTest (line 11) | public DateTest() method can_get_a_random_month (line 18) | [Fact] method can_get_a_random_weekday (line 25) | [Fact] method can_get_a_timespan (line 32) | [Fact] method can_get_date_in_future (line 43) | [Fact] method can_get_date_in_future_with_set_clock (line 53) | [Fact] method can_get_dateOffset_in_future (line 64) | [Fact] method can_get_dateOffset_in_future_with_set_clock (line 73) | [Fact] method can_get_date_in_future_with_options (line 84) | [Fact] method can_get_dateOffset_in_future_with_options (line 94) | [Fact] method can_get_date_in_past (line 104) | [Fact] method can_get_date_in_past_with_set_clock (line 114) | [Fact] method can_get_dateOffset_in_past (line 125) | [Fact] method can_get_dateOffset_in_past_with_set_clock (line 135) | [Fact] method can_get_date_in_past_0_days_results_in_random_time (line 146) | [Fact] method can_get_dateOffset_in_past_0_days_results_in_random_time (line 155) | [Fact] method can_get_date_in_past_with_custom_options (line 164) | [Fact] method can_get_dateOffset_in_past_with_custom_options (line 174) | [Fact] method can_get_date_recently_within_the_year (line 184) | [Fact] method can_get_date_recently_with_set_clock (line 195) | [Fact] method can_get_dateOffset_recently_within_the_year (line 206) | [Fact] method can_get_dateOffset_recently_with_set_clock (line 217) | [Fact] method can_get_random_time_between_two_dates (line 228) | [Fact] method can_get_random_time_between_two_dateOffsets (line 248) | [Fact] method get_a_date_that_will_happen_soon (line 268) | [Fact] method can_get_date_soon_with_set_clock (line 275) | [Fact] method get_a_dateOffsets_that_will_happen_soon (line 286) | [Fact] method can_get_dateOffset_soon_with_set_clock (line 293) | [Fact] method soon_explicit_refdate_in_utc_should_return_utc_kind (line 304) | [Fact] method soon_explicit_refdate_offset_should_return_explicit_offset (line 321) | [Fact] method recent_explicit_refdate_in_utc_should_return_utc_kind (line 338) | [Fact] method recent_explicit_refdate_offset_should_return_explicit_offset (line 355) | [Fact] method between_explicit_refdate_in_utc_should_return_utc_kind (line 372) | [Fact] method between_explicit_start_offset_should_return_explicit_offset (line 389) | [Fact] method can_set_global_static_time_source (line 407) | [Fact] method use_dataset_localclock_date_if_set (line 437) | [Fact] method use_now_param_over_localclock_date (line 450) | [Fact] method can_get_timezone_string (line 464) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/DateTest.net60.cs class DateTest (line 9) | public partial class DateTest method can_get_dateonly_in_past (line 12) | [Fact] method can_get_dateonly_in_past_with_set_clock (line 22) | [Fact] method can_get_dateonly_in_past_with_custom_options (line 33) | [Fact] method get_a_dateonly_that_will_happen_soon (line 44) | [Fact] method can_get_dateonly_that_will_happen_soon_with_set_clock (line 55) | [Fact] method can_get_dateonly_in_future (line 66) | [Fact] method can_get_dateonly_in_future_with_set_clock (line 76) | [Fact] method can_get_dateonly_in_future_with_options (line 87) | [Fact] method can_get_random_dateonly_between_two_dates (line 97) | [Fact] method can_get_dateonly_recently_within_the_year (line 112) | [Fact] method can_get_dateonly_recently_within_the_year_with_set_clock (line 123) | [Fact] method can_get_random_timeonly_between_two_times_basic (line 135) | [Fact] method can_get_random_timeonly_between_two_times_wrap_around (line 148) | [Fact] method can_get_a_timeonly_that_will_happen_soon (line 162) | [Fact] method can_get_a_timeonly_that_will_happen_soon_with_set_clock (line 173) | [Fact] method can_get_a_timeonly_that_happened_recently (line 185) | [Fact] method can_get_a_timeonly_that_happened_recently_with_set_clock (line 195) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/FinanceTest.cs class FinanceTest (line 10) | public class FinanceTest : SeededTest method FinanceTest (line 12) | public FinanceTest() method can_get_a_random_account_default (line 19) | [Fact] method can_get_a_random_account_12 (line 25) | [Fact] method can_get_a_random_account_name (line 31) | [Fact] method can_generate_a_random_bitcoin_address (line 37) | [Fact] method can_generate_a_random_ethereum_address (line 45) | [Fact] method can_generate_a_random_litecoin_address (line 51) | [Fact] method can_generate_aba_routing_number (line 57) | [Fact] method can_generate_bic (line 63) | [Fact] method can_generate_iban (line 69) | [Fact] method can_generate_iban2 (line 77) | [Fact] method iban_throws_key_not_found_on_invalid_iso3166 (line 84) | [Fact] method iban_thows_on_invalid_iso3166_length (line 91) | [Fact] method can_get_random_currency (line 98) | [Fact] method get_random_amount (line 108) | [Fact] method get_random_amount_with_options (line 114) | [Fact] method get_random_amount_with_zero_decimals (line 128) | [Fact] method should_be_able_to_get_a_transaction_type (line 134) | [Fact] method can_get_random_credit_card_number (line 140) | [Fact] method can_get_random_credit_card_cvv (line 181) | [Fact] method Luhn (line 187) | private static bool Luhn(string digits) FILE: Source/Bogus.Tests/DataSetTests/HackerTests.cs class HackerTests (line 7) | public class HackerTests : SeededTest method HackerTests (line 9) | public HackerTests() method can_get_a_hacker_phrase (line 16) | [Fact] method make_sure_we_have_updated_ru_hacker_locale (line 22) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/ImageTest.cs class ImageTest (line 9) | public class ImageTest : SeededTest method ImageTest (line 13) | public ImageTest(ITestOutputHelper console) method svg_data_url (line 21) | [Fact] method url_generated_should_have_https (line 49) | [Fact] method can_use_picsum_Url (line 55) | [Fact] method can_use_placeholder_url (line 65) | [Fact] method can_use_loremflickr (line 75) | [Fact] method can_use_placeimg_url (line 104) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/InternetTests.cs class InternetTests (line 14) | public class InternetTests : SeededTest method InternetTests (line 18) | public InternetTests(ITestOutputHelper console) method can_generate_a_password (line 26) | [Fact] method can_generate_an_example_email (line 36) | [Fact] method can_generate_mac_address (line 45) | [Fact] method can_generate_mac_address_with_separator (line 51) | [Fact] method can_get_a_domain_name (line 57) | [Fact] method can_get_a_domain_suffix (line 63) | [Fact] method can_get_a_random_ip_address (line 69) | [Fact] method can_get_a_random_ipv6_address (line 75) | [Fact] method can_get_a_urlpath_with_a_specific_domain (line 81) | [Fact] method can_get_an_email (line 87) | [Fact] method can_get_an_username (line 95) | [Fact] method can_get_avatar (line 103) | [Fact] method can_get_html_color (line 111) | [Fact] method can_get_color_in_format (line 117) | [Fact] method can_get_color_in_delimited_format (line 123) | [Fact] method can_get_color_in_grayscale (line 129) | [Fact] method can_get_url_with_path (line 135) | [Fact] method can_gets_a_domain_word (line 142) | [Fact] method can_make_email_with_custom_options (line 148) | [Fact] method can_pick_random_browser (line 160) | [Fact] method can_get_username_with_unicode_characters (line 175) | [Theory] method can_generate_random_port_number (line 185) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/LoremTests.cs class LoremTests (line 10) | public class LoremTests : SeededTest method LoremTests (line 14) | public LoremTests(ITestOutputHelper console) method can_get_3_words (line 22) | [Fact] method can_get_5_words (line 37) | [Fact] method can_get_a_paragraph (line 56) | [Fact] method paragraph_with_zero_sentences (line 63) | [Fact] method can_get_a_random_word (line 75) | [Fact] method can_get_a_sentence (line 83) | [Fact] method can_get_a_sentence_with_options (line 89) | [Fact] method can_get_a_sentences_with_range_option (line 95) | [Fact] method can_get_paragraphs (line 101) | [Fact] method can_get_random_number_of_paragraphs (line 108) | [Fact] method check_separator_works (line 122) | [Fact] method can_get_some_letters (line 134) | [Fact] method can_get_some_lorem_lines (line 146) | [Fact] method can_get_some_lorem_text (line 152) | [Fact] method can_slugify_lorem (line 158) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/MusicTests.cs class MusicTests (line 8) | public class MusicTests : SeededTest method MusicTests (line 13) | public MusicTests(ITestOutputHelper console) method can_generate_genre (line 19) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/NameTests.cs class NameTests (line 7) | public class NameTests : SeededTest method NameTests (line 9) | public NameTests() method can_get_first_name (line 16) | [Fact] method can_get_female_first_name (line 22) | [Fact] method can_get_male_first_name (line 28) | [Fact] method can_get_first_name_when_locale_dataset_is_split_in_male_female (line 34) | [Fact] method can_get_last_name (line 42) | [Fact] method can_get_last_name_when_locale_dataset_is_split_in_male_female (line 48) | [Fact] method can_get_prefix (line 56) | [Fact] method can_get_suffix (line 62) | [Fact] method should_be_able_to_get_any_full_name (line 68) | [Fact] method should_be_able_to_get_any_name_with_options (line 76) | [Fact] method should_be_able_to_get_job_area (line 95) | [Fact] method should_be_able_to_get_job_description (line 101) | [Fact] method should_be_able_to_get_job_title (line 107) | [Fact] method should_be_able_to_get_job_type (line 113) | [Fact] method should_be_able_to_get_locale_full_name (line 119) | [Fact] method switch_locale_syntax (line 126) | [Fact] method can_get_a_full_name (line 136) | [Fact] method full_name_component_genders_should_match (line 142) | [Fact] method locales_with_empty_array_suffix_should_be_null (line 152) | [Fact] method locales_that_dont_support_gender_first_names_should_return_generic (line 163) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/PhoneNumbersTest.cs class PhoneNumbersTest (line 7) | public class PhoneNumbersTest : SeededTest method PhoneNumbersTest (line 9) | public PhoneNumbersTest() method can_get_phone_number (line 16) | [Fact] method can_get_phone_number_of_specific_format (line 23) | [Fact] method can_get_phone_number_via_formats_index (line 30) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/RantTests.cs class RantTests (line 6) | public class RantTests : SeededTest method RantTests (line 8) | public RantTests() method can_get_an_array_of_reviews (line 15) | [Fact] method can_get_random_product_review (line 30) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/SystemTest.cs class SystemTest (line 10) | public class SystemTest : SeededTest method SystemTest (line 12) | public SystemTest() method can_generate_random_semver (line 19) | [Fact] method can_get_a_few_common_file_exts (line 28) | [Fact] method can_get_a_random_exception (line 36) | [Fact] method can_get_a_random_extension_of_an_unknown_mimetype (line 48) | [Fact] method can_get_a_random_system_version (line 56) | [Fact] method can_get_random_file_type (line 67) | [Fact] method can_get_some_random_mime_types (line 75) | [Fact] method can_get_some_common_file_types (line 83) | [Fact] method can_get_some_common_random_file_names (line 91) | [Fact] method can_get_some_random_extensions (line 99) | [Fact] method can_get_some_random_file_names (line 108) | [Fact] method merge_test (line 116) | [Fact] method can_get_directory_path_unix (line 125) | [Fact] method can_get_file_path_unix (line 131) | [Fact] method can_get_an_android_id (line 137) | [Fact] method can_get_an_apple_push_token (line 143) | [Fact] method can_get_a_black_berry_pin (line 149) | [Fact] FILE: Source/Bogus.Tests/DataSetTests/VehicleTest.cs class VehicleTest (line 7) | public class VehicleTest : SeededTest method VehicleTest (line 11) | public VehicleTest() method can_get_a_vin_number (line 16) | [Fact] method cannot_return_vin_bigger_than_17_chars (line 22) | [Fact] method can_get_a_strict_vin_number (line 29) | [Fact] method can_get_a_manufacture (line 35) | [Fact] method can_get_a_model (line 41) | [Fact] method can_get_a_type (line 47) | [Fact] method can_get_a_fuel (line 53) | [Fact] FILE: Source/Bogus.Tests/DistributionTests/GaussianTests.cs class GaussianTests (line 9) | public class GaussianTests : SeededTest method GaussianTests (line 15) | public GaussianTests(ITestOutputHelper console) method generated_doubles_should_match_specified_parameters (line 29) | [Fact] method generated_decimals_should_match_specified_parameters (line 75) | [Fact] method generated_ints_should_match_specified_parameters (line 121) | [Fact] method generated_floats_should_match_specified_parameters (line 168) | [Fact] FILE: Source/Bogus.Tests/ExtensionTests/BelgianExtensionTests.cs class BelgianExtensionTests (line 10) | public class BelgianExtensionTests : SeededTest method BelgianExtensionTests (line 15) | public BelgianExtensionTests(ITestOutputHelper console) method can_generate_national_number_for_belgium (line 21) | [Fact] method excludes_formatting_national_number (line 36) | [Fact] method includes_formatting_national_number (line 43) | [Fact] method checksum_is_zero_padded (line 50) | [Theory] method ShouldHaveCorrectChecksum (line 64) | private void ShouldHaveCorrectChecksum(string candidate) method ShouldBeLegalBelgianNationalNumber (line 79) | private void ShouldBeLegalBelgianNationalNumber(string candidate) method ShouldBeCorrectGenderCode (line 91) | private void ShouldBeCorrectGenderCode(Name.Gender gender, string cand... FILE: Source/Bogus.Tests/ExtensionTests/DanishExtentionTest.cs class DanishExtensionTest (line 9) | public class DanishExtensionTest : SeededTest method DanishExtensionTest (line 13) | public DanishExtensionTest() method can_generate_cpr_number_for_denmark (line 18) | [Fact] method excludes_dash_cpr_number (line 32) | [Fact] method is_valid_danish_cpr_number (line 39) | [Theory] method is_invalid_danish_cpr_number (line 57) | [Theory] method can_generate_valid_danish_cpr_numbers (line 75) | [Theory] method ShouldHaveCorrectChecksum (line 106) | private void ShouldHaveCorrectChecksum(string candidate) method ShouldBeLegalDanishCprNumber (line 120) | private void ShouldBeLegalDanishCprNumber(string candidate) method ShouldBeCorrectGenderCode (line 136) | private void ShouldBeCorrectGenderCode(Name.Gender gender, string cand... FILE: Source/Bogus.Tests/ExtensionTests/ExtensionTest.cs class ExtensionTest (line 12) | public class ExtensionTest : SeededTest method can_create_sortcode (line 14) | [Fact] method can_create_nino (line 22) | [Fact] method can_create_separated_nino (line 31) | [Fact] method can_create_codice_fiscale (line 40) | [Fact] method codice_fiscale_is_16_chars_long (line 48) | [Fact] method codice_fiscale_generated_twice_are_equal (line 59) | [Fact] method codice_fiscale_day_part_is_birthday_plus_40_for_females (line 71) | [Fact] method codice_fiscale_day_part_is_birthday_for_males (line 86) | [Fact] method codice_fiscale_is_case_insensitive (line 101) | [Fact] method double_names_are_correctly_squeezed (line 117) | [Fact] method more_than_three_consonants_in_first_name_are_squeezed (line 130) | [Fact] method more_than_three_consonants_in_last_name_are_squeezed (line 143) | [Fact] method names_starting_with_vowel_are_squeezed (line 156) | [Fact] method names_with_apostrophe_are_squeezed (line 169) | [Fact] method names_with_symbols_are_squeezed (line 182) | [Fact] method names_with_one_consonant_are_squeezed (line 195) | [Fact] method names_with_three_consonants_are_squeezed (line 208) | [Fact] method names_with_two_consonants_are_squeezed (line 221) | [Fact] method names_with_two_letters_are_squeezed (line 234) | [Fact] method codice_fiscale_can_be_computed_from_finance_class (line 247) | [Fact] method nif_generator_for_person (line 256) | [Fact] method nif_generator_for_company (line 271) | [Fact] method cnp_generator_for_person (line 286) | [Fact] FILE: Source/Bogus.Tests/ExtensionTests/IranianExtensionTests.cs class IranianExtensionTests (line 8) | public class IranianExtensionTests : SeededTest method can_create_valid_iranian_national_number (line 10) | [Fact] method iranian_national_number_generated_twice_are_equal (line 24) | [Fact] method iranian_national_number_should_be_different_for_different_persons (line 39) | [Fact] method ValidateIranianNationalNumber (line 62) | private static bool ValidateIranianNationalNumber(string nationalNumber) FILE: Source/Bogus.Tests/ExtensionTests/NorwegianExtensionTest.cs class NorwegianExtensionTest (line 8) | public class NorwegianExtensionTest : SeededTest method IsLegalIndividualNumber (line 10) | private void IsLegalIndividualNumber(int readIndNo, int birthYear, Per... method IsLegalChecksum (line 44) | private void IsLegalChecksum(string readFødselsnummer) method IsLegalFødselsnummer (line 74) | private void IsLegalFødselsnummer(string readFødselsnummer, Person p) method can_create_norwegian_fødselsnummer (line 85) | [Fact] method can_create_correct_checksum_1 (line 96) | [Fact] method can_create_correct_checksum_2 (line 103) | [Fact] FILE: Source/Bogus.Tests/ExtensionTests/PolishExtensionTest.cs class PolishExtensionTest (line 15) | public class PolishExtensionTest : SeededTest method PeselWhenPersonIsMaleSecondLastNumberIsOdd (line 17) | [Fact] method PeselTest (line 31) | [Fact] method NipTest (line 51) | [Fact] method Regon9Test (line 68) | [Fact] method Regon14Test (line 84) | [Fact] FILE: Source/Bogus.Tests/ExtensionTests/RegistrationPlateExtensionsForGreatBritainTests.cs class RegistrationPlateExtensionsForGreatBritainTests (line 11) | public class RegistrationPlateExtensionsForGreatBritainTests : SeededTest method RegistrationPlateExtensionsForGreatBritainTests (line 15) | public RegistrationPlateExtensionsForGreatBritainTests(ITestOutputHelp... method reject_registration_date_before_current_style (line 20) | [Fact] method reject_registration_date_after_current_style (line 31) | [Fact] method date_expressed_wrong_way_around_still_works (line 41) | [Fact] method early_part_of_year_is_has_age_holdover_from_previous_year (line 49) | [Fact] method mid_part_of_year_is_has_age_equivalent_to_two_digit_year (line 57) | [Fact] method end_part_of_year_is_has_age_equivalent_to_two_digit_year_offset_by_fifty (line 65) | [Fact] method new_licence_plate_on_each_generate (line 73) | [Fact] method edinburgh_mid2007_plates_have_exception_applied_to_them (line 86) | [Fact] method export_plates_have_pseudo_location_marker_based_on_registration_date (line 95) | [Theory] FILE: Source/Bogus.Tests/ExtensionTests/SwedishExtensionTest.cs class SwedishExtensionTest (line 10) | public class SwedishExtensionTest : SeededTest method can_create_valid_swedish_personnummer (line 12) | [Fact] method can_create_valid_swedish_samordningsnummer (line 23) | [Fact] method personnummer_should_contain_valid_date_of_birth (line 34) | [Fact] method samordningsnummer_should_contain_offset_date_of_birth (line 47) | [Fact] method when_person_is_male_second_last_number_is_odd (line 60) | [Theory] method when_person_is_female_second_last_number_is_even (line 79) | [Theory] method CheckLuhn (line 98) | private static bool CheckLuhn(string digits) method ExtractDateParts (line 110) | private static (int year, int month, int day) ExtractDateParts(string ... FILE: Source/Bogus.Tests/ExtensionsForTesting.cs class ExtensionsForTesting (line 7) | public static class ExtensionsForTesting method Dump (line 9) | public static void Dump(this object obj) method DumpString (line 14) | public static string DumpString(this object obj) method Dump (line 19) | public static void Dump(this ITestOutputHelper console, object obj) FILE: Source/Bogus.Tests/FluentTests.cs class Examples (line 12) | public class Examples : SeededTest method Examples (line 16) | public Examples(ITestOutputHelper console) method TestAPIDesign (line 21) | [Fact] method Without_Fluent_Syntax (line 84) | [Fact] method With_Faker_Facade (line 100) | [Fact] class OrderFaker (line 115) | public class OrderFaker : Faker method OrderFaker (line 117) | public OrderFaker() : base("en") method Using_FakerT_Inheritance (line 125) | [Fact] method With_Korean_Locale (line 133) | [Fact] method Create_Context_Related_Person (line 140) | [Fact] method Create_an_SSN (line 148) | [Fact] method Handlebar (line 159) | [Fact] method TestIgnore (line 167) | [Fact] method Can_Define_Rule_By_Type (line 185) | [Fact] method Should_Throw_Exception_If_RuleForType_Types_Dont_Match (line 203) | [Fact] method implicit_operator_test (line 215) | [Fact] method can_clamp_string_length (line 245) | [Fact] class Issue47 (line 256) | public class Issue47 class Order (line 266) | public class Order type Gender (line 274) | public enum Gender class User (line 280) | public class User method User (line 282) | public User(int userId, string ssn) method just_want_to_set_a_value (line 305) | [Fact] method create_rules_for_an_object_the_easy_way (line 316) | [Fact] method can_create_rule_for_object_multiple_times (line 334) | [Fact] type Colors (line 352) | public enum Colors method pick_random_exclude (line 359) | [Fact] method pick_a_random_enum_only_from_the_param_list (line 367) | [Fact] method can_pick_a_random_item_from_parameter_list (line 375) | [Fact] method can_pick_a_random_item_from_parameter_list2 (line 383) | [Fact] method can_pick_a_random_number_int32array (line 391) | [Fact] method can_pick_random_item_of_linq_of_things (line 400) | [Fact] method can_generate_forever (line 409) | [Fact] class Order2 (line 429) | public class Order2 method can_set_local_time_anchor (line 435) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue10.cs class Issue10 (line 9) | public class Issue10 : SeededTest class Bar (line 11) | public class Bar method issue_10_should_be_able_to_fake_fields (line 19) | [Fact] method issue_12_bogus_should_be_thread_safe (line 40) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue100.cs class Issue100 (line 10) | public class Issue100 : SeededTest method Issue100 (line 14) | public Issue100(ITestOutputHelper console) method dataset_test (line 19) | [Fact] method faker_test (line 39) | [Fact] method randomizer_twice (line 59) | [Fact] method faker_test_2 (line 73) | [Fact] method simple_faker_t_test (line 90) | [Fact] method complex_faker_t_test (line 108) | [Fact] method sequence_generate_list_of_4_vs_generate_4_times_should_produce_same_content (line 146) | [Fact] method parallel_determinism (line 177) | [Fact] method CheckSequence (line 199) | private void CheckSequence(Examples.Order[] items) FILE: Source/Bogus.Tests/GitHubIssues/Issue102.cs class Issue102 (line 6) | public class Issue102 : SeededTest method deterministic_uuid_using_global_seed (line 8) | [Fact] method deterministic_uuid_using_local_seed (line 20) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue104.cs class Issue104 (line 10) | public class Issue104 : SeededTest method Issue104 (line 14) | public Issue104(ITestOutputHelper console) class Order2 (line 19) | public class Order2 : Order method without_derived_faker (line 24) | [Fact] method adding_new_property_should_not_change_subsequent_items (line 65) | [Fact] method CheckSequence (line 89) | void CheckSequence(IEnumerable orders) class CustomFaker (line 98) | public class CustomFaker : Faker where T : class method PopulateInternal (line 101) | protected override void PopulateInternal(T instance, string[] ruleSets) FILE: Source/Bogus.Tests/GitHubIssues/Issue114.cs class Issue114 (line 8) | public class Issue114 : SeededTest method should_be_able_to_get_an_obfuscated_credit_card_number (line 10) | [Fact] method cn_get_last_for_credit_card_digits (line 17) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue115.cs class Issue115 (line 9) | public class Issue115 : SeededTest method Issue115 (line 13) | public Issue115(ITestOutputHelper console) class Customer (line 18) | public class Customer method should_throw_with_nested_expression (line 25) | [Fact] method calling_finish_with_twice_is_okay (line 35) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue121.cs class Issue121 (line 8) | public class Issue121 : SeededTest method Issue121 (line 12) | public Issue121(ITestOutputHelper console) class TestObject (line 16) | public class TestObject method Test (line 22) | [Fact(Skip = "Their example")] method github_issue121_workaround (line 42) | [Fact] method last_call_ignoring_a_prop_should_be_ignored (line 67) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue124.cs class Issue124 (line 11) | public class Issue124 : SeededTest method Issue124 (line 15) | public Issue124(ITestOutputHelper console) method test_nullable (line 20) | [Fact] method test_nullable_struct (line 35) | [Fact] method test_null_reference_type (line 52) | [Fact] method test_null_reference_type_between_fakers (line 69) | [Fact] method test_deterministic_or_null (line 93) | [Fact] method nullable_int_and_nullable_reference_type (line 123) | [Fact] class Foo (line 162) | public class Foo class Bar (line 168) | public class Bar class Qux (line 174) | public class Qux class Person (line 183) | public class Person class ObjectExtensions (line 189) | public static class ObjectExtensions method NullableUuid (line 191) | public static Guid? NullableUuid(this Randomizer r) FILE: Source/Bogus.Tests/GitHubIssues/Issue126.cs class Issue126 (line 10) | public class Issue126 : SeededTest method Issue126 (line 14) | public Issue126(ITestOutputHelper console) class CustomFaker (line 19) | public class CustomFaker : Faker where T : class method Generate (line 21) | public List Generate(int min, int max, string ruleSets = null) method can_generate_random_amount_by_derived_faker (line 28) | [Fact] method can_generate_random_amount_with_extension_methods (line 42) | [Fact] method can_generate_random_amount_with_builtin_generate_between_extension_method (line 55) | [Fact] class ExtensionsForFakerT (line 69) | public static class ExtensionsForFakerT method Generate (line 71) | public static List Generate(this Faker faker, int min, int ma... FILE: Source/Bogus.Tests/GitHubIssues/Issue13.cs class Issue13 (line 7) | public class Issue13 : SeededTest class ReadOnly (line 9) | public class ReadOnly method issue_13_readonly_property (line 16) | [Fact] method issue_13_with_model (line 27) | [Fact] class TestObject (line 58) | public class TestObject FILE: Source/Bogus.Tests/GitHubIssues/Issue132.cs class Issue132 (line 10) | public class Issue132 : SeededTest method should_throw_exception_on_invalid_locale_dataset (line 12) | [Fact] method should_throw_exception_on_invalid_locale_with_faker_t (line 19) | [Fact] method should_throw_exception_on_invalid_locate_with_faker (line 27) | [Fact] method ensure_the_project_url_exists (line 35) | [Fact] method fr_locale (line 51) | [Fact] method nb_NO_locale (line 64) | [Fact] method id_ID_locale (line 89) | [Fact] method ne_locale (line 101) | [Fact] method ge_locale (line 113) | [Fact] method ind_locale (line 125) | [Fact] method cz_locale (line 133) | [Fact] method en_US_locale (line 145) | [Fact] method de_locale (line 153) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue134.cs class Issue134 (line 9) | public class Issue134 : SeededTest method can_make_rules_from_string (line 11) | [Fact] class Foo (line 31) | public class Foo class HandlebarFaker (line 38) | public class HandlebarFaker : Faker where T : class method LoadRulesFromString (line 40) | public HandlebarFaker LoadRulesFromString(string rules) FILE: Source/Bogus.Tests/GitHubIssues/Issue143.cs class Issue143 (line 8) | public class Issue143 : SeededTest method Issue143 (line 12) | public Issue143(ITestOutputHelper console) method RunAnotherPrecedingFaker (line 17) | private void RunAnotherPrecedingFaker() method IndexGlobal_should_be_incremented_when_CustomInstantiator_is_only_used (line 28) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue152.cs class Issue152 (line 6) | public class Issue152 : SeededTest method make_unique_email_easier_to_generate (line 8) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue168.cs class Issue168 (line 6) | public class Issue168 : SeededTest method make_sure_person_card_has_a_state (line 8) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue169.cs class Issue169 (line 6) | public class Issue169 : SeededTest method date_weekday_should_generate_a_weekday (line 8) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue178.cs class Issue178 (line 8) | public class Issue178 : SeededTest method weighted_null_check (line 10) | [Fact] method weighted_default_check (line 27) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue179.cs class Issue179 (line 8) | public class Issue179 : SeededTest method Issue179 (line 12) | public Issue179(ITestOutputHelper console) method should_be_able_to_set_non_public_members_of_T (line 17) | [Fact] method can_set_members_on_internal_class (line 37) | [Fact] class Buz (line 57) | public class Buz class Box (line 66) | internal class Box FILE: Source/Bogus.Tests/GitHubIssues/Issue192.cs class Issue192 (line 6) | public class Issue192 : SeededTest method no_company_suffix_should_not_throw (line 9) | [Fact] method company_name_should_work_in_az (line 17) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue193.cs class Issue193 (line 7) | public class Issue193 : SeededTest method tr_locale_should_have_real_state_name (line 9) | [Fact] method can_extend_address_with_my_own_iso3166tr (line 17) | [Fact] class ExtensionsForTrLocale (line 28) | public static class ExtensionsForTrLocale method StateIso3166 (line 115) | public static (string Code, string Name) StateIso3166(this Address add... FILE: Source/Bogus.Tests/GitHubIssues/Issue218.cs class Issue218 (line 8) | public class Issue218 : SeededTest method global_strict_mode_should_throw_on_incomplete_rules (line 10) | [Fact] method local_struct_mode_faker_t_scope_should_throw_on_incomplete_rules (line 25) | [Fact] method local_strict_mode_should_take_precedence_always (line 40) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue225.cs class Issue225 (line 8) | public class Issue225 : SeededTest method can_generate_sane_email_addresses_in_different_locales (line 10) | [Fact] method can_generate_sane_email_address_from_ru (line 18) | [Fact] method can_generate_email_without_transliteration (line 25) | [Fact] method simple_translation (line 32) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue23.cs class Issue23 (line 6) | public class Issue23 : SeededTest class TestClass (line 8) | public class TestClass method issue_23_should_be_able_to_generate_random_word_without_exception (line 13) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue232.cs class Issue232 (line 10) | public class Issue232 : SeededTest method Issue232 (line 14) | public Issue232(ITestOutputHelper console) method default_value_checks (line 19) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue249.cs class Issue249 (line 7) | public class Issue249 : SeededTest class UrlModel (line 9) | public class UrlModel method should_have_valid_url_for_pt_BR (line 17) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue253.cs class Issue253 (line 8) | public class Issue253 : SeededTest method can_use_advanced_namespace_rulefor_string (line 10) | [Fact] method rulefor_a_field_that_doesnt_exist_throws (line 25) | [Fact] method ignoring_a_field_that_doesnt_exist_throws (line 40) | [Fact] method should_be_able_to_use_rulefor_with_typeT (line 60) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue255.cs class Issue255 (line 7) | public class Issue255 : SeededTest type IParent (line 9) | private interface IParent type IChild (line 14) | private interface IChild : IParent class ChildWithExplicitInterface (line 19) | private class ChildWithExplicitInterface : IChild method explicit_interface_properties_in_parent_interfaces (line 25) | [Fact] method explicit_interface_properties_in_child_interfaces (line 36) | [Fact] method explicit_interface_properties_in_child_interfaces_should_throw_when_strictmode_true (line 47) | [Fact] method explicit_interface_properties_in_child_interfaces_should_throw_when_strictmode_true2 (line 59) | [Fact] class ChildWithNormalInterface (line 71) | public class ChildWithNormalInterface : IChild method regular_interface_properties_in_parent (line 77) | [Fact] type IParent2 (line 91) | private interface IParent2 class ChildWithMixedInterface (line 96) | public class ChildWithMixedInterface : IChild, IParent2 method strictmode_only_sees_ichild (line 103) | [Fact] method strictmode_only_sees_iparent2 (line 117) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue260.cs class Issue260 (line 7) | public class Issue260 : SeededTest method Issue260 (line 11) | public Issue260(ITestOutputHelper console) method fast_algo3_test (line 16) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue271.cs class Issue271 (line 7) | public class Issue271 : SeededTest method brazil_cpf_format_parameter_should_respect_person_context (line 9) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue279.cs class Issue279 (line 16) | public class Issue279 : SeededTest class Bar (line 18) | public class Bar method last_rule_defined_for_a_property_wins (line 25) | [Fact] method modifying_rules_from_initial_order_can_affect_other_initial_rules_too (line 74) | [Fact] method redefine_ordering_other_than_initial_order_of_faker_t_rules_throws_by_default (line 100) | [Fact] method allow_redefine_ordering_of_faker_t_rules_using_derived_faker_t (line 128) | [Fact] method ReverseString (line 157) | private string ReverseString(string value) class ReorderFaker (line 162) | public class ReorderFaker : Faker where T : class method Reorder (line 169) | public ReorderFaker Reorder() method AddRule (line 178) | protected override Faker AddRule(string propertyOrField, Func LoadRulesInNewOrder() class ExtensionsForMultiDictionary (line 274) | public static class ExtensionsForMultiDictionary method Clone (line 276) | public static MultiDictionary Clone(this MultiDictio... FILE: Source/Bogus.Tests/GitHubIssues/Issue280.cs class Issue280 (line 9) | public class Issue280 : SeededTest class Foo (line 11) | public class Foo method automatic_type_conversion_fails_by_default (line 18) | [Fact] method custom_faker_with_automatic_conversion_does_not_throw (line 31) | [Fact] class MagicFaker (line 46) | public class MagicFaker : Faker where T : class method AddRule (line 48) | protected override Faker AddRule(string propertyOrField, Func RuleForList(this Faker fakerT, Express... FILE: Source/Bogus.Tests/GitHubIssues/Issue313.cs class Issue313 (line 7) | public class Issue313 : SeededTest method can_create_custom_credit_card_number_PAN (line 9) | [Fact] method Visa16Digit (line 19) | public static string Visa16Digit(Faker f) FILE: Source/Bogus.Tests/GitHubIssues/Issue318.cs class Issue318 (line 7) | public class Issue318 : SeededTest method can_get_country_of_uk (line 9) | [Fact] method can_get_country_of_uk_without_locale_specified (line 17) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue319.cs class Issue319 (line 8) | public class Issue319 : SeededTest method can_generate_decimal_edge_case (line 10) | [Fact] method decimal2_should_throw_on_edge_case (line 25) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue321.cs class Issue321 (line 8) | public class Issue321 : SeededTest method Issue321 (line 12) | public Issue321(ITestOutputHelper console) method reuse_data_from_custom_instantiator (line 17) | [Fact] method CreateAppUser (line 53) | private AppUser CreateAppUser(string email) class AppUser (line 58) | public class AppUser method AppUser (line 60) | public AppUser(string email) class Union (line 71) | public class Union method Union (line 73) | public Union(string description) class Member (line 84) | public class Member method Member (line 98) | public Member( FILE: Source/Bogus.Tests/GitHubIssues/Issue328.cs class Issue328 (line 8) | public class Issue328 : SeededTest method can_use_pt_br_locale_address_city_without_exception_thrown (line 10) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue342.cs class Issue342 (line 8) | public class Issue342 : SeededTest method more_realistic_pt_BR_city_name (line 10) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue355.cs class Issue355 (line 7) | public class Issue355 : SeededTest method pt_BR_has_gendered_names (line 9) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue389.cs class Issue389 (line 6) | public class Issue389 method property_with_private_setter_in_base_class_is_assigned (line 8) | [Fact] class FooBase (line 20) | public class FooBase class Foo (line 25) | public class Foo : FooBase class Zoo (line 30) | public class Zoo : Foo method property_with_private_setter_inheritance_chain_is_assigned (line 35) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue411.cs class Issue411 (line 8) | public class Issue411 method randomizer_uses_custom_PRNG (line 10) | [Fact] class CustomRandom (line 24) | private class CustomRandom : Random method Next (line 29) | public override int Next() method Next (line 39) | public override int Next(int minValue, int maxValue) => Next() % (ma... method NextBytes (line 40) | public override void NextBytes(byte[] buffer) => throw new NotImplem... method NextDouble (line 41) | public override double NextDouble() => throw new NotImplementedExcep... class CustomRandomizer (line 44) | private class CustomRandomizer : Randomizer method CustomRandomizer (line 46) | public CustomRandomizer() FILE: Source/Bogus.Tests/GitHubIssues/Issue45.cs class Issue45 (line 8) | public class Issue45 : SeededTest class Issue45Object (line 10) | public class Issue45Object method issue_45_better_fluency (line 16) | [Fact] method with_int_argument (line 28) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue48.cs class Issue48 (line 8) | public class Issue48 : SeededTest method issue_48 (line 10) | [Fact] class User (line 37) | public class User class Client (line 45) | public class Client FILE: Source/Bogus.Tests/GitHubIssues/Issue49.cs class Issue49 (line 8) | public class Issue49 : SeededTest method issue_49_pr_51_pick_random_subset (line 10) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue538.cs class Issue538 (line 7) | public class Issue538 : SeededTest method can_generate_valid_costa_rican_iban (line 9) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue55.cs class Issue55 (line 9) | public class Issue55 : SeededTest class DerivedFaker (line 11) | public class DerivedFaker : Faker method DerivedFaker (line 13) | public DerivedFaker() method Generate (line 19) | public override List Generate(int count, string ruleSets = null) method issue_55_collection_finish_with_syntax (line 29) | [Fact] class Bar (line 37) | public class Bar method with_range_and_index_syntax (line 45) | [Fact] class ExtensionsForCollection (line 78) | public static class ExtensionsForCollection method Apply (line 80) | public static T Apply(this T item, Action applyAction) method Apply (line 86) | public static T[] Apply(this T[] array, Action applyAction) method Apply (line 94) | public static IEnumerable Apply(this IEnumerable sequence, Ac... FILE: Source/Bogus.Tests/GitHubIssues/Issue581.cs class Issue581 (line 11) | public class Issue581 : SeededTest method overflow_test (line 13) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue601.cs class Issue601 (line 11) | public class Issue601 : SeededTest method can_generate_custom_avatar_ipfs_url (line 13) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue61.cs class Issue61 (line 6) | public class Issue61 : SeededTest class HashIdExtension (line 8) | public static class HashIdExtension method can_have_custom_hashid_extension (line 13) | [Fact] class SomeUser (line 26) | public class SomeUser FILE: Source/Bogus.Tests/GitHubIssues/Issue70.cs class Issue70 (line 7) | public class Issue70 : SeededTest method should_be_able_to_create_derived_faker_with_class_hierarchy (line 9) | [Fact] method quick_test_for_derivedC (line 33) | [Fact] class BaseA (line 47) | class BaseA class DerivedA (line 52) | class DerivedA : BaseA class BaseB (line 58) | class BaseB class DerivedB (line 63) | class DerivedB : BaseB class ClassC (line 68) | class ClassC : BaseB FILE: Source/Bogus.Tests/GitHubIssues/Issue86.cs class Issue86 (line 8) | public class Issue86 : SeededTest method Issue86 (line 12) | public Issue86() method should_remove_diacritic_marks (line 17) | [Fact] method should_remove_diacritic_marks_in_email (line 23) | [Fact] method should_remove_diacritic_marks_in_username (line 29) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/Issue93.cs class Issue93 (line 8) | public class Issue93 : SeededTest method Issue93 (line 12) | public Issue93(ITestOutputHelper console) method should_be_able_to_use_list_of_objects_and_pick_random (line 17) | [Fact] class MyObj (line 32) | class MyObj FILE: Source/Bogus.Tests/GitHubIssues/Issue99.cs class Issue99 (line 8) | public class Issue99 : SeededTest method multi_threaded_locale_access_should_be_okay (line 10) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/PullRequest149.cs class PullRequest149 (line 7) | public class PullRequest149 : SeededTest method ensure_arabic_locale_exists (line 9) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/PullRequest180.cs class PullRequest180 (line 9) | public class PullRequest180 : SeededTest, IDisposable method PullRequest180 (line 13) | public PullRequest180() method lower_invarant_should_be_used_to_avoid_locale_issues_in_json_path (line 18) | [Fact] method Dispose (line 27) | public void Dispose() FILE: Source/Bogus.Tests/GitHubIssues/PullRequest194.cs class PullRequest194 (line 6) | public class PullRequest194 : SeededTest method can_generate_nl_locale_with_modifications (line 8) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/PullRequest197.cs class PullRequest197 (line 7) | public class PullRequest197 : SeededTest class Internet2 (line 9) | public class Internet2 : Internet method ensure_randomizer_propagates_to_dependent_datasets (line 14) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/PullRequest258.cs class PullRequest258 (line 7) | public class PullRequest258 : SeededTest method can_get_rooted_url_path_with_fileExt (line 9) | [Fact] method get_rooted_path_with_no_ext (line 17) | [Fact] method check_UrlWithPath_fileExt_parameter (line 25) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/PullRequest259.cs class PullRequest259 (line 8) | public class PullRequest259 : SeededTest class Drink (line 10) | class Drink class DrinkRuleSets (line 16) | public static class DrinkRuleSets method ensure_generate_forever_applies_ruleset (line 24) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/PullRequest261.cs class PullRequest261 (line 8) | public class PullRequest261 : SeededTest method PullRequest261 (line 12) | public PullRequest261(ITestOutputHelper console) method can_generate_ipv4_endpoint (line 17) | [Fact] method can_generate_ipv6_endpoint (line 25) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/PullRequest500.cs class PullRequest500 (line 8) | public class PullRequest500 : SeededTest class PersonTest (line 10) | public class PersonTest method can_set_and_use_datetimereference_on_Faker (line 16) | [Fact] method can_set_and_use_datetimereference_on_FakerT (line 31) | [Fact] method cloning_FakerT_still_uses_datetimereference_on_source_FakerT (line 48) | [Fact] method null_usedatetimereference_reverts_to_systemclock_FakerT (line 66) | [Fact] method null_datetimereference_should_use_systemclock_for_Faker (line 84) | [Fact] method FakerT_usedatetimereference_flows_to_Person (line 99) | [Fact] method using_Person_refDate_sets_dsdate_localsystemclock (line 117) | [Fact] method using_internal_Person_refDate_sets_dsdate_localsystemclock (line 127) | [Fact] FILE: Source/Bogus.Tests/GitHubIssues/PullRequest510.cs class PullRequest510 (line 11) | public class PullRequest510 : SeededTest method PullRequest510 (line 15) | public PullRequest510(ITestOutputHelper console) method can_generate_formatted_government_vat_number (line 20) | [Fact] method can_generate_unformatted_government_vat_number (line 30) | [Fact] method can_generate_formatted_health_vat_number (line 40) | [Fact] method can_generate_unformatted_health_vat_number (line 50) | [Fact] method can_generate_unformatted_standard_vat_number (line 60) | [Fact] method can_generate_formatted_standard_vat_number (line 70) | [Fact] method can_generate_unformatted_branchTrader_vat_number (line 80) | [Fact] method can_generate_formatted_branchTrader_vat_number (line 90) | [Fact] method Assert (line 100) | private void Assert(string ep, string regex) FILE: Source/Bogus.Tests/GitHubIssues/PullRequest513.cs class PullRequest513 (line 7) | public class PullRequest513 : SeededTest method sv_has_gendered_names (line 9) | [Fact] FILE: Source/Bogus.Tests/HandleBarTests.cs class HandleBarTests (line 7) | public class HandleBarTests : SeededTest method HandleBarTests (line 11) | public HandleBarTests(ITestOutputHelper console) method parse_test (line 16) | [Fact] FILE: Source/Bogus.Tests/HandlebarsTests/ArgumentsTest.cs class ArgumentsTest (line 8) | public class ArgumentsTest : SeededTest method ArgumentsTest (line 12) | public ArgumentsTest(ITestOutputHelper console) method can_parse_random_number_request_without_arguments (line 18) | [Fact] method can_parse_random_bool_request_without_arguments (line 26) | [Fact] method can_parse_random_number_parameterized_request (line 35) | [Fact] method can_parse_random_number_parameterized_request_overload (line 43) | [Fact] method cant_parse_random_number_parameterized_request_incorrect_overload (line 51) | [Fact] method cant_parse_random_number_parameterized_request_incorrect_type (line 58) | [Fact] method cant_parse_random_string_request_with_not_enough_arguments (line 65) | [Fact] method can_parse_random_string_request_with_enough_arguments (line 72) | [Fact] method can_parse_random_string_request_with_full_arguments (line 83) | [Fact] method can_parse_enum_argument (line 90) | [Fact] method can_parse_string_argument (line 97) | [Fact] method can_parse_bool_argument (line 104) | [Fact] method can_parse_datetime_with_arguments (line 111) | [Fact] method unmached_brace_should_throw (line 123) | [Fact] method can_parse_timespan_with_arguments (line 132) | [Fact] method can_parse_vehicle (line 143) | [Fact] method parse_vehicle_returns_expected_value (line 151) | [Fact] method can_parse_music (line 159) | [Fact] method parse_music_returns_expected_value (line 167) | [Fact] FILE: Source/Bogus.Tests/LocaleTests/PtLocale.cs class PtLocale (line 7) | public class PtLocale : SeededTest method address_test (line 9) | [Fact] method company_tests (line 20) | [Fact] method name_tests (line 29) | [Fact] method date_tests (line 38) | [Fact] FILE: Source/Bogus.Tests/LocaleTests/TrLocale.cs class TrLocale (line 8) | public class TrLocale : SeededTest method TrLocale (line 12) | public TrLocale(ITestOutputHelper console) method ensure_tr_locale_lorem_is_used (line 17) | [Fact] FILE: Source/Bogus.Tests/Models/Order.cs class Order (line 3) | public class Order FILE: Source/Bogus.Tests/PersonTest.cs class PersonTest (line 16) | public class PersonTest : SeededTest method PersonTest (line 20) | public PersonTest(ITestOutputHelper console) class User (line 25) | public class User method new_person_on_every_generate (line 32) | [Fact] method check_ssn_on_person (line 48) | [Fact] method pass_reference_date_to_person (line 55) | [Fact] method can_generate_valid_sin (line 65) | [Fact] method can_generate_cpf_for_brazil (line 89) | [Fact] method can_generate_cpf_for_brazil_without_formatting (line 113) | [Fact] method can_generate_numeric_cpf_for_brazil (line 137) | [Fact] method can_generate_henkilötunnus_for_finland (line 161) | [Fact] method check_emails (line 174) | [Fact] method person_has_full_name (line 196) | [Fact] method can_use_local_seed_for_person (line 203) | [Fact] method can_use_refdate_for_person (line 233) | [Fact] method can_use_local_seed_and_refdate_for_person (line 248) | [Fact] method Get (line 280) | IEnumerable Get(int times, Func a) FILE: Source/Bogus.Tests/README_Generator.cs class README_Generator (line 20) | public class README_Generator method README_Generator (line 24) | public README_Generator(ITestOutputHelper output) class Record (line 29) | public class Record method get_available_methods (line 36) | [Fact] method get_randomizer_methods (line 116) | [Fact] method get_all_locales (line 206) | [Fact] method get_extension_namespaces (line 252) | [Fact] method GetWorkingFolders (line 307) | private (string projectDir, string buildDir) GetWorkingFolders() class XmlExtensions (line 332) | public static class XmlExtensions method ExtractContent (line 342) | public static string ExtractContent(this XPathNavigator node) method GetConstRefName (line 349) | private static string GetConstRefName(Match match) method GetParamRefName (line 354) | private static string GetParamRefName(Match match) FILE: Source/Bogus.Tests/RandomizerTest.cs class RandomizerTest (line 11) | public class RandomizerTest : SeededTest method RandomizerTest (line 16) | public RandomizerTest(ITestOutputHelper console) type Foo (line 22) | public enum Foo method pick_an_enum (line 31) | [Fact] method exclude_an_enum (line 38) | [Fact] method exclude_all_throws_an_error (line 49) | [Fact] method can_replace_numbers_or_letters_using_asterisk (line 57) | [Fact] method can_get_random_word (line 64) | [Fact] method can_get_some_random_words (line 72) | [Fact] method can_shuffle_some_enumerable (line 80) | [Fact] method can_get_random_locale (line 87) | [Fact] method can_include_int_maxvalue_number (line 93) | [Fact] method can_handle_full_int_range (line 100) | [Fact] method detects_invalid_Even_range (line 106) | [Fact] method detects_empty_Even_range (line 118) | [Fact] method can_handle_extreme_Even_range (line 134) | [Fact] method detects_invalid_Odd_range (line 141) | [Fact] method detects_empty_Odd_range (line 153) | [Fact] method can_handle_extreme_Odd_range (line 169) | [Fact] method random_bool (line 176) | [Fact] method can_get_some_alpha_chars (line 182) | [Fact] method generate_double_with_min_and_max (line 188) | [Fact] method generate_decimal_with_min_and_max (line 194) | [Fact] method generate_float_with_min_and_max (line 200) | [Fact] method generate_byte (line 206) | [Fact] method generate_some_bytes (line 212) | [Fact] method generate__sbyte (line 219) | [Fact] method generate_uint32 (line 225) | [Fact] method generate_unit32_many (line 231) | [Fact] method generate_int32 (line 240) | [Fact] method generate_int32_many (line 246) | [Fact] method generate_uint64 (line 257) | [Fact] method generate_uint64_many (line 263) | [Fact] method generate_int64 (line 272) | [Fact] method generate_int64_many (line 278) | [Fact] method generate_int16 (line 288) | [Fact] method generate_int16_many (line 294) | [Fact] method generate_uint16 (line 303) | [Fact] method generate_char (line 309) | [Fact] method generate_some_chars (line 315) | [Fact] method generate_string_range_check (line 331) | [Fact] method generate_string_byte_check (line 341) | [Fact] method generate_string_AZ (line 365) | [Fact] method generate_string2_pool (line 372) | [Fact] method generate_string2_pool_custom (line 378) | [Fact] method generate_string2_pool_min_max (line 384) | [Fact] method generate_hash (line 397) | [Fact] method generate_small_hash (line 403) | [Fact] method random_word_tests (line 409) | [Fact] method can_pick_random_item_from_ICollection (line 419) | [Fact] method throw_an_exception_when_picking_nothing_from_collection (line 427) | [Fact] method can_pick_random_item_from_ilist (line 435) | [Fact] method can_pick_random_item_from_list (line 443) | [Fact] method can_generate_hexdec_string (line 451) | [Fact] method can_get_random_subset_of_an_array (line 459) | [Fact] method can_get_random_subset_of_a_list (line 468) | [Fact] method can_get_a_weighted_true_value (line 477) | [Fact] method ExactLenUtf16 (line 487) | public static IEnumerable ExactLenUtf16(int maxTest) method VarLenUtf16 (line 493) | public static IEnumerable VarLenUtf16(int maxTest) method can_generate_valid_utf16_string_with_surrogates (line 499) | [Theory] method can_generate_valid_utf16_without_surrogates (line 525) | [Theory] method static_utf16_tests (line 540) | [Fact] method empty_collection_throws_better_exception_message_rather_than_index_out_of_bounds (line 547) | [Fact] FILE: Source/Bogus.Tests/Rant_Generator.cs class Rant_Generator (line 13) | public class Rant_Generator method Rant_Generator (line 21) | public Rant_Generator() method generate_product_reviews (line 33) | [Fact(Skip = "Explicit")] method Inject (line 75) | private void Inject(string locale, string category, string section, Li... FILE: Source/Bogus.Tests/RuleSetTests.cs class RuleSetTests (line 8) | public class RuleSetTests : SeededTest method RuleSetTests (line 10) | public RuleSetTests() class Customer (line 15) | public class Customer method should_be_able_to_create_a_rule_set (line 22) | [Fact] method should_be_able_to_run_two_rules_with_last_one_taking_precedence (line 47) | [Fact] method should_be_able_to_run_default_ruleset (line 72) | [Fact] method should_throw_error_when_strict_mode_is_set (line 97) | [Fact] method should_be_able_to_override_existing_rules (line 122) | [Fact] method should_be_able_to_use_rules_with_ruleset (line 138) | [Fact] method can_create_a_fake_object_with_no_props_or_rules (line 159) | [Fact] FILE: Source/Bogus.Tests/SchemaTests/LocaleSchemaTests.cs class ModuleInit (line 18) | public static class ModuleInit method Init (line 20) | [ModuleInitializer] class LocaleSchemaTests (line 28) | [UsesVerify] method ensure_wellknown_locale_schema (line 33) | [Theory] method GetLocaleCodes (line 52) | public static IEnumerable GetLocaleCodes() class InterceptedContractResolver (line 63) | public class InterceptedContractResolver : IContractResolver method InterceptedContractResolver (line 67) | public InterceptedContractResolver(IContractResolver defaultResolver) method GetNameTable (line 72) | public JsonNameTable GetNameTable() method ResolveContract (line 77) | public JsonContract ResolveContract(Type type) FILE: Source/Bogus.Tests/SeededTest.cs class SeededTest (line 14) | [Collection("Seeded Test")] method SeededTest (line 17) | public SeededTest() method ResetGlobalSeed (line 23) | protected static void ResetGlobalSeed() method Make (line 28) | protected IEnumerable Make(int times, Func a) FILE: Source/Bogus.Tests/StackOverflowQuestions/Question60136934.cs class Question60136934 (line 9) | public class Question60136934 : SeededTest type Foo (line 13) | enum Foo method Question60136934 (line 21) | public Question60136934() method pick_subset_of_enum_values_except_c_and_d (line 26) | [Fact] method pick_subset_of_enum_values_except_c (line 36) | [Fact] method pick_any_two_random_enums (line 45) | [Fact] method pick_invalid_number_of_enums (line 54) | [Theory] FILE: Source/Bogus.Tests/StackOverflowQuestions/Question66444118.cs class Question66444118 (line 12) | public class Question66444118 : SeededTest method can_reflect_private_backing_fields_in_fakerT (line 14) | [Fact] class BackingFieldBinder (line 26) | public class BackingFieldBinder : IBinder method GetMembers (line 28) | public Dictionary GetMembers(Type t) class Foo (line 48) | public class Foo method Foo (line 50) | public Foo(string name) class MyExtensionsForFakerT (line 58) | public static class MyExtensionsForFakerT method SkipConstructor (line 60) | public static Faker SkipConstructor(this Faker fakerOfT) wher... FILE: Source/Bogus.Tests/StrictModeTests.cs class StrictModeTests (line 7) | public class StrictModeTests : SeededTest method should_throw_exception_on_incomplete_rules (line 9) | [Fact] method should_not_throw_exception_on_complete_rule_set (line 20) | [Fact] method cannot_use_rules_with_strictmode (line 34) | [Fact] method cannot_use_rules_with_strictmode_inside_rulesets (line 62) | [Fact] method strictmode_with_no_rules_should_throw (line 98) | [Fact] FILE: Source/Bogus.Tests/TransliterateTests.cs class TransliterateTests (line 7) | public class TransliterateTests method Test (line 9) | [Fact] method index_test (line 17) | [Fact] method simple_test (line 23) | [Fact] method basic_ru_test (line 29) | [Fact] method index2_test (line 35) | [Fact] method transliterate_with_unknown_langauge_doesnt_throw (line 41) | [Fact] method can_translate_symbol (line 48) | [Fact] method can_translate_symbol_with_locale (line 54) | [Fact] method can_translate_with_langchar_map (line 60) | [Fact] FILE: Source/Bogus.Tests/UniquenessTests.cs class UniquenessTests (line 9) | public class UniquenessTests : SeededTest class User (line 11) | public class User method UniquenessTests (line 19) | public UniquenessTests() method every_new_generation_should_have_a_new_unique_index (line 24) | [Fact] class Video (line 52) | public class Video method should_be_able_to_create_some_hash_ids (line 59) | [Fact] method should_be_able_to_drive_manual_index (line 76) | [Fact] method should_be_able_to_drive_internal_index (line 91) | [Fact] method issue_57_unique_index_not_really_unique_in_parent_child_generation (line 104) | [Fact] method issue_57_reordering_rules_shouldnt_matter (line 124) | [Fact] class Issue57Parent (line 144) | public class Issue57Parent class Issue57Child (line 150) | public class Issue57Child method should_be_able_to_control_index_variable (line 155) | [Fact] FILE: Source/Bogus.Tests/ValidationDeltaTests.cs class ValidationDeltaTests (line 6) | public class ValidationDeltaTests : SeededTest method should_be_valid_and_not_throw_exception_on_complete_rules_with_ignore (line 8) | [Fact] method should_not_be_valid_and_throw_exception_on_incomplete_rules (line 22) | [Fact] method should_throw_exception_on_incomplete_rules (line 33) | [Fact] method should_be_valid_and_no_exceptions_on_complete_rules (line 42) | [Fact] method should_be_valid_no_exceptions_on_incomplete_rules_when_strict_false (line 57) | [Fact] FILE: Source/Bogus/Binder.cs type IBinder (line 14) | public interface IBinder method GetMembers (line 24) | Dictionary GetMembers(Type t); class Binder (line 31) | public class Binder : IBinder method Binder (line 41) | public Binder() method Binder (line 48) | public Binder(BindingFlags bindingFlags) method GetMembers (line 62) | public virtual Dictionary GetMembers(Type t) method UseBaseTypeDeclaredPropertyInfo (line 109) | protected virtual MemberInfo UseBaseTypeDeclaredPropertyInfo(Type t, M... FILE: Source/Bogus/BogusException.cs class BogusException (line 8) | public class BogusException : Exception method BogusException (line 10) | public BogusException() method BogusException (line 14) | public BogusException(string message) : base(message) method BogusException (line 18) | public BogusException(string message, Exception innerException) : base... FILE: Source/Bogus/Bson/BArray.cs class BArray (line 8) | public class BArray : BValue, IEnumerable method BArray (line 12) | public BArray() : base(BValueType.Array) method Add (line 26) | public override void Add(BValue v) => items.Add(v); method IndexOf (line 28) | public int IndexOf(BValue item) => items.IndexOf(item); method Insert (line 30) | public void Insert(int index, BValue item) => items.Insert(index, item); method Remove (line 32) | public bool Remove(BValue v) => items.Remove(v); method RemoveAt (line 34) | public void RemoveAt(int index) => items.RemoveAt(index); method Clear (line 36) | public override void Clear() => items.Clear(); method Contains (line 38) | public virtual bool Contains(BValue v) => items.Contains(v); method GetEnumerator (line 40) | IEnumerator IEnumerable.GetEnumerator() FILE: Source/Bogus/Bson/BObject.cs class BObject (line 8) | public class BObject : BValue, IEnumerable method BObject (line 12) | public BObject() : base(BValueType.Object) method Clear (line 32) | public override void Clear() => map.Clear(); method Add (line 34) | public override void Add(string key, BValue value) => map.Add(key, val... method Contains (line 37) | public override bool Contains(BValue v) => map.ContainsValue(v); method ContainsKey (line 39) | public override bool ContainsKey(string key) => map.ContainsKey(key); method Remove (line 41) | public bool Remove(string key) => map.Remove(key); method TryGetValue (line 43) | public bool TryGetValue(string key, out BValue value) => map.TryGetVal... method GetEnumerator (line 45) | IEnumerator IEnumerable.GetEnumerator() FILE: Source/Bogus/Bson/BValue.cs class BValue (line 12) | public class BValue method Clear (line 159) | public virtual void Clear() { } method Add (line 160) | public virtual void Add(string key, BValue value) { } method Add (line 161) | public virtual void Add(BValue value) { } method Contains (line 162) | public virtual bool Contains(BValue v) { return false; } method ContainsKey (line 163) | public virtual bool ContainsKey(string key) { return false; } method BValue (line 189) | protected BValue(BValueType valueType) method BValue (line 194) | public BValue() method BValue (line 199) | public BValue(double v) method BValue (line 205) | public BValue(String v) method BValue (line 211) | public BValue(byte[] v) method BValue (line 217) | public BValue(bool v) method BValue (line 223) | public BValue(DateTime dt) method BValue (line 229) | public BValue(Int32 v) method BValue (line 235) | public BValue(Int64 v) FILE: Source/Bogus/Bson/BValueType.cs type BValueType (line 5) | public enum BValueType FILE: Source/Bogus/Bson/Bson.cs class Bson (line 9) | public class Bson method Load (line 14) | public static BObject Load(byte[] buf) method Bson (line 21) | private Bson(byte[] buf) method DecodeElement (line 27) | private BValue DecodeElement(out string name) method DecodeDocument (line 99) | private BObject DecodeDocument() method DecodeArray (line 116) | private BArray DecodeArray() method DecodeString (line 132) | private string DecodeString() method DecodeCString (line 140) | private string DecodeCString() method Bson (line 156) | private Bson() method Serialize (line 161) | public static byte[] Serialize(BObject obj) method EncodeElement (line 175) | private void EncodeElement(MemoryStream ms, string name, BValue v) method EncodeDocument (line 231) | private void EncodeDocument(MemoryStream ms, BObject obj) method EncodeArray (line 245) | private void EncodeArray(MemoryStream ms, BArray lst) method EncodeBinary (line 256) | private void EncodeBinary(MemoryStream ms, byte[] buf) method EncodeCString (line 264) | private void EncodeCString(MemoryStream ms, string v) method EncodeString (line 271) | private void EncodeString(MemoryStream ms, string v) method EncodeDouble (line 281) | private void EncodeDouble(MemoryStream ms, double v) method EncodeBool (line 287) | private void EncodeBool(MemoryStream ms, bool v) method EncodeInt32 (line 293) | private void EncodeInt32(MemoryStream ms, Int32 v) method EncodeInt64 (line 299) | private void EncodeInt64(MemoryStream ms, Int64 v) method EncodeUTCDateTime (line 305) | private void EncodeUTCDateTime(MemoryStream ms, DateTime dt) FILE: Source/Bogus/Chars.cs class Chars (line 8) | public static class Chars class SafeUnicodeRanges (line 50) | [EditorBrowsable(EditorBrowsableState.Never)] FILE: Source/Bogus/DataCategoryAttribute.cs class DataCategoryAttribute (line 12) | [AttributeUsage(AttributeTargets.Class)] method DataCategoryAttribute (line 23) | public DataCategoryAttribute(string name) FILE: Source/Bogus/DataSet.cs class DataSet (line 11) | public class DataSet : ILocaleAware, IHasRandomizer method DataSet (line 20) | public DataSet(string locale = "en") method GetNotifier (line 63) | SeedNotifier IHasRandomizer.GetNotifier() method ResolveCategory (line 73) | public static string ResolveCategory(Type type) method Get (line 84) | protected internal virtual BValue Get(string path) method Get (line 95) | protected internal virtual BValue Get(string category, string path) method HasKey (line 104) | protected internal virtual bool HasKey(string path, bool includeFallba... method GetArray (line 119) | protected internal virtual BArray GetArray(string path) method GetArray (line 124) | protected internal virtual BArray GetArray(string category, string path) method GetObject (line 134) | protected internal virtual BObject GetObject(string path) method GetRandomArrayItem (line 146) | protected internal virtual string GetRandomArrayItem(string path, int?... method GetRandomArrayItem (line 151) | protected internal virtual string GetRandomArrayItem(string category, ... method GetRandomBObject (line 167) | protected internal virtual BObject GetRandomBObject(string path) method GetFormattedValue (line 183) | protected internal virtual string GetFormattedValue(string path) method ParseTokens (line 199) | private string ParseTokens(string value) FILE: Source/Bogus/DataSets/Address.cs class Address (line 8) | public class Address : DataSet method Address (line 19) | public Address(string locale = "en") : base(locale) method ZipCode (line 32) | public string ZipCode(string format = null) method City (line 41) | public string City() method StreetAddress (line 52) | public string StreetAddress(bool useFullAddress = false) method CityPrefix (line 62) | public string CityPrefix() method CitySuffix (line 71) | public string CitySuffix() method StreetName (line 80) | public string StreetName() method BuildingNumber (line 89) | public string BuildingNumber() method StreetSuffix (line 98) | public string StreetSuffix() method SecondaryAddress (line 107) | public string SecondaryAddress() method County (line 116) | public string County() method Country (line 125) | public string Country() method FullAddress (line 134) | public string FullAddress() method CountryCode (line 148) | public string CountryCode(Iso3166Format format = Iso3166Format.Alpha2) method State (line 167) | public string State() method StateAbbr (line 176) | public string StateAbbr() method Latitude (line 187) | public double Latitude(double min = -90, double max = 90) method Longitude (line 198) | public double Longitude(double min = -180, double max = 180) method Direction (line 208) | public string Direction(bool useAbbreviation = false) method CardinalDirection (line 223) | public string CardinalDirection(bool useAbbreviation = false) method OrdinalDirection (line 238) | public string OrdinalDirection(bool useAbbreviation = false) type Iso3166Format (line 252) | public enum Iso3166Format FILE: Source/Bogus/DataSets/ColorFormat.cs type ColorFormat (line 6) | public enum ColorFormat FILE: Source/Bogus/DataSets/Commerce.cs class Commerce (line 9) | public class Commerce : DataSet method Commerce (line 15) | public Commerce(string locale = "en") : base(locale) method Department (line 25) | public string Department(int max = 3, bool returnMax = false) method Price (line 55) | public string Price(decimal min = 1, decimal max = 1000, int decimals ... method Categories (line 67) | public string[] Categories(int num) method ProductName (line 83) | public string ProductName() method Color (line 92) | public string Color() method Product (line 101) | public string Product() method ProductAdjective (line 110) | public string ProductAdjective() method ProductMaterial (line 119) | public string ProductMaterial() method ProductDescription (line 128) | public string ProductDescription() method Ean8 (line 142) | public string Ean8() method Ean13 (line 157) | public string Ean13() method Ean (line 163) | private string Ean(int length, int[] weights) FILE: Source/Bogus/DataSets/Company.cs class Company (line 9) | public class Company : DataSet method Company (line 20) | public Company(string locale = "en") : base(locale) method CompanySuffix (line 29) | public string CompanySuffix() method CompanyName (line 39) | public string CompanyName(int? formatIndex = null) method CompanyName (line 57) | public string CompanyName(string format) method CatchPhrase (line 67) | public string CatchPhrase() method Bs (line 76) | public string Bs() method Suffixes (line 82) | internal protected virtual string[] Suffixes() method CatchPhraseAdjective (line 87) | internal protected virtual string CatchPhraseAdjective() method CatchPhraseDescriptor (line 93) | internal protected virtual string CatchPhraseDescriptor() method CatchPhraseNoun (line 98) | internal protected virtual string CatchPhraseNoun() method BsAdjective (line 103) | internal protected virtual string BsAdjective() method BsBuzz (line 108) | internal protected virtual string BsBuzz() method BsNoun (line 113) | internal protected virtual string BsNoun() FILE: Source/Bogus/DataSets/Database.cs class Database (line 6) | public class Database : DataSet method Column (line 12) | public string Column() method Type (line 21) | public string Type() method Collation (line 30) | public string Collation() method Engine (line 39) | public string Engine() FILE: Source/Bogus/DataSets/Date.cs class Date (line 8) | public partial class Date : DataSet method Date (line 39) | public Date(string locale = "en") : base(locale) method GetTimeReference (line 47) | protected internal DateTime GetTimeReference() => LocalSystemClock?.In... method Past (line 54) | public DateTime Past(int yearsToGoBack = 1, DateTime? refDate = null) method PastOffset (line 72) | public DateTimeOffset PastOffset(int yearsToGoBack = 1, DateTimeOffset... method RandomTimeSpanFromTicks (line 88) | protected internal TimeSpan RandomTimeSpanFromTicks(long totalTimeSpan... method Soon (line 100) | public DateTime Soon(int days = 1, DateTime? refDate = null) method SoonOffset (line 111) | public DateTimeOffset SoonOffset(int days = 1, DateTimeOffset? refDate... method Future (line 122) | public DateTime Future(int yearsToGoForward = 1, DateTime? refDate = n... method FutureOffset (line 140) | public DateTimeOffset FutureOffset(int yearsToGoForward = 1, DateTimeO... method Between (line 158) | public DateTime Between(DateTime start, DateTime end) method BetweenOffset (line 175) | public DateTimeOffset BetweenOffset(DateTimeOffset start, DateTimeOffs... method Recent (line 192) | public DateTime Recent(int days = 1, DateTime? refDate = null) method RecentOffset (line 210) | public DateTimeOffset RecentOffset(int days = 1, DateTimeOffset? refDa... method Timespan (line 227) | public TimeSpan Timespan(TimeSpan? maxSpan = null) method Month (line 237) | public string Month(bool abbreviation = false, bool useContext = false) method Weekday (line 256) | public string Weekday(bool abbreviation = false, bool useContext = false) method TimeZoneString (line 275) | public string TimeZoneString() FILE: Source/Bogus/DataSets/Date.net60.cs class Date (line 8) | public partial class Date method BetweenDateOnly (line 16) | public DateOnly BetweenDateOnly(DateOnly start, DateOnly end) method PastDateOnly (line 32) | public DateOnly PastDateOnly(int yearsToGoBack = 1, DateOnly? refDate ... method SoonDateOnly (line 45) | public DateOnly SoonDateOnly(int days = 1, DateOnly? refDate = null) method FutureDateOnly (line 58) | public DateOnly FutureDateOnly(int yearsToGoForward = 1, DateOnly? ref... method RecentDateOnly (line 71) | public DateOnly RecentDateOnly(int days = 1, DateOnly? refDate = null) method BetweenTimeOnly (line 84) | public TimeOnly BetweenTimeOnly(TimeOnly start, TimeOnly end) method SoonTimeOnly (line 99) | public TimeOnly SoonTimeOnly(int mins = 60, TimeOnly? refTime = null) method RecentTimeOnly (line 112) | public TimeOnly RecentTimeOnly(int mins = 60, TimeOnly? refTime = null) FILE: Source/Bogus/DataSets/Finance.cs class Currency (line 14) | public class Currency class CardType (line 37) | public class CardType method CardType (line 41) | private CardType(string value) class Finance (line 112) | public class Finance : DataSet method Account (line 118) | public string Account(int length = 8) method AccountName (line 127) | public string AccountName() method Amount (line 139) | public decimal Amount(decimal min = 0, decimal max = 1000, int decimal... method TransactionType (line 150) | public string TransactionType() method Currency (line 158) | public Currency Currency(bool includeFundCodes = false) method CreditCardNumber (line 194) | public string CreditCardNumber(CardType provider = null) method CreditCardCvv (line 280) | public string CreditCardCvv() method BitcoinAddress (line 295) | public string BitcoinAddress() method EthereumAddress (line 309) | public string EthereumAddress() method LitecoinAddress (line 317) | public string LitecoinAddress() method RoutingNumber (line 337) | public string RoutingNumber() method Bic (line 359) | public string Bic() method Iban (line 375) | public string Iban(bool formatted = false, string countryCode = null) method Iban (line 407) | protected string Iban(IBanFormat ibanFormat, bool formatted) method IbanMod97 (line 471) | protected int IbanMod97(string digitStr) method IbanToDigitString (line 481) | protected string IbanToDigitString(string str) class IBanFormat (line 486) | protected class IBanFormat class BbanItem (line 488) | public class BbanItem method GetIbanFormat (line 500) | protected IBanFormat GetIbanFormat(BObject obj) method GetBbanItems (line 513) | protected IBanFormat.BbanItem[] GetBbanItems(BObject obj) FILE: Source/Bogus/DataSets/Hacker.cs class Hacker (line 6) | public class Hacker : DataSet method Hacker (line 12) | public Hacker(string locale = "en") : base(locale) method Abbreviation (line 20) | public string Abbreviation() method Adjective (line 29) | public string Adjective() method Noun (line 38) | public string Noun() method Verb (line 47) | public string Verb() method IngVerb (line 56) | public string IngVerb() method Phrase (line 65) | public string Phrase() FILE: Source/Bogus/DataSets/Images.PlaceImg.cs type PlaceImgFilter (line 3) | public enum PlaceImgFilter class PlaceImgCategory (line 9) | public static class PlaceImgCategory FILE: Source/Bogus/DataSets/Images.cs class Images (line 9) | [DataCategory("image")] method Images (line 15) | public Images(string locale = "en") : base(locale) method DataUri (line 25) | public string DataUri(int width, int height, string htmlColor = "grey") method PlaceImgUrl (line 42) | public string PlaceImgUrl( method PicsumUrl (line 78) | public string PicsumUrl(int width = 640, int height = 480, bool graysc... method PlaceholderUrl (line 111) | public string PlaceholderUrl(int width, int height, string text = null... method LoremFlickrUrl (line 150) | public string LoremFlickrUrl( FILE: Source/Bogus/DataSets/Internet.cs class Internet (line 14) | public class Internet : DataSet method Internet (line 25) | public Internet(string locale = "en") : base(locale) method Avatar (line 39) | public string Avatar(string ipfsGatewayRootUrl = "https://ipfs.io") method Email (line 59) | public string Email(string firstName = null, string lastName = null, s... method ExampleEmail (line 72) | public string ExampleEmail(string firstName = null, string lastName = ... method UserName (line 84) | public string UserName(string firstName = null, string lastName = null) method UserNameUnicode (line 100) | public string UserNameUnicode(string firstName = null, string lastName... method DomainName (line 130) | public string DomainName() method DomainWord (line 139) | public string DomainWord() method DomainSuffix (line 150) | public string DomainSuffix() method Ip (line 159) | public string Ip() method Port (line 168) | public int Port() method IpAddress (line 176) | public IPAddress IpAddress() method IpEndPoint (line 188) | public IPEndPoint IpEndPoint() method Ipv6 (line 199) | public string Ipv6() method Ipv6Address (line 210) | public IPAddress Ipv6Address() method Ipv6EndPoint (line 220) | public IPEndPoint Ipv6EndPoint() method UserAgent (line 233) | public string UserAgent() method Mac (line 243) | public string Mac(string separator = ":") method Password (line 259) | public string Password(int length = 10, bool memorable = false, string... method Color (line 306) | public string Color(byte baseRed = 0, byte baseGreen = 0, byte baseBlu... method Protocol (line 344) | public string Protocol() method Url (line 355) | public string Url() method UrlWithPath (line 367) | public string UrlWithPath(string protocol = null, string domain = null... method UrlRootedPath (line 378) | public string UrlRootedPath(string fileExt = null) method Url (line 389) | private string Url(string protocol, string domain) FILE: Source/Bogus/DataSets/Lorem.cs class Lorem (line 9) | public class Lorem : DataSet method Lorem (line 16) | public Lorem(string locale = "en") : base(locale) method Word (line 23) | public string Word() method Words (line 32) | public string[] Words(int num = 3) method Letter (line 41) | public string Letter(int num = 1) method Sentence (line 56) | public string Sentence(int? wordCount = null, int? range = 0) method Sentences (line 73) | public string Sentences(int? sentenceCount = null, string separator = ... method Paragraph (line 88) | public string Paragraph(int min = 3) method Paragraphs (line 98) | public string Paragraphs(int count = 3, string separator = "\n\n") method Paragraphs (line 112) | public string Paragraphs(int min, int max, string separator = "\n\n") method Text (line 121) | public string Text() method Lines (line 134) | public string Lines(int? lineCount = null, string separator = "\n") method Slug (line 145) | public string Slug(int wordcount = 3) FILE: Source/Bogus/DataSets/Music.cs class Music (line 3) | public class Music : DataSet method Genre (line 8) | public string Genre() FILE: Source/Bogus/DataSets/Name.cs class Name (line 6) | public class Name : DataSet type Gender (line 8) | public enum Gender method Name (line 22) | public Name(string locale = "en") : base(locale) method FirstName (line 39) | public string FirstName(Gender? gender = null) method LastName (line 58) | public string LastName(Gender? gender = null) method FullName (line 78) | public string FullName(Gender? gender = null) method Prefix (line 95) | public string Prefix(Gender? gender = null) method Suffix (line 112) | public string Suffix() method FindName (line 124) | public string FindName(string firstName = "", string lastName = "", bo... method JobTitle (line 147) | public string JobTitle() method JobDescriptor (line 159) | public string JobDescriptor() method JobArea (line 167) | public string JobArea() method JobType (line 175) | public string JobType() FILE: Source/Bogus/DataSets/PhoneNumbers.cs class PhoneNumbers (line 8) | [DataCategory("phone_number")] method PhoneNumbers (line 15) | public PhoneNumbers(string locale = "en") : base(locale) method PhoneNumber (line 27) | public string PhoneNumber(string format = null) method PhoneNumberFormat (line 42) | public string PhoneNumberFormat(int phoneFormatsArrayIndex = 0) method PhoneFormat (line 54) | protected virtual string PhoneFormat() method ReplaceExclamChar (line 63) | protected virtual string ReplaceExclamChar(string s) FILE: Source/Bogus/DataSets/Rant.cs class Rant (line 8) | public class Rant : DataSet method Review (line 15) | public string Review(string product = "product") method Reviews (line 27) | public string[] Reviews(string product = "product", int lines = 2) FILE: Source/Bogus/DataSets/System.cs class System (line 12) | public class System : DataSet method System (line 18) | public System(string locale = "en") : base(locale) method FileName (line 83) | public string FileName(string ext = null) method DirectoryPath (line 101) | public string DirectoryPath() method FilePath (line 112) | public string FilePath() method CommonFileName (line 127) | public string CommonFileName(string ext = null) method MimeType (line 146) | public string MimeType() method CommonFileType (line 158) | public string CommonFileType() method CommonFileExt (line 170) | public string CommonFileExt() method FileType (line 182) | public string FileType() method FileExt (line 194) | public string FileExt(string mimeType = null) method Semver (line 212) | public string Semver() method Version (line 223) | public Version Version() method Exception (line 235) | public Exception Exception() method AndroidId (line 373) | public string AndroidId() method ApplePushToken (line 387) | public string ApplePushToken() method BlackBerryPin (line 398) | public string BlackBerryPin() FILE: Source/Bogus/DataSets/Vehicle.cs class Vehicle (line 8) | public class Vehicle : DataSet method Vin (line 17) | public string Vin(bool strict = false) method Manufacturer (line 40) | public string Manufacturer() method Model (line 48) | public string Model() method Type (line 56) | public string Type() method Fuel (line 64) | public string Fuel() FILE: Source/Bogus/Database.cs class Database (line 13) | public static class Database method GetAllLocales (line 23) | public static string[] GetAllLocales() method LocaleResourceExists (line 41) | public static bool LocaleResourceExists(string locale) method GetLocaleResourceName (line 55) | private static string GetLocaleResourceName(string locale) method Initialize (line 63) | private static ConcurrentDictionary Initialize() method DeserializeLocale (line 71) | internal static BObject DeserializeLocale(string locale) method GetLocale (line 83) | public static BObject GetLocale(string locale) method ResetLocale (line 92) | public static void ResetLocale(string locale) method HasKey (line 100) | public static bool HasKey(string category, string path, string locale,... method Get (line 121) | public static BValue Get(string category, string path, string locale =... method Select (line 138) | private static BValue Select(string category, string path, BValue loca... FILE: Source/Bogus/Distributions/Gaussian/ExtensionsForRandomizer.cs class ExtensionsForRandomizer (line 6) | public static class ExtensionsForRandomizer method InverseNCD (line 33) | private static double InverseNCD(double probability) method GaussianDouble (line 77) | public static double GaussianDouble(this Randomizer rnd, double mean, ... method GaussianInt (line 95) | public static int GaussianInt(this Randomizer rnd, double mean, double... method GaussianFloat (line 112) | public static float GaussianFloat(this Randomizer rnd, double mean, do... method GaussianDecimal (line 129) | public static decimal GaussianDecimal(this Randomizer rnd, double mean... FILE: Source/Bogus/Extensions/Belgium/ExtensionsForBelgium.cs class ExtensionsForBelgium (line 8) | public static class ExtensionsForBelgium method NationalNumber (line 16) | public static string NationalNumber(this Person p, bool includeFormatS... method CalculateCheckNumber (line 46) | internal static string CalculateCheckNumber(string baseNumber, DateTim... method FormatNationalNumber (line 57) | private static string FormatNationalNumber(string nationalNumber) FILE: Source/Bogus/Extensions/Brazil/ExtensionsForBrazil.cs class ExtensionsForBrazil (line 9) | public static class ExtensionsForBrazil method Cpf (line 18) | public static string Cpf(this Person p, bool includeFormatSymbols = true) method FormatCpf (line 62) | public static string FormatCpf(int[] digits, bool includeFormatSymbols) method Cnpj (line 79) | public static string Cnpj(this Company c, bool includeFormatSymbols = ... FILE: Source/Bogus/Extensions/Canada/ExtensionsForCanada.cs class ExtensionsForCanada (line 8) | public static class ExtensionsForCanada method Sin (line 15) | public static string Sin(this Person p) FILE: Source/Bogus/Extensions/Denmark/ExtensionsForDenmark.cs class ExtensionsForDenmark (line 9) | public static class ExtensionsForDenmark method Cpr (line 18) | public static string Cpr(this Person p, bool validChecksum = true, boo... method GenerateIndividualFourDigitNumber (line 80) | private static string GenerateIndividualFourDigitNumber(Randomizer r, ... method GenerateIndividualThreeDigitNumber (line 116) | private static string GenerateIndividualThreeDigitNumber(Randomizer r,... method GenerateChecksum (line 152) | private static bool GenerateChecksum(string birthDate, DataSets.Name.G... FILE: Source/Bogus/Extensions/ExtensionsForCultureInfo.cs class ExtensionsForCultureInfo (line 9) | public static class ExtensionsForCultureInfo method ToBogusLocale (line 25) | public static string ToBogusLocale(this CultureInfo ci) method Normalize (line 57) | private static string Normalize(CultureInfo ci) FILE: Source/Bogus/Extensions/ExtensionsForPropertyInfo.cs class ExtensionsForPropertyInfo (line 6) | public static class ExtensionsForPropertyInfo method CreateSetter (line 11) | public static Action CreateSetter(this PropertyInfo prop... method CreateSetterGeneric (line 22) | private static Action CreateSetterGeneric(MethodInfo ... FILE: Source/Bogus/Extensions/ExtensionsForRandomizer.cs class ExtensionsForRandomizer (line 3) | public static class ExtensionsForRandomizer method Decimal2 (line 10) | public static decimal Decimal2(this Randomizer r, decimal min = 0.0m, ... FILE: Source/Bogus/Extensions/ExtensionsForString.cs class ExtensionsForString (line 10) | public static class ExtensionsForString method ClampLength (line 18) | public static string ClampLength(this string str, int? min = null, int... method RemoveDiacritics (line 38) | public static string RemoveDiacritics(this string @this) method Transliterate (line 60) | public static string Transliterate(this string @this, string lang = "en") FILE: Source/Bogus/Extensions/Extras/CheckDigitExtension.cs class CheckDigitExtension (line 10) | public static class CheckDigitExtension method CheckDigit (line 19) | public static int CheckDigit(this IList digits) method AppendCheckDigit (line 31) | public static IList AppendCheckDigit(this IList digits) method HasValidCheckDigit (line 43) | public static bool HasValidCheckDigit(this IList digits) method ToDigitList (line 53) | private static IList ToDigitList(this string digits) method CheckDigit (line 63) | public static string CheckDigit(this string digits) method AppendCheckDigit (line 73) | public static string AppendCheckDigit(this string digits) method HasValidCheckDigit (line 83) | public static bool HasValidCheckDigit(this string digits) FILE: Source/Bogus/Extensions/Extras/FinanceExtensions.cs class FinanceExtensions (line 5) | public static class FinanceExtensions method CreditCardNumberObfuscated (line 11) | public static string CreditCardNumberObfuscated(this Finance f, string... method CreditCardNumberLastFourDigits (line 21) | public static string CreditCardNumberLastFourDigits(this Finance f) FILE: Source/Bogus/Extensions/Finland/ExtensionsForFinland.cs class ExtensionsForFinland (line 8) | public static class ExtensionsForFinland method Henkilotunnus (line 13) | public static string Henkilotunnus(this Person p) FILE: Source/Bogus/Extensions/Iran/ExtensionsForIran.cs class ExtensionsForIran (line 6) | public static class ExtensionsForIran method IranianNationalNumber (line 13) | public static string IranianNationalNumber(this Person p) FILE: Source/Bogus/Extensions/Italy/ExtensionsForItaly.CodiceFiscale.cs class CodiceFiscaleGenerator (line 14) | internal static class CodiceFiscaleGenerator method Generate (line 118) | public static string Generate( method ComputeChecksumCodiceFiscale (line 150) | private static char ComputeChecksumCodiceFiscale(string prefix, bool v... method GetFiscalCodeSqueezedName (line 178) | private static string GetFiscalCodeSqueezedName(string name, bool isFi... method IsVowel (line 249) | private static bool IsVowel(char c) FILE: Source/Bogus/Extensions/Italy/ExtensionsForItaly.cs class ExtensionsForItaly (line 9) | public static class ExtensionsForItaly method CodiceFiscale (line 19) | public static string CodiceFiscale(this Person p, bool validChecksum =... method CodiceFiscale (line 41) | public static string CodiceFiscale( FILE: Source/Bogus/Extensions/Norway/ExtensionsForNorway.cs class ExtensionsForNorway (line 8) | public static class ExtensionsForNorway method Fodselsnummer (line 13) | public static string Fodselsnummer(this Person p) method GenerateIndividualNumber (line 65) | private static string GenerateIndividualNumber(Randomizer r, DataSets.... method GenerateChecksum (line 95) | private static bool GenerateChecksum(string birthDate, string individu... FILE: Source/Bogus/Extensions/Poland/ExtensionsForPoland.cs class ExtensionsForPoland (line 12) | public static class ExtensionsForPoland method Pesel (line 18) | public static string Pesel(this Person person) method AppendPeselDateOfBirth (line 38) | private static StringBuilder AppendPeselDateOfBirth(this StringBuilder... method AppendPeselGender (line 57) | private static StringBuilder AppendPeselGender(this StringBuilder buil... method AppendPeselChecksum (line 65) | private static StringBuilder AppendPeselChecksum(this StringBuilder bu... method Nip (line 85) | public static string Nip(this Company company) method Regon (line 108) | public static string Regon(this Company company, RegonType type = Rego... type RegonType (line 124) | public enum RegonType FILE: Source/Bogus/Extensions/Portugal/ExtensionsForPortugal.cs class ExtensionsForPortugal (line 9) | public static class ExtensionsForPortugal method Nif (line 18) | public static string Nif(this Person p) method Nipc (line 45) | public static string Nipc(this Company c) FILE: Source/Bogus/Extensions/Portugal/TaxNumberGenerator.cs class TaxNumberGenerator (line 5) | internal static class TaxNumberGenerator method Create (line 15) | public static string Create(int[] arrNumber) FILE: Source/Bogus/Extensions/Romania/ExtensionsForRomania.cs class ExtensionsForRomania (line 10) | public static class ExtensionsForRomania method Cnp (line 34) | public static string Cnp(this Person p) method GenerateChecksum (line 78) | private static string GenerateChecksum(string cnp) FILE: Source/Bogus/Extensions/Romania/RomanianBirthCounty.cs type RomanianBirthCounty (line 3) | public enum RomanianBirthCounty FILE: Source/Bogus/Extensions/Sweden/ExtensionsForSweden.cs class ExtensionsForSweden (line 11) | public static class ExtensionsForSweden method Personnummer (line 16) | public static string Personnummer(this Person person) method Samordningsnummer (line 53) | public static string Samordningsnummer(this Person person) method GenerateIndividualNumber (line 81) | private static string GenerateIndividualNumber(Randomizer r, Gender ge... method GetGenderNumber (line 90) | private static int GetGenderNumber(Randomizer r, Gender gender) method GetLuhn (line 99) | private static int GetLuhn(string value) FILE: Source/Bogus/Extensions/UnitedKingdom/ExtensionsForGreatBritainRegistrationPlate.cs class ExtensionsForGreatBritainRegistrationPlate (line 11) | public static class ExtensionsForGreatBritainRegistrationPlate method GbRegistrationPlate (line 57) | public static string GbRegistrationPlate(this Vehicle vehicle, DateTim... method GenerateCurrentStylePlates (line 63) | private static string GenerateCurrentStylePlates(Vehicle vehicle, Date... method ApplySN07Exception (line 85) | private static void ApplySN07Exception(StringBuilder sb) method GetSecondaryLocation (line 94) | private static char GetSecondaryLocation(Vehicle vehicle, char primary... method GenerateRegistrationDate (line 131) | private static DateTime GenerateRegistrationDate(Vehicle vehicle, Date... FILE: Source/Bogus/Extensions/UnitedKingdom/ExtensionsForUnitedKingdom.cs class ExtensionsForUnitedKingdom (line 11) | public static class ExtensionsForUnitedKingdom method SortCode (line 16) | public static string SortCode(this Finance finance, bool includeSepara... method Nino (line 32) | public static string Nino(this Finance finance, bool includeSeparator ... method CountryOfUnitedKingdom (line 66) | public static string CountryOfUnitedKingdom(this Address address) method VatNumber (line 80) | public static string VatNumber(this Finance finance, VatRegistrationNu... method CalculateChecksum (line 124) | private static int CalculateChecksum(int n) FILE: Source/Bogus/Extensions/UnitedKingdom/VatRegistrationNumberType.cs type VatRegistrationNumberType (line 6) | public enum VatRegistrationNumberType FILE: Source/Bogus/Extensions/UnitedStates/ExtensionsForUnitedStates.cs class ExtensionsForUnitedStates (line 8) | public static class ExtensionsForUnitedStates method Ssn (line 13) | public static string Ssn(this Person p) method Ein (line 43) | public static string Ein(this Company c) FILE: Source/Bogus/Faker.cs class Faker (line 12) | public class Faker : ILocaleAware, IHasRandomizer, IHasContext method Faker (line 22) | public Faker(string locale = "en") method GetNotifier (line 55) | SeedNotifier IHasRandomizer.GetNotifier() method Parse (line 79) | public string Parse(string str) method PickRandom (line 239) | public T PickRandom(IEnumerable items) method PickRandom (line 247) | public T PickRandom(IList items) method PickRandom (line 255) | public T PickRandom(ICollection items) method PickRandom (line 263) | public T PickRandom(List items) method PickRandom (line 271) | public T PickRandom(params T[] items) method PickRandomParam (line 279) | public T PickRandomParam(params T[] items) method PickRandom (line 289) | public IEnumerable PickRandom(IEnumerable items, int amountTo... method Make (line 306) | public IList Make(int count, Func action) method Make (line 315) | public IList Make(int count, Func action) method MakeLazy (line 324) | public IEnumerable MakeLazy(int count, Func action) method MakeLazy (line 334) | public IEnumerable MakeLazy(int count, Func action) method PickRandom (line 343) | public T PickRandom() where T : struct, Enum method PickRandomWithout (line 352) | public T PickRandomWithout(params T[] exclude) where T : struct, Enum method NewContext (line 366) | internal void NewContext() FILE: Source/Bogus/Faker[T].Extensions.cs class ExtensionsForFakerT (line 9) | public static class ExtensionsForFakerT method GenerateBetween (line 18) | public static List GenerateBetween(this Faker faker, int min,... method OrNull (line 33) | public static T OrNull(this T value, in Faker f, float nullWeight =... method OrNull (line 46) | public static T? OrNull(this T value, Faker f, float nullWeight = 0... method OrDefault (line 59) | public static T OrDefault(this T value, Faker f, float defaultWeigh... FILE: Source/Bogus/Faker[T].cs type IFakerTInternal (line 16) | public interface IFakerTInternal class Faker (line 43) | public class Faker : IFakerTInternal, ILocaleAware, IRuleSet where... method Clone (line 78) | public Faker Clone() method Faker (line 130) | public Faker() : this("en", null) method Faker (line 137) | public Faker(string locale) : this(locale, null) method Faker (line 146) | public Faker(string locale = "en", IBinder binder = null) method UseSeed (line 160) | public virtual Faker UseSeed(int seed) method UseDateTimeReference (line 173) | public virtual Faker UseDateTimeReference(DateTime? refDate) method CustomInstantiator (line 184) | public virtual Faker CustomInstantiator(Func factoryMethod) method RuleFor (line 193) | public virtual Faker RuleFor(Expression RuleFor(Expression RuleFor(Expression RuleFor(Expression RuleFor(string propertyOrFieldName,... method RuleFor (line 251) | public virtual Faker RuleFor(string propertyOrFieldName,... method AddRule (line 262) | protected virtual Faker AddRule(string propertyOrField, Func Rules(Action setActions) method RuleForType (line 307) | public virtual Faker RuleForType(Type type, Func RuleSet(string ruleSetName, Action... method EnsureMemberExists (line 363) | protected virtual void EnsureMemberExists(string propNameOrField, stri... method Ignore (line 376) | public virtual Faker Ignore(string propertyOrFieldName) method Ignore (line 399) | public virtual Faker Ignore(Expression StrictMode(bool ensureRulesForAllProperties) method FinishWith (line 422) | public virtual Faker FinishWith(Action action) method ParseDirtyRulesSets (line 436) | protected virtual string[] ParseDirtyRulesSets(string dirtyRules) method Generate (line 456) | public virtual T Generate(string ruleSets = null) method Generate (line 495) | public virtual List Generate(int count, string ruleSets = null) method GenerateLazy (line 514) | public virtual IEnumerable GenerateLazy(int count, string ruleSets ... method GenerateForever (line 533) | public virtual IEnumerable GenerateForever(string ruleSets = null) method Populate (line 553) | public virtual void Populate(T instance, string ruleSets = null) method PopulateInternal (line 571) | protected virtual void PopulateInternal(T instance, string[] ruleSets) method PopulateProperty (line 616) | private void PopulateProperty(T instance, PopulateAction action) method Validate (line 661) | public virtual bool Validate(string ruleSets = null) method AssertConfigurationIsValid (line 680) | public virtual void AssertConfigurationIsValid(string ruleSets = null) method MakeValidationException (line 703) | protected virtual ValidationException MakeValidationException(Validati... method ValidateInternal (line 725) | private ValidationResult ValidateInternal(string[] ruleSets) method RuleFor (line 798) | [Obsolete("This exists here only as a Visual Studio IntelliSense work ... FILE: Source/Bogus/Hashids.cs class Hashids (line 12) | public class Hashids : IHashids method Hashids (line 35) | public Hashids() : this(string.Empty, 0, DEFAULT_ALPHABET, DEFAULT_SEPS) method Hashids (line 45) | public Hashids(string salt = "", int minHashLength = 0, string alphabe... method Encode (line 67) | public virtual string Encode(params int[] numbers) method Encode (line 77) | public virtual string Encode(IEnumerable numbers) method Decode (line 88) | public virtual int[] Decode(string hash) method EncodeHex (line 98) | public virtual string EncodeHex(string hex) method DecodeHex (line 120) | public virtual string DecodeHex(string hash) method DecodeLong (line 136) | public long[] DecodeLong(string hash) method EncodeLong (line 146) | public string EncodeLong(params long[] numbers) method EncodeLong (line 156) | public string EncodeLong(IEnumerable numbers) method Encrypt (line 166) | [Obsolete("Use 'Encode' instead. The method was renamed to better expl... method EncryptHex (line 177) | [Obsolete("Use 'EncodeHex' instead. The method was renamed to better e... method Decrypt (line 188) | [Obsolete("Use 'Decode' instead. Method was renamed to better explain ... method DecryptHex (line 199) | [Obsolete("Use 'DecodeHex' instead. The method was renamed to better e... method SetupSeps (line 205) | private void SetupSeps() method SetupGuards (line 235) | private void SetupGuards() method GenerateHashFrom (line 259) | private string GenerateHashFrom(long[] numbers) method Hash (line 327) | private string Hash(long input, string alphabet) method Unhash (line 340) | private long Unhash(string input, string alphabet) method GetNumbersFrom (line 353) | private long[] GetNumbersFrom(string hash) method ConsistentShuffle (line 393) | private string ConsistentShuffle(string alphabet, string salt) FILE: Source/Bogus/IHashids.cs type IHashids (line 8) | public interface IHashids method Decode (line 16) | int[] Decode(string hash); method DecodeLong (line 23) | long[] DecodeLong(string hash); method DecodeHex (line 30) | string DecodeHex(string hash); method Encode (line 37) | string Encode(params int[] numbers); method Encode (line 44) | string Encode(IEnumerable numbers); method EncodeLong (line 51) | string EncodeLong(params long[] numbers); method EncodeLong (line 58) | string EncodeLong(IEnumerable numbers); method EncodeHex (line 65) | string EncodeHex(string hex); FILE: Source/Bogus/ILocaleAware.cs type ILocaleAware (line 8) | public interface ILocaleAware type IHasContext (line 19) | public interface IHasContext FILE: Source/Bogus/IRuleSet.cs type IRuleSet (line 9) | public interface IRuleSet where T : class method CustomInstantiator (line 14) | Faker CustomInstantiator(Func factoryMethod); method RuleFor (line 19) | Faker RuleFor(Expression> property, F... method RuleFor (line 24) | Faker RuleFor(Expression> property, F... method RuleFor (line 29) | Faker RuleFor(Expression> property, F... method Ignore (line 34) | Faker Ignore(Expression... method StrictMode (line 40) | Faker StrictMode(bool ensureRulesForAllProperties); method FinishWith (line 45) | Faker FinishWith(Action action); method RuleFor (line 50) | Faker RuleFor(Expression> property, T... method Rules (line 57) | Faker Rules(Action setActions); FILE: Source/Bogus/Person.cs class Person (line 12) | public class Person : IHasRandomizer, IHasContext class CardAddress (line 20) | public class CardAddress class CardGeo (line 22) | public class CardGeo class CardCompany (line 36) | public class CardCompany method Person (line 58) | public Person(string locale = "en", int? seed = null, DateTime? refDat... method Person (line 72) | internal Person(Randomizer randomizer, DateTime? refDate, string local... method GetDataSources (line 83) | private void GetDataSources(string locale) method Populate (line 93) | protected internal virtual void Populate() method GetNotifier (line 145) | SeedNotifier IHasRandomizer.GetNotifier() FILE: Source/Bogus/Platform/ExtensionsForType.cs method GetCustomAttributeX (line 13) | public static T GetCustomAttributeX(this Type type) where T : Attribute method IsEnum (line 24) | public static bool IsEnum(this Type type) method GetAssembly (line 33) | public static Assembly GetAssembly(this Type type) FILE: Source/Bogus/Premium/ContextHelper.cs class ContextHelper (line 7) | public static class ContextHelper method GetOrSet (line 9) | public static T GetOrSet(string key, Faker f, Func factory) wher... method GetOrSet (line 26) | public static T GetOrSet(Faker f, Func factory) where T : DataSet FILE: Source/Bogus/Premium/License.cs class License (line 3) | public static class License FILE: Source/Bogus/Premium/LicenseVerifier.cs class LicenseVerifier (line 13) | public static class LicenseVerifier method VerifyLicense (line 15) | public static bool VerifyLicense(string licenseTo, string licenseKey) method AssertKeyIsNotBanned (line 42) | private static void AssertKeyIsNotBanned(string licenseKey) method FindLicense (line 48) | public static string FindLicense() method FindLicense (line 59) | public static string FindLicense(string probePath) method ReadLicense (line 91) | public static void ReadLicense(string path, out string name, out strin... FILE: Source/Bogus/Premium/PremiumDataSet.cs class PremiumDataSet (line 11) | public abstract class PremiumDataSet : DataSet method Get (line 13) | protected internal override BValue Get(string path) method Get (line 19) | protected internal override BValue Get(string category, string path) method HasKey (line 25) | protected internal override bool HasKey(string path, bool includeFallb... method CheckLicense (line 31) | protected virtual void CheckLicense() method Initialize (line 63) | protected abstract void Initialize(); method LoadResource (line 65) | protected void LoadResource(Assembly asm, string resourceName) FILE: Source/Bogus/Properties/AssemblyInfo.cs class AssemblyVersionInformation (line 17) | internal static class AssemblyVersionInformation { FILE: Source/Bogus/PropertyName.cs class PropertyName (line 7) | [EditorBrowsable(EditorBrowsableState.Never)] method For (line 10) | public static string For(Expression> expression) method For (line 16) | public static string For(Expression> expression) method For (line 22) | public static string For(Expression> expression) method GetMemberName (line 28) | public static string GetMemberName(Expression expression) FILE: Source/Bogus/Randomizer.cs class Randomizer (line 15) | public class Randomizer method Randomizer (line 30) | public Randomizer() method Randomizer (line 39) | public Randomizer(int localSeed) method Number (line 53) | public int Number(int max) method Digits (line 64) | public int[] Digits(int count, int minDigit = 0, int maxDigit = 9) method Number (line 82) | public int Number(int min = 0, int max = 1) method Even (line 118) | public int Even(int min = 0, int max = 1) method Odd (line 146) | public int Odd(int min = 0, int max = 1) method Double (line 178) | public double Double(double min = 0.0d, double max = 1.0d) method Decimal (line 198) | public decimal Decimal(decimal min = 0.0m, decimal max = 1.0m) method Float (line 208) | public float Float(float min = 0.0f, float max = 1.0f) method Byte (line 218) | public byte Byte(byte min = byte.MinValue, byte max = byte.MaxValue) method Bytes (line 227) | public byte[] Bytes(int count) method SByte (line 242) | public sbyte SByte(sbyte min = sbyte.MinValue, sbyte max = sbyte.MaxVa... method Int (line 252) | public int Int(int min = int.MinValue, int max = int.MaxValue) method UInt (line 262) | public uint UInt(uint min = uint.MinValue, uint max = uint.MaxValue) method ULong (line 272) | public ulong ULong(ulong min = ulong.MinValue, ulong max = ulong.MaxVa... method Long (line 282) | public long Long(long min = long.MinValue, long max = long.MaxValue) method Short (line 293) | public short Short(short min = short.MinValue, short max = short.MaxVa... method UShort (line 303) | public ushort UShort(ushort min = ushort.MinValue, ushort max = ushort... method Char (line 313) | public char Char(char min = char.MinValue, char max = char.MaxValue) method Chars (line 324) | public char[] Chars(char min = char.MinValue, char max = char.MaxValue... method String (line 341) | public string String(int? length = null, char minChar = char.MinValue,... method String (line 358) | public string String(int minLength, int maxLength, char minChar = char... method String2 (line 370) | public string String2(int length, string chars = "abcdefghijklmnopqrst... method String2 (line 390) | public string String2(int minLength, int maxLength, string chars = "ab... method Utf16String (line 403) | public string Utf16String(int minLength = 40, int maxLength = 80, bool... method Hash (line 450) | public string Hash(int length = 40, bool upperCase = false) method Bool (line 458) | public bool Bool() method Bool (line 467) | public bool Bool(float weight) method ArrayElement (line 475) | public T ArrayElement(T[] array) method ArrayElement (line 487) | public BValue ArrayElement(BArray props, int? min = null, int? max = n... method ArrayElement (line 496) | public string ArrayElement(Array array) method ArrayElements (line 510) | public T[] ArrayElements(T[] array, int? count = null) method ListItem (line 523) | public T ListItem(List list) method ListItem (line 531) | public T ListItem(IList list) method ListItems (line 545) | public List ListItems(IList items, int? count = null) method ListItems (line 560) | public IList ListItems(List items, int? count = null) method CollectionItem (line 568) | public T CollectionItem(ICollection collection) method ReplaceNumbers (line 583) | public string ReplaceNumbers(string format, char symbol = '#') method ReplaceSymbols (line 595) | public string ReplaceSymbols(string format, char symbol, Func func) method Replace (line 605) | public string Replace(string format) method ClampString (line 635) | public string ClampString(string str, int? min = null, int? max = null) method Enum (line 655) | public T Enum(params T[] exclude) where T : struct, Enum method EnumValues (line 686) | public T[] EnumValues(int? count = null, params T[] exclude) where ... method Shuffle (line 716) | public IEnumerable Shuffle(IEnumerable source) method Word (line 738) | public string Word() method Words (line 749) | public string Words(int? count = null) method WordsArray (line 764) | public string[] WordsArray(int min, int max) method WordsArray (line 773) | public string[] WordsArray(int count) method Guid (line 783) | public Guid Guid() method Uuid (line 792) | public Guid Uuid() method RandomLocale (line 801) | public string RandomLocale() method AlphaNumeric (line 818) | public string AlphaNumeric(int length) method Hexadecimal (line 833) | public string Hexadecimal(int length = 1, string prefix = "0x") method WeightedRandom (line 845) | public T WeightedRandom(T[] items, float[] weights) class WordFunctions (line 875) | public class WordFunctions method WordFunctions (line 894) | public WordFunctions(Randomizer r) method Init (line 906) | private void Init() FILE: Source/Bogus/ResourceHelper.cs class ResourceHelper (line 9) | public static class ResourceHelper method ResourceExists (line 17) | public static bool ResourceExists(System.Reflection.Assembly assembly,... method ReadResource (line 28) | public static byte[] ReadResource(System.Reflection.Assembly assembly,... method ReadBValueResource (line 43) | public static BValue ReadBValueResource(System.Reflection.Assembly ass... method ReadBObjectResource (line 58) | public static BObject ReadBObjectResource(System.Reflection.Assembly a... FILE: Source/Bogus/Rule.cs class Rule (line 9) | public class Rule class MultiDictionary (line 32) | public class PopulateAction : Rule>; method MultiDictionary (line 38) | public MultiDictionary(IEqualityComparer comparer) : base(comparer) method Add (line 42) | public void Add(Key key, Key2 key2, Value value) class MultiSetDictionary (line 53) | public class MultiSetDictionary : Dictionary comparer) : base(comp... method Add (line 59) | public void Add(Key key, Value value) FILE: Source/Bogus/SeedNotifier[T].cs type IHasRandomizer (line 9) | public interface IHasRandomizer method GetNotifier (line 22) | SeedNotifier GetNotifier(); class SeedNotifier (line 33) | public class SeedNotifier method Flow (line 41) | public U Flow(U item) where U : IHasRandomizer method Notify (line 50) | public void Notify(Randomizer r) FILE: Source/Bogus/Tokenizer.cs class MustashMethod (line 8) | public class MustashMethod class Tokenizer (line 15) | public static class Tokenizer method Tokenizer (line 19) | static Tokenizer() method RegisterMustashMethods (line 24) | public static void RegisterMustashMethods(Type type) method Parse (line 48) | public static string Parse(string str, params object[] dataSets) method FindDataSetWithMethod (line 90) | private static object FindDataSetWithMethod(object[] dataSets, string ... method ParseMustashText (line 103) | private static void ParseMustashText(string str, int start, int end, o... method FindMustashMethod (line 125) | private static MustashMethod FindMustashMethod(string methodName, stri... method ConvertStringArgumentsToObjects (line 138) | private static object[] ConvertStringArgumentsToObjects(string[] param... method GetValueForParameter (line 160) | private static object GetValueForParameter(ParameterInfo parameterInfo... method GetArgumentsString (line 171) | private static string GetArgumentsString(string methodCall, int parame... FILE: Source/Bogus/Transliterater.Generated.cs class Transliterater (line 9) | public static partial class Transliterater method BuildCharMap (line 11) | [EditorBrowsable(EditorBrowsableState.Never)] method BuildDiatricMap (line 782) | [EditorBrowsable(EditorBrowsableState.Never)] method BuildLangCharMap (line 841) | [EditorBrowsable(EditorBrowsableState.Never)] method BuildSymbolMap (line 964) | [EditorBrowsable(EditorBrowsableState.Never)] FILE: Source/Bogus/Transliterater.cs class Transliterater (line 11) | public static partial class Transliterater method Translate (line 18) | public static string Translate(string input, string lang = "en") method WalkTrie (line 85) | [EditorBrowsable(EditorBrowsableState.Never)] class Trie (line 136) | [EditorBrowsable(EditorBrowsableState.Never)] method Insert (line 148) | public static void Insert(Trie node, string key, string value) method Find (line 169) | public static string Find(Trie node, string key) FILE: Source/Bogus/Utils.cs class Utils (line 10) | public static class Utils method Slugify (line 15) | public static string Slugify(string txt) method Slashify (line 26) | public static string Slashify(IEnumerable parts, string separa... FILE: Source/Bogus/ValidationException.cs class ValidationException (line 8) | public class ValidationException : Exception method ValidationException (line 10) | public ValidationException(string message) : base(message) FILE: Source/Bogus/ValidationResult.cs class ValidationResult (line 8) | public class ValidationResult FILE: Source/Bogus/Vendor/UserAgentGenerator.cs class UserAgentGenerator (line 6) | internal class UserAgentGenerator method UserAgentGenerator (line 10) | internal UserAgentGenerator(Func random) method VersionString (line 17) | internal string VersionString(string type, string delim = ".") method RandomRevision (line 54) | internal string RandomRevision(int dots) method RandomLanguage (line 64) | private string RandomLanguage() method RandomBrowser (line 80) | internal string RandomBrowser() method RandomOS (line 119) | internal string RandomOS(string browser) method RandomProc (line 145) | internal string RandomProc(string os) method BrowserAgent (line 156) | internal string BrowserAgent(string browser, string arch) method Generate (line 226) | public string Generate() FILE: Source/Builder/Build.cs class Build (line 32) | partial class Build : NukeBuild class Folders (line 37) | public static class Folders class Files (line 45) | public static class Files method Main (line 54) | public static int Main() method OnBuildInitialized (line 58) | protected override void OnBuildInitialized() method MakeAttributes (line 278) | AssemblyInfo.Attribute[] MakeAttributes(bool includeSnk) FILE: Source/Builder/Configuration.cs class Configuration (line 6) | [TypeConverter(typeof(TypeConverter))] FILE: Source/Builder/Utils.cs class BuildContext (line 27) | public static class BuildContext method GetFullVersion (line 29) | public static string GetFullVersion() method GetVersionWithoutPreReleeaseName (line 46) | public static string GetVersionWithoutPreReleeaseName(string fullVersion) class Build (line 61) | partial class Build type BuildTimeInfo (line 63) | public record BuildTimeInfo( method MakeBuildInfo (line 70) | public static void MakeBuildInfo(Project project, BuildTimeInfo bti) class ExtensionMethodsForProject (line 100) | public static class ExtensionMethodsForProject method BinFolder (line 102) | public static AbsolutePath BinFolder(this Project p) method CompileOutput (line 107) | public static AbsolutePath CompileOutput(this Project p) method ZipFile (line 112) | public static AbsolutePath ZipFile(this Project p) class History (line 119) | public static class History method All (line 121) | public static string All(AbsolutePath historyFile) method NugetText (line 125) | public static string NugetText(AbsolutePath historyFile, string github... class ExtensionsForNuke (line 143) | public static class ExtensionsForNuke method SetNoWarns2 (line 145) | public static DotNetBuildSettings SetNoWarns2(this DotNetBuildSettings... method UnZipWithPasswordTo (line 155) | public static void UnZipWithPasswordTo(this AbsolutePath archiveFile, ... FILE: Source/Builder/gulpfile.js constant BSON (line 17) | const BSON = require("bson"); function importLocalesJsonTask (line 31) | function importLocalesJsonTask(){ function importLocalesTask (line 88) | function importLocalesTask(){ function removeAvatarUri (line 108) | function removeAvatarUri(obj){ function transformPostCodeByState (line 116) | function transformPostCodeByState(obj) { function ensureAllArraysAreStrings (line 121) | function ensureAllArraysAreStrings(obj) { function transformCurrency (line 134) | function transformCurrency(obj) { function transformMimeTypes (line 147) | function transformMimeTypes(obj) { function specializeLocale (line 162) | function specializeLocale(locale, localeCode) { function log (line 168) | function log(msg) { function log2 (line 171) | function log2(msg) { function importTransliterateTask (line 175) | function importTransliterateTask(cb) {