query-pipeline

Installation
SKILL.md

Query Pipeline

Stages

  1. Preprocessing
  2. Translation
  3. Postprocessing
  4. Compilation
  5. SQL Generation

Validation

  • ToQueryString() shows generated SQL without executing
  • ExpressionPrinter dumps expression trees at any pipeline stage
  • SQL baselines verified via AssertSql() in provider functional tests and the generated SQL corresponds to the LINQ query in the base method
Installs
3
Repository
dotnet/efcore
GitHub Stars
14.7K
First Seen
Mar 30, 2026
query-pipeline — dotnet/efcore