Nick Dodd
Nick Dodd
Hey @gkruszewski Shouldn't be difficult to add non-generic support. I will see what I can do. Nick.
Hi @jjroth Apologies for the delayed response. What version of `AutoBogus` are you using? As of version 2.0.0, support for recursive generation has been in place and limited to 2...
Hey @jjroth I will invest some more time trying to replicate your setup. My tests showed it was working as expected so there must be some factor not being considered...
Hey @afranioce Thanks for providing another instance of this. I think the amount of reflection going on is quite intense when generating EF entities. I have a plan to introduce...
Thanks @bchavez. I will take a look.
Hey all, Apologies for my delayed response. I have looked into this several time, but haven't got far with it. I have some spare time over the next few weeks...
Hey @srihere17 I have attempted to look into and resolve this several times, but haven't got far with the reproduction. I suspect there is something in the EF setup that...
Hey All, Thanks for effort of @Ian1971 I think we have a performance improvement in v2.13.0. It does involve using a `WithTreeDepth()` config handler. I did some top level testing...
Hey @wakuflair The usage of enum flags is not current implemented - AutoBogus simply asks Bogus for a enum value and assigns it. I don't think it would be too...
Hey @holotrek The intent of the configuration is that is used hierarchically and is passed between the different ways of generating. Your statically defined configuration should be passed down to...