Simon Timms

Results 16 comments of Simon Timms

Lacks specifics. Please provide benchmarks for functions with high cyclomatic complexity.

This also looks like it might be done @stevejgordon and @MisterJames

@stevejgordon or @MisterJames can you confirm that this issue is resolved?

I kind of wonder if maybe the default behaviour should be to generate without duplicates and have an override to force a duplicate to appear. In most cases I would...

Huh, those are good things to consider. 1) We might be able to figure out some sort of a solution with a hashtable for constant time lookups but it would...

So it would seem we have some parallelism issues in GenFu. Unfortunately, the way we configure GenFu by using a static is in opposition to allowing for parallelism. To fix...

Thanks for filing the issue. Seeme like we could fix either the GenFu in GenFu problem or the A syntax issue. I don't agree with Resharper having warnings of this...

@JimKay1941 If you're filling an object and the property doesn't have a default value (0 for numerics, null for objects, ...) then GenFu will ignore the property and not fill...