Simon Timms

Results 15 comments of Simon Timms

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

I've been working a bit with Mark on this issue. I have further updated his templates and provided very rough ExpressionVisitor implementation for oracle using System.Data.Oracle. It is available in...

This would actually require changes to the core libraries as well as the templates. I did it for oracle I guess we could do it for advantage. Seeing how I've...

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...