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 6c2b27d commit 3cd0cbbCopy full SHA for 3cd0cbb
tests/FSharp.Compiler.Private.Scripting.UnitTests/FSharpScriptTests.fs
@@ -352,7 +352,7 @@ tInput.Length
352
let value = opt.Value
353
Assert.Equal(4L, downcast value.ReflectionValue)
354
355
- [<Fact>]
+ [<FSharp.Test.FactForNETCOREAPP>] // usessdkrefs is not a valid option for desktop compiler
356
member _.``ML - use assembly with ref dependencies and without refing SMemory``() =
357
let code = """
358
#r "nuget:Microsoft.ML.OnnxTransformer,1.4.0"
0 commit comments