VisualFSharp v34.1.1 Release Notes

  • From dotnet/fsharp:3777cd4d8..836da28c0:

    • Slight tweaks to error messages around numeric literals (Thanks @Happypig375)
    • Deny taking native address of an immutable local value (Thanks @TIHan)
    • ๐Ÿ›  Fixes to reported ranges for wildcard self-identifiers, module abbreviations, nested modules, attributes, nested types, and fields (Thanks @auduchinok)
    • ๐Ÿ‘ Better compiler error recovery for errors in constructor expressions (Thanks @auduchinok)
    • ๐Ÿ›  Fix handling of F# Options in C# members with regards to nullable type interop (Thanks @TIHan)
    • ๐Ÿšš Move dependency handling of native dlls to the DependencyManager (Thanks @KevinRansom)