-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Preview 1 F# release notes #9737
base: dotnet10p1
Are you sure you want to change the base?
Conversation
@@ -1,13 +1,16 @@ | |||
# F# 10 updates in .NET 10 Preview 1 - Release Notes | |||
|
|||
.NET 10 Preview 1 includes the following F# features & enhancements: | |||
You can find release notes for F# in the F# repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can find release notes for F# in the F# repo. | |
Release notes for F# are generated for all contributions to the [dotnet/fsharp](https://github.com/dotnet/fsharp) repository and split across language, library and compiler changes. | |
|
||
F# 10 updates: | ||
You can find the [Release notes for F# language in the F# repo](https://fsharp.github.io/fsharp-compiler-docs/release-notes/Language.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can find the [Release notes for F# language in the F# repo](https://fsharp.github.io/fsharp-compiler-docs/release-notes/Language.html). | |
[Release notes for new F# language features](https://fsharp.github.io/fsharp-compiler-docs/release-notes/Language.html) list language changes that have to be enabled by `<LangVersion>preview</LangVersion>` project property in `.fsproj` project file. They will become the default with .NET 10 release. | |
|
||
## Feature | ||
You can find the [Release notes for F# core in the F# repo](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Core.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can find the [Release notes for F# core in the F# repo](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Core.html). | |
[Changes to the FSharp.Core standard library](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Core.html) are applied automatically to projects compiled with new SDK, unless they pin down a lower FSharp.Core version. | |
|
||
## FSharp.Compiler.Service | ||
|
||
You can find the [Release notes for F# compiler service in the F# repo](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Compiler.Service.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can find the [Release notes for F# compiler service in the F# repo](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Compiler.Service.html). | |
General improvements and bugfixes in the compiler implementation are at [Release notes for FSharp.Compiler.Service](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Compiler.Service.html). | |
No description provided.