fsharp / fsharp/TryFSharp

Update to .NET 6?

オープン
#52 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
F#
スター
25
フォーク
14
PR マージ指標
30日以内にマージされた PR はありません

説明

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:

```f#
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).

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。