Version 1.0.6+ (Critical) #1
magiccodingman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've not shared or posted about this project yet, so I don't expect any users anyways. But to be safe, I have on Nuget depreciated versions 1.0.0 to 1.0.5 due to bugs, but a critically overlooked use of the repository on GetAll() returning "IEnumerable" instead of "IQueryable" which effectively brings down your entire database table into memory the moment you add any "Where" or additional LINQ clauses. Please only utilize 1.0.6 and above. If you did utilize the project prior to 1.0.6 it's advised you delete the cs files generated in the DbHelper. Then re-run the CLI app with the newest version to re-generate the cs files with the provided fixes.
I open sourced this project very early because I felt like it. But I am still refining the code, extensions, and more. TLDR, this is still a work in progress.
Beta Was this translation helpful? Give feedback.
All reactions