nickdodd79 / AutoBogus

A C# library complementing the Bogus generator by adding auto creation and population capabilities.
MIT License
436 stars 50 forks source link

feat: add `WithDateTimeKind` to builder #85

Open pdevito3 opened 2 years ago

pdevito3 commented 2 years ago

fixes #83

This lets devs globally set the DateTimeKind of generated dates to, for example, more easily accommodate UTC in integration tests.

If #84 is approved, I'll add this toggle to TimeOnly as well

pdevito3 commented 2 years ago

👋 @nickdodd79 any thoughts on this or the other PR?

MarkAD88 commented 1 month ago

This PR is over 2 years old. Is there any chance of this getting merged and release? It's a huge pain point in our integration testing.

pdevito3 commented 1 month ago

This project isn't actively maintained AFAIK.

Check out AutoBogus life support for a minimal fork I made with latest .NET updates.

There's also this fork by @soenneker with more substantial mods geared towards better perf