GR0068: Use static lambda for EF Core query method predicate arguments.
| Title | Use static lambda for EF Core query method predicate arguments. |
|---|---|
| Id | GR0068 |
| Category | Performance |
| Default Severity | Warning |
| Enabled By Default | True |
| Description | Using static lambdas in EF Core query methods prevents accidental capture of instance data and offers small performance benefits for the compiler. |
| Custom Tags |