FutureStateMobile / AppCore.Data

A Portable, cross-platform, light weight, opinionated ORM designed to work across multiple Databases
9 stars 5 forks source link

[Breaking] Async calls and some cleanup #12

Closed ChaseFlorell closed 7 years ago

ChaseFlorell commented 7 years ago

We've been able to remove the extension methods and merge them directly into the classes. Also have made all of the calls Async, and upgraded the iOS project to use Unified.

todo: I'd still like to convert all of the PCL projects to .NET Standard, but that'll have to come a little later.