AddOpen opens the wrong namespace for IEnumerator #16155
Labels
Area-LangService-CodeFixes
Code fixes associated with diagnostics
Bug
good first issue
help wanted
Impact-Medium
(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
Repro steps
Use the suggested code fix for
IEnumerator
.Expected behavior
Code fix suggests to open
System.Collections.Generic
.Actual behavior
Code fix suggests to open
System.Collections
, which only contains the non-genericIEnumerator
.Known workarounds
None.
Related information
VS 17.8.0 Preview 3.0
The text was updated successfully, but these errors were encountered: