Table of Contents

GR0068: Use static lambda for EF Core query method predicate arguments.

TitleUse static lambda for EF Core query method predicate arguments.
IdGR0068
CategoryPerformance
Default SeverityWarning
Enabled By DefaultTrue
DescriptionUsing static lambdas in EF Core query methods prevents accidental capture of instance data and offers small performance benefits for the compiler.
Custom Tags