fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

Detect `open type` use correctly for enums

Open brianrourkeboll opened this issue 1 year ago • 1 comments

Description

Fixes #17619.

  • Consider open type used when the type is an enum and any of the enum cases is used unqualified.

Checklist

  • [x] Test cases added.
  • [x] Release notes entry updated.

brianrourkeboll avatar Aug 28 '24 19:08 brianrourkeboll

:heavy_exclamation_mark: Release notes required


:white_check_mark: Found changes and release notes in following paths:

Change path Release notes path Description
src/Compiler docs/release-notes/.FSharp.Compiler.Service/9.0.100.md

github-actions[bot] avatar Aug 28 '24 19:08 github-actions[bot]