Skip to content

Commit ffbcc8c

Browse files
authored
Merge pull request #105 from koenbeuk/issue/102
Use RegisterImplementationSourceOutput for perf
2 parents 2de4bc4 + 9fc13fc commit ffbcc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EntityFrameworkCore.Projectables.Generator/ProjectionExpressionGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
5151
= context.CompilationProvider.Combine(memberDeclarations.Collect());
5252

5353
// Generate the source using the compilation and enums
54-
context.RegisterSourceOutput(compilationAndEnums,
54+
context.RegisterImplementationSourceOutput(compilationAndEnums,
5555
static (spc, source) => Execute(source.Item1, source.Item2, spc));
5656
}
5757

0 commit comments

Comments
 (0)