Skip to content

FSharpx.Extras v3.2.0 breaks compilation #436

@Micha-kun

Description

@Micha-kun

Description

FSharpx.Extras v3.2.0 has a forced restriction that Fsharp.Core requires to be (>= 6.0.6 && < 6.1.0), making projects using other versions to break. v3.1.0 didn't have that restriction (>= 4.6.2).

Repro steps

Create an F# project with .Net 8 and try to add FSharpx.Extras v3.2.0 nuget

Expected behavior

Project with FSharpx.Extras compiles correctly

Actual behavior

Project with FSharpx.Extras fails to compile

Known workarounds

Install FSharpx.Extras v3.1.0 or force Fsharp.Core to be (>= 6.0.6 && < 6.1.0)

Related information

  • Operating system: Windows 11
  • .NET Runtime, CoreCLR or Mono Version: .Net 8.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions