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 F# Tooling, Language and F# Core version numbers #11877

Closed
KevinRansom opened this issue Jul 23, 2021 · 6 comments
Closed

Update F# Tooling, Language and F# Core version numbers #11877

KevinRansom opened this issue Jul 23, 2021 · 6 comments

Comments

@KevinRansom
Copy link
Member

KevinRansom commented Jul 23, 2021

The next major release of F# will be Dev 17.0

  • Language F# Language Version will be 6.0
  • FSharp.Core.dll version will be 6.0.0.0
  • FSharp.Core nuget package will be 6.0.0

Language version 6.0 will be added and will have enabled:

  • LanguageFeature.OverloadsForCustomOperations, languageVersion60
  • LanguageFeature.ExpandedMeasurables, languageVersion60
  • LanguageFeature.ResumableStateMachines, languageVersion60
  • LanguageFeature.StructActivePattern, languageVersion60
  • LanguageFeature.PrintfBinaryFormat, languageVersion60
  • LanguageFeature.UseBindingValueDiscard, languageVersion60
  • LanguageFeature.NonVariablePatternsToRightOfAsPatterns, languageVersion60
  • LanguageFeature.AttributesToRightOfModuleKeyword, languageVersion60

And also this active PR

And possibly these active PRs

@Happypig375
Copy link
Member

Ayy, will we have F# 7 for .NET 7 too?

@En3Tho
Copy link
Contributor

En3Tho commented Jul 24, 2021

OverloadsForCustomOperations
ExpandedMeasurables
ResumableStateMachines
StructActivePattern
PrintfBinaryFormat
UseBindingValueDiscard
NonVariablePatternsToRightOfAsPatterns
AttributesToRightOfModuleKeyword

@dsyme
Copy link
Contributor

dsyme commented Jul 24, 2021

Ayy, will we have F# 7 for .NET 7 too?

🤣 🤣 🤣 🤣 One thing at a time :)

@DalekBaldwin
Copy link

Since FSharp.Core will now target both netstandard2.0 and netstandard2.1, it may help to have some guidance on new best practices for linking and building projects against it.

@dsyme
Copy link
Contributor

dsyme commented Jul 26, 2021

Since FSharp.Core will now target both netstandard2.0 and netstandard2.1, it may help to have some guidance on new best practices for linking and building projects against it.

All this is handled automatically. If you are making a netstandard2.0 library, or a net472 library, then netstandard2.0 facade is used. If making a netstandard2.1 or net5.0 thing then netstandard2.1 is used.

I'm not sure any specific guidance is needed, just as we don't give any specific guidance for other .NET components

@dsyme
Copy link
Contributor

dsyme commented Apr 20, 2022

All done 👍

@dsyme dsyme closed this as completed Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants