Concurrency issue in XmlDocumentation+Provider.GetMemberIndexOfAssembly
Open
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
Assessment
This issue has not been assessed yet.