JetBrains / resharper-fsharp

F# support in JetBrains Rider
Apache License 2.0
328 stars 53 forks source link

Turn 3560 off by default #588

Open rstm-sf opened 6 months ago

rstm-sf commented 6 months ago

Need update FCS? see https://github.com/dotnet/fsharp/pull/16160

image

global.json

{
  "sdk": {
    "version": "7.0.202",
    "rollForward": "latestFeature",
    "allowPrerelease": false
  }
}

JetBrains Rider 2023.3.2

auduchinok commented 6 months ago

Need update FCS?

Yes, looks like it. Thanks!