dotnet / dotnet/fsharp

Concurrency issue in XmlDocumentation+Provider.GetMemberIndexOfAssembly

Open
#18,738 0 comments 0 reactions 0 assignees View on GitHub
Bug
Dominant language
F#
Stars
4.3k
Forks
876
Avg merge
4d 11h
Merged PRs (30d)
131

Description

XmlDocumentation+Provider.GetMemberIndexOfAssembly is overlapping reads/writes of a Dictionary currupting state and causing threads to enter an infinite loop.

Use a ConcurrentDictionary instead of Dictionary.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.