I'm trying to use AsyncPoco just in parts of my PetaPoco application for now, as full conversion would be a huge project and I have some immediate pain points that async would help with.
Unfortunately I've found that if I have a POCO decorated using PetaPoco attributes, AsyncPoco does not understand it and vice versa.
Is there any way around this, or do I need to convert each POCO and all the code that accesses it at the same time?
I'm trying to use AsyncPoco just in parts of my PetaPoco application for now, as full conversion would be a huge project and I have some immediate pain points that async would help with.
Unfortunately I've found that if I have a POCO decorated using PetaPoco attributes, AsyncPoco does not understand it and vice versa.
Is there any way around this, or do I need to convert each POCO and all the code that accesses it at the same time?