Roger Far

Results 31 issues of Roger Far

Would it be possible to mock calls the EF.Functions when they are used in linq statements? For example: ``` var instances = await dataContext.Instances.Where(m => EF.Functions.ILike(hostname, $"{m.Url}%")).ToListAsync(cancellationToken: cancellationToken); ``` Results...