koenbeuk / EntityFrameworkCore.Projectables

Project over properties and functions in your linq queries
MIT License
260 stars 17 forks source link

Use RegisterImplementationSourceOutput for perf #105

Closed koenbeuk closed 2 months ago

koenbeuk commented 2 months ago

By using RegisterImplementationSourceOutput we should see a significant code generation performance impact with no downsides.

Fixes #102