I have never worked with .NET before and I would like to know how to run a WebSharper F# project without any IDE.
Context
- I'm running Linux with Mono 4.4.2
- The project was created with VS Code and Ionide, using the template websharperserverclient
- I'm able to compile the code using the automatically generated file
build.sh
or by executingxbuild
, but only.dll
files are generated, I couldn't see any.exe
I thank in advance for any help!
Updates
Using websharperserverclient I get weird results like the one showed in the picture below and xsp4
doesn't give any hint about it.