Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to .NET 6? #52

Open
abelbraaksma opened this issue Feb 18, 2022 · 0 comments
Open

Update to .NET 6? #52

abelbraaksma opened this issue Feb 18, 2022 · 0 comments

Comments

@abelbraaksma
Copy link
Member

abelbraaksma commented Feb 18, 2022

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant