Kit Eason
Kit Eason
@enricosada
Updated to Ionide 3.13.2, still happens.
Started performing the Ionide install steps in case something is missing from the SAFE build or installation steps. Did this: `choco install windows-sdk-8.0 -y`
Some files seem to have been changed locally: modified: .paket/Paket.Restore.targets modified: src/Client/ReleaseNotes.fs modified: src/Client/pages/Home.fs So did a `git checkout .`. Same build error as previous comment.
Continued Ionide install steps: `choco install microsoft-build-tools -y`
Restarted bash, ran `build.cmd`, same error as was introduced after installing `visualfsharptools`: --------------------------------------------------------------------- 1) System.Exception: dotnet build failed at Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringThenFail@1379.Invoke(String message) at FSI_0005.Build.runDotnet(String workingDir, String args) at [email protected](Unit _arg3) at...
Cloned another copy of the bookstore source elsewhere. Ran a `./build.cmd`, this succeeded. Re-ran Code and opened the folder in the new clone. Added one space to a prompt as...
Repeated the steps suggested by @enricosada: `F#: Clear Cache'
Noticed this line from the previous step: > Package dotnet-fable 1.3.1 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package dotnet-fable 1.3.1 supports: netcoreapp2.0 (.NETCoreApp,Version=v2.0) Maybe I don't have .NET Core 2?...
Installed .NET Core SDK 2.0.3 (x64). Reran `build.cmd`