Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.72 KB

File metadata and controls

19 lines (15 loc) · 1.72 KB

Fixed

Added

  • Added missing type constraints in FCS. (PR #18241)
  • The 'use' keyword can be used on IDisposable|null without nullness warnings (PR #18262)

Changed

  • FSharpCheckFileResults.ProjectContext.ProjectOptions will not be available when using the experimental Transparent Compiler feature. (PR #18205)
  • Update Obsolete attribute checking to account for DiagnosticId and UrlFormat properties. (PR #18224)

Breaking Changes