I have a dynamic-LINQ library that generates query expression for anyIQueryable
support lists and EntityFramework... I want to have some tests to check the entity-framework SQL providers generated SQL queries. The main problem is I can not use the In-Memory
provider because it doesn't show me the SQL outputs. how can I write these tests without having an actual database installed? Is there any package that I can use? (I need to test EF SqlServer and MySql providers).
0 Replies