Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ module ``Active patterns`` =

module ``Suppression of System Numerics interfaces on unitized types`` =

[<Fact(Skip = "Solution needs to be updated to .NET 7")>]
[<Fact>]
let Baseline () =
Fsx """
open System.Numerics
Expand All @@ -785,7 +785,7 @@ module ``Suppression of System Numerics interfaces on unitized types`` =
|> compile
|> shouldSucceed

[<Theory(Skip = "Solution needs to be updated to .NET 7")>]
[<Theory>]
[<InlineData("IAdditionOperators", 3)>]
[<InlineData("IAdditiveIdentity", 2)>]
[<InlineData("IBinaryFloatingPointIeee754", 1)>]
Expand Down