Ben McIntyre

Results 308 comments of Ben McIntyre

My apologies for barging in here rather suddenly. I am really busy at the moment, but the code I'm working on will cover this issue from every angle. I'll make...

see comment on #368

Thanks! I was about to try to do that myself from scratch, so this is a great help. I get to test it on iOS too which should be a...

Erm, OK, that PR is actually not much help. It mainly consists of changing ```object``` types to ```Delegate```. It does eliminate a small amount of Reflection.Emit code, but doesn't replace...

OK, so it's meant to be a bit like pre-compiling a RegExp search. Hoping I can just translate it back into code, but it might take me a while. Meanwhile,...

I have got this basically working. Since it's such a core part of PP, I'll keep testing this for another month, I think. It is apparent that the use of...

Any updates on this? I've just set up a new PetaPoco project in Net Core 2, and it was pretty easy to get it working. Seems like a lot of...

Yeah I don't think Scripty can do the database access in the same way, or at least not without a lot of gymnastics. The T4 templates are surprisingly flexible.

I note I have found a fairly simple mod that fixes the T4 generation, I've been doing it happily for some months now. It's a bit of a hack, I...

@picasso566 Yeah, I have been using the T4 templates since SubSonic 3, but frankly I have to say they suck. They are fine if nothing changes and you leave them...