Damien Law
Damien Law
Oh wait, [this has been fixed](https://github.com/StackExchange/Dapper/commit/307ab7eae89044e7a90c808267e482074d58cfd1) a month ago but only for `UpdateAsync()`. Shouldn't `DeleteAsync()` be fixed as well since that part is used on both methods?
I would like to add that I have not had any luck with EasyClient (even used on different projects). Both AppServer and EasyClient are on Windows and able to connect...
The 3 boolean variables can be extracted out from the expressions and rewritten as 
As it turns out `IsMustHaveTenantFilterEnabled` checks for the `TenantId` to determine if the Host is running the query. Currently ABP is putting this boolean in the expression and will conditionally...
> Change de Web.Config > > put > > `startupTimeLimit="3600" requestTimeout="23:00:00" hostingModel="outofprocess"` > > My Web.config for IIS > > ``` > > > > > > > > >...