You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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).The text was updated successfully, but these errors were encountered: