-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
Description
👋 I'm trying out some of the new GraphBasedChecking in the F# compiler. It's available currently in the 7.0.4xxx preview bits. The way to enable it is via OtherFlags such as:
<OtherFlags>$(OtherFlags) --test:GraphBasedChecking</OtherFlags>However, the websharper task fails with this extra argument.
WEBSHARPERTASK : warning FS1063: Unknown --test argument: 'GraphBasedChecking'
C:\Users\jimmy\.nuget\packages\websharper.fsharp\6.1.4.277\build\WebSharper.FSharp.targets(50,5): error MSB6006: "wsfsc.exe" exited with code 1. I did a verbose build with dotnet build -v d but I wasn't able to get a stacktrace or anything else that was useful.