Wade Baglin
Wade Baglin
> , regarding optionally removing reflection dependencies to allow PetaPoco to run on iOS under Xamarin. I've been wanting to remove this for a long time. @Shazwazza, a dev who...
If you submit a PR, I can run it across the integration tests to try find any missing edge cases
@krugertech sounds like a great idea. @iadaz is right, but I feel that any effort to reduce the bar of adoption is a good thing. I wonder if a version...
@6pac > longtime PetaPoco user Good to hear! The t4 templates are on the way out. I've never really used them, but I know they're popular. The logic of these...
@rendall @JohnMarsing the work around for now is to copy/paste these files manually. You can download them from the master branch or extract the nuget package (packages are zip files).
It worked for me. I'm using VS2013 Update 3 and the latest PetaPoco 
@hfakouri Could you provide sample code to reproduce this. I'll add it as an integration test
I would love this as a PR for PetaPoco. Would you have time? We're looking for people #204.
I've reached out a few times with limited response. Given that I don't simply want to take the NPoco code without permission, the only choice is to forge ahead. CoreCLR...
The async methods were added before `IAsyncEnumerable` was added to the framework. It would be nice to add support for `IAsyncEnumerable` and update the current methods to use `IAsyncEnumerable` internally....