VisualFSharp v36.0.2 Release Notes

  • ๐Ÿ›  This is a small bugfix release that I'm making primarily to publish a version of FCS with sourcelink enabled, so that tooling users can make use of that information.

    From dotnet/fsharp:079276b4b..37d0cccec:

    • ๐Ÿ›  Fixes for do! handling in computation expressions (thanks @baronfel)
    • โž• Add missing versions in FCS' Interactive header (thanks @nightroman)
    • ๐Ÿ‘Œ Support Source-translation in match! expressions (thanks @baronfel)
    • Ensure stack traces from uncaught exceptions in CEs are maintained (thanks @NinoFloris)
    • ๐Ÿ‘ Better handling of inline in witness-passing codepaths (thanks @dsyme)
    • Enable publishing of FCS with sourcelink (thanks @baronfel)
    • 0๏ธโƒฃ Extend nameof to support naming generic parameters (nameof<'t>) and instance members (nameof(Unchecked.defaultof<C>.Property)) (thanks @dsyme)