Hello, I'm trying to learn F #, I would like to compile something in F #
These are the following steps that I followed:
- Downloaded Visual Studio Code
- Loaded + installed all Ionide extensions
- Ran F # new project, selected console application
- Ran FAKE: build
Then I get the error: The target "Build" does not exist in the project.
What are the steps you need to follow to compile the F # solution in Visual Studio code?
1) Building c:\Users\sfyir\Code\fsharp\ConsoleTest\ConsoleTest.fsproj failed with exitcode 1.
2) MSB4057: c:\Users\sfyir\Code\fsharp\ConsoleTest\ConsoleTest.fsproj(0,0): The target "Build" does not exist in the project.
source
share