nickdodd79 / AutoBogus

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

feat: support .net 6 DateOnly TimeOnly structs #84

Open pdevito3 opened 2 years ago

pdevito3 commented 2 years ago

fixes #76

tried to follow your pattern throughout and included a test for the new type. I did have to do some minor update fluent assertion updates as well.

let me know if you have any questions or concerns!

304NotModified commented 10 months ago

this looks like a great feature! polite bump @nickdodd79

pdevito3 commented 10 months ago

I don't think he's maintaining the lib anymore. I made a fork that can handle this if you want to use it.

https://www.nuget.org/packages/AutoBogusLifesupport

https://github.com/pdevito3/AutoBogus