Jake Soenneker
Jake Soenneker
@VadymLevkovskyi Thanks for your interest! There are no plans to support code generation.. but I'm not opposed to it. Some of my initial thoughts: - This thing uses a LOT...
I looked into this... there doesn't seem to be a straightforward way of solving this. `CustomInstantiator` builds a 'CreateAction' which is for the 'Create' action within Bogus, and 'Finalize' is...
@rizi > Create a toggle for disabling private variable population Do you want to make this change? The main changes would need to be done in the reflection cache library....
> is there NuGet involved or something like that? Yes, check soenneker.reflection.cache > About what kind of config do you think, a config per type or a global one? I...
@rizi I appreciate you calling out the various usages of ReflectionCache... I was able to consolidate that nicely in this commit: https://github.com/soenneker/soenneker.utils.autobogus/commit/e724a457871cbab1f4c607e6640470d518208695 I then added the ReflectionCacheOptions to AutoFakerConfig. Along...
@alexmg Thanks for the PR. There was an issue with the reflection cache that it wasn't handling IDictionary generics well. I pushed an update so IDictionary doesn't go down the...
I didn't. I suspect @moljac has seen this before though and could help.
@gnalvesteffer ImmutableList/IImmutableList is now implemented in [soenneker.utils.autobogus](https://github.com/soenneker/soenneker.utils.autobogus) Let me know if you have use for other Immutable types.
I've noticed the same thing. Due to the performance issues and missing types etc I've decided to build an updated version of AutoBogus: [soenneker.utils.autobogus](https://github.com/soenneker/soenneker.utils.autobogus) I'll be sure to get this...
> We are talking about a 6 year old package with security vulnerabilities here. There is no reason for new hangfire packages to support that. If they really need to...