dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.82k stars 772 forks source link

Remove invalid attributes #17321

Closed nojaf closed 1 week ago

nojaf commented 1 week ago

Description

When adding <LangVersion>preview</LangVersion>, these attributes give an error FS0842: This attribute is not valid for use on this language element.

//cc @edgarfgp

Checklist

github-actions[bot] commented 1 week ago

:warning: Release notes required, but author opted out

[!WARNING] Author opted out of release notes, check is disabled for this pull request. cc @dotnet/fsharp-team-msft

nojaf commented 1 week ago

Might pursue this some other time.