Skip to content

Update to .NET 6? #52

Description

@abelbraaksma

Looks like TryFSharp uses some older version of F# (noticed by certain new .NET 6.0 methods not being available). Not sure what version, since the following snippet fails to run:

printfn "%A" System.Environment.Version  // throws error: FABLE: Cannot resolve System.Environment.get_Version

It should be noted that the context-sensitive help just works, it recognizes Environment.Version just fine and shows its members.

PS, System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription doesn't work either, since the Interop dll isn't available (afaict).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions