Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 349 Bytes

File metadata and controls

14 lines (8 loc) · 349 Bytes

EfCore-CollectionInExpressionProblem

EFCore 3.0 seems to have problem when translating ICollection<T> into query. This repository contains unit tests demonstrating that behavior was different in EfCore 2.2 and current EfCore 3.0.

How to run

docker build .

Issue

dotnet/efcore#18639