Skip to content

31.0.0

Compare
Choose a tag to compare
@baronfel baronfel released this 11 Aug 23:13
02eb8ff

31.0.0

  • Integrate dotnet/fsharp from 5a8f454 to 05c558a
  • Notable changes include:
    • Removal of the Microsoft.FSharp.Compiler.SourceCodeServices namespace
    • A new API for determining if an identifier needs to be quoted is available: FSharp.Compiler.LexHelp.Keywords.DoesIdentifierNeedQuotation
    • Enhancements to the correctness of PDBs
    • Better string formatting of records and values
    • More stack overflow fixes in the compiler
    • Inline IL parsing error handling
    • LeafExpressionConverter handles struct tuples
    • FSharpChecker now can parse a file without caching: ParseFileNoCache