jumpinjackie / roslyn-ef-linq-analyzer

A Roslyn Analyzer to check common gotchas with LINQ expressions when used with Entity Framework
MIT License
14 stars 3 forks source link

Check for unsupported LINQ methods #1

Open jumpinjackie opened 9 years ago

jumpinjackie commented 9 years ago

The full list is here:

https://msdn.microsoft.com/en-us/library/vstudio/Bb738550(v=VS.100).aspx

This answer is also a nice checklist

http://stackoverflow.com/questions/5845993/linq-to-entities-doesnt-recognize-a-method

jumpinjackie commented 9 years ago

Calls to methods that have a [DbFunction] attribute should also be exempted