❔ EF Core LINQ translation document
In the process of upgrading a .NET Core 1.1 to 6 app, our EF Core LINQ queries are now hitting some translation issues with the usage of
String.Equals(String, StringComparison)
method in the IQueryable<DbSet<T>>.Where()
method. I’m going through those to clean them up but I was wondering if anyone knew of a blog/SO post that has a list of all the LINQ translation gotchas we may run into?3 Replies