Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 3.06 KB

File metadata and controls

28 lines (22 loc) · 3.06 KB

Added

Fixed

  • Allow extension methods without type attribute work for types from imported assemblies. (PR #16368)
  • Enforce AttributeTargets on let values and functions. (PR #16692)
  • Enforce AttributeTargets on union case declarations. (PR #16764)
  • Enforce AttributeTargets on implicit constructors. (PR #16845)
  • Enforce AttributeTargets on structs and classes (PR #16790)
  • Ensure consistent interaction between ``#lineand#nowarn` directives (PR #17649)

Changed

  • Lower interpolated strings to string concatenation. (PR #16556)