Reader Man

Results 7 issues of Reader Man

Hi, Thanks for the great library. is there a plan to go to .Net Standard 2.0 & EF 2.0? Regards.

Hi, Thanks for the great project. I wanted to post an issue at: https://github.com/ninety7/DbContextScope but the issues tab was not visible/enabled.

Hi, i tryed changing Entity Framework 6 to EF 7, and compile time errors showed, is there a posiiblity to support EF 7 in the near future, also i will...

Maybe it would be nice to have a Default DbContextFactory, that gives the client the possibility to set the connection string for projects that have multiple DBs. ``` c# namespace...

Hi, Thanks for the great project. the "CheckExistsAsync" function does not clearly mention that it checks for a folder relative to : ``` FileSystem.Current.LocalStorage ``` e.g. ``` var rootFolder =...

Hi, You have made the where clause like this: `public AsyncTableQuery Where([NotNull] Expression predExpr);` but the order by, like this: `public AsyncTableQuery OrderBy([NotNull] Expression orderExpr);` with the where clause we...

Hi, Thanks goes to both @oysteinkrog and @praeclarum. But i have a Xamarin.Forms solution, and i want to use SQLite in a PCL project to be used for all the...