Ian Cox
Ian Cox
I've ran in to this same issue. I'm a bit confused about how ```WithRecursiveDepth``` actually works. I would have assumed it controlled how far in to the tree it went....
The way it seems to work is it will stop if the number of parents of the current type being generated that match the current type is >= depth. I...
I've added a TreeDepth option in this PR. https://github.com/nickdodd79/AutoBogus/pull/64 This greatly helps improve performance for our use case (Xero api)
There's a package here if it helps https://github.com/Ian1971/AutoBogus/packages/637294
Are you using the WithTreeDepth or WithRecursiveDepth config option?
I was bugged by this problem for a while. Took ages to spot the cause and resulted in having to build things twice if it failed. It turned out that...
That is an interesting idea. If enough people vote for it, we could do it.
I am ok with supporting random access. I think my only requirement would be that it doesn't negatively affect performance for the usual forward-only use.
Thanks. Can you do it in a branch off of develop? On 6 Feb 2015 00:54, "Steve1961" [email protected] wrote: > Great, I'll have at it. > > ## > >...
I see, GetResponseStream closes the connection when the Stream closes.