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

Preview 1 F# release notes #9737

Draft
wants to merge 2 commits into
base: dotnet10p1
Choose a base branch
from
Draft

Conversation

KathleenDollard
Copy link
Contributor

No description provided.

@@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

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

Successfully merging this pull request may close these issues.

2 participants