IQueryable & Repositories – take 2? September 2, 2022 by Magenaut I have to admit I have been carrying the “Repository should not return IQueryable” banner because it is harder to test. I have been influenced by the answers to other questions like this and this.