You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: