We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b2a9b commit 26725b2Copy full SHA for 26725b2
tests/service/ExprTests.fs
@@ -851,7 +851,7 @@ let ``Test expressions of declarations stress big expressions`` () =
851
// This should not stack overflow
852
printDeclarations None (List.ofSeq file1.Declarations) |> Seq.toList |> ignore
853
854
-#if FX_ATLEAST_45
+#if FX_ATLEAST_45 && !DOTNETCORE
855
856
[<Test>]
857
let ``Check use of type provider that provides calls to F# code`` () =
0 commit comments