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

Fix for #1217 #1426

Merged
merged 1 commit into from
Nov 1, 2019
Merged

Fix for #1217 #1426

merged 1 commit into from
Nov 1, 2019

Conversation

chrfin
Copy link
Contributor

@chrfin chrfin commented Oct 30, 2019

This change should fix #1217
I am aware that GetOrAdd is not thread-safe, but according to the list under remarks at https://docs.microsoft.com/en-us/dotnet/api/system.collections.concurrent.concurrentdictionary-2.getoradd it should not cause any problems in this case.

@chrfin
Copy link
Contributor Author

chrfin commented Oct 30, 2019

This can be merged as soon as #430 is merged in again...

@chrfin chrfin mentioned this pull request Oct 30, 2019
@ajcvickers ajcvickers merged commit d9c30d3 into dotnet:release/6.4 Nov 1, 2019
@ajcvickers
Copy link
Member

Thanks for the contribution!

@chrfin
Copy link
Contributor Author

chrfin commented Nov 2, 2019

@ajcvickers This will be part of preview3 or is it already included in preview2?

@ajcvickers
Copy link
Member

@chrfin Preview 3. Unfortunately it takes a long time from branching to release for previews, so they don't have a lot of the more recent fixes.

@chrfin
Copy link
Contributor Author

chrfin commented Nov 4, 2019

Ok, thanks for the info :-)

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.

EntityFramework's dbContext started throwing an EntityCommandCompilationException
2 participants