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

Updated MemoryGenericRepository to use a ConcurrentDictionary #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

squideyes
Copy link

Thanks for sharing. I made a small change (swapped out the Dictionary in MemoryGenericRepository for a ConcurrentDictionary) to allow the library to work better in multithreading scenarios.

@DgoNeves
Copy link

You changed the whole file, maybe line endings problem?

@squideyes
Copy link
Author

squideyes commented Jul 24, 2020 via email

@oakcool
Copy link
Owner

oakcool commented Dec 23, 2020

This is a great idea, would you mind undoing the changes and then just pushing the actually changes again.

Thanks a lot for contributing, and sorry for the very late response. :)

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

Successfully merging this pull request may close these issues.

3 participants