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

Add support for F# 9.0 features #1419

Open
12 tasks done
Jand42 opened this issue Feb 4, 2025 · 0 comments
Open
12 tasks done

Add support for F# 9.0 features #1419

Jand42 opened this issue Feb 4, 2025 · 0 comments
Assignees

Comments

@Jand42
Copy link
Member

Jand42 commented Feb 4, 2025

New language/FSharp.Core features: (See What's new in F# 9)

  • Nullable reference types
    • Tests added
  • Discriminated union .Is* properties
    • Tests added
  • Partial active patterns can return bool instead of unit option
    • Tests added
  • Empty-bodied computation expressions
    • Tests added
  • Random functions for collections (Seq, List, and Array modules): randomChoice, randomChoiceBy, randomChoiceWith, randomChoices, randomChoicesBy, randomChoicesWith, randomSample, randomSampleBy, randomSampleWith, randomShuffle, randomShuffleBy, randomShuffleWith. The Array module also has randomShuffleInPlace, randomShuffleInPlaceBy, randomShuffleInPlaceWith.
    • Tests added
  • C# collection expression support for F# lists and sets
    • Tests added
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