Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.15 KB

File metadata and controls

12 lines (9 loc) · 1.15 KB

Fixed

  • Fixed Rename incorrectly renaming get and set keywords for properties with explicit accessors. (Issue #18270, PR #19252)
  • Fixed Find All References crash when F# project contains non-F# files like .cshtml. (Issue #16394, PR #19252)
  • Find All References for external DLL symbols now only searches projects that reference the specific assembly. (Issue #10227, PR #19252)
  • Improve static compilation of state machines. (PR #19297)
  • Make Alt+F1 (momentary toggle) work for inlay hints. (PR #19421)
  • Fix doubled F# diagnostics in tooltips. (Issue #16360)

Changed

  • Rename "inline hints" to "inlay hints" in VS options for consistency with industry terminology. (PR #19318)