Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memoryleak in Repository.GetAsync #4

Closed
dogguts opened this issue Dec 27, 2019 · 0 comments
Closed

Memoryleak in Repository.GetAsync #4

dogguts opened this issue Dec 27, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dogguts
Copy link
Owner

dogguts commented Dec 27, 2019

Expression tree gets built with constant value, creating a new cache entry for each new keyValues[].

Expression tree should be created with parameters so the query cache contains a parameterized query into which a different value will be inserted each time it is executed.

@dogguts dogguts self-assigned this Dec 27, 2019
@dogguts dogguts added the bug Something isn't working label Dec 27, 2019
dogguts pushed a commit that referenced this issue Dec 27, 2019
@dogguts dogguts added this to the 1.0.2 milestone Dec 27, 2019
@dogguts dogguts closed this as completed Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant