I'm working on a large project with more than 1000 entities. When I add a reference to EntityFrameworkCore.Projectables nuget package, it drastically deteriorates Visual Studio - Peek definition and Go to definition take about 30 second to complete. It was so bad that for the moment being we had to switch to ClaveExpressionify which does not have this problem. It slows everything down even when there are no [Projectable] attributes anywhere in the code. I tried to recreate this problem on a dummy project, but no luck.
Do you have any idea what could be the problem? I don't mind helping with the problem, but some guidance could probably save a lot of time. If more information is needed, let me know.
I'm working on a large project with more than 1000 entities. When I add a reference to EntityFrameworkCore.Projectables nuget package, it drastically deteriorates Visual Studio - Peek definition and Go to definition take about 30 second to complete. It was so bad that for the moment being we had to switch to ClaveExpressionify which does not have this problem. It slows everything down even when there are no [Projectable] attributes anywhere in the code. I tried to recreate this problem on a dummy project, but no luck.
Do you have any idea what could be the problem? I don't mind helping with the problem, but some guidance could probably save a lot of time. If more information is needed, let me know.