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

Why EF6 allocate memory for some DbSets? #2103

Closed
mah0o7co opened this issue Mar 27, 2023 · 2 comments
Closed

Why EF6 allocate memory for some DbSets? #2103

mah0o7co opened this issue Mar 27, 2023 · 2 comments

Comments

@mah0o7co
Copy link

I have a simple dbcontext, It has three set in it. When I debug it using Windbg to see what object is live i see some dbset.

So, My question is why some dbset is in heap?

https://stackoverflow.com/questions/75852295/why-ef6-allocate-memory-for-some-dbsets

@ajcvickers
Copy link
Member

This issue has been closed because EF6 is no longer being actively developed. We are instead focusing on stability of the codebase, which means we will only make changes to address security issues. See the repo README for more information.

@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Mar 27, 2023
@mah0o7co
Copy link
Author

Apparently, EF6 has problem with live in entity name. Weird.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants