Skip to content

FSharpLanguageLevel: support F#8 with patches#816

Merged
DedSec256 merged 5 commits intomainfrom
ber.a/fsharp8patch
Mar 25, 2025
Merged

FSharpLanguageLevel: support F#8 with patches#816
DedSec256 merged 5 commits intomainfrom
ber.a/fsharp8patch

Conversation

@DedSec256
Copy link
Collaborator

@DedSec256 DedSec256 commented Feb 21, 2025

Relax language level constraint for RIDER-102956 and RIDER-122888

elif minor >= 4 && minor <= 7 then VersionMapping(FSharpLanguageLevel.FSharp70, FSharpLanguageLevel.FSharp80)
elif minor = 8 then VersionMapping(FSharpLanguageLevel.FSharp80, FSharpLanguageLevel.FSharp90)
elif minor = 8 && build < 200 then VersionMapping(FSharpLanguageLevel.FSharp80, FSharpLanguageLevel.FSharp90)
// .NET 8.0.200
Copy link
Member

Choose a reason for hiding this comment

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

Does this comment actually add something here? 🙂

@DedSec256 DedSec256 force-pushed the ber.a/fsharp8patch branch from d57a3df to d732954 Compare March 25, 2025 13:46
@DedSec256 DedSec256 merged commit ba5c694 into main Mar 25, 2025
1 check passed
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