NetMastr5

Results 5 comments of NetMastr5

I also get an Argument types do not match error on 1 query that uses decompile, but only when running resharper code coverage. Other decompiled IQueryables work without issue, as...

A workaround to this problem is to use another library that allows you to create your own db function mapped methods. I use this to map many different db functions...

Yes, they are just placeholders of where the DB functions should be. When the Entity Framework's data provider parses the expression tree to generate the query, it generates the text...

@Daythril , this sounds like it might be the performance issue I reported when migrating from 0.31.0 to 0.32.0, which is still open. You can try downgrading to 0.31.0 to...

@boosterch this sounds like the same issue I reported when migrating from 0.31.0 to 0.32.0, which is still open.