-
Notifications
You must be signed in to change notification settings - Fork 831
Open
Labels
Area-LangService-CodeFixesCode fixes associated with diagnosticsCode fixes associated with diagnosticsBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.good first issuehelp wanted
Milestone
Description
Repro steps
let x (enumerator: IEnumerator<'t>) = ()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-generic IEnumerator.
Known workarounds
None.
Related information
VS 17.8.0 Preview 3.0
T-Gro
Metadata
Metadata
Assignees
Labels
Area-LangService-CodeFixesCode fixes associated with diagnosticsCode fixes associated with diagnosticsBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.good first issuehelp wanted
Type
Projects
Status
New