You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the provider for PostgreSQL, we are exploring some complex translations via IQueryOptimizer/QueryOptimizer which provide an extensibility point for injecting expression visitors.
However, we are wary of replacing services from the EF Core Internal namespaces.
Would it be possible to move IQueryOptimizer and QueryOptimizer out of the internal namespace?
In the provider for PostgreSQL, we are exploring some complex translations via
IQueryOptimizer/QueryOptimizerwhich provide an extensibility point for injecting expression visitors.However, we are wary of replacing services from the EF Core
Internalnamespaces.Would it be possible to move
IQueryOptimizerandQueryOptimizerout of the internal namespace?Related:
/cc @roji