fsharp / fsharp/TryFSharp

Update to .NET 6?

Ouverte
#52 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
F#
Étoiles
25
Forks
14
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

Start by locating TryFSharp's F# and .NET/Fable configuration, then reproduce the Environment.Version and RuntimeInformation.FrameworkDescription snippets from the issue. Done means the relevant .NET 6 APIs resolve and the existing build or test checks pass.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
fsharp
Domaine
devtools
Type d'issue
Bug
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
À clarifier
Accessibilité débutants
25/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.