Web Project for F#

Posted by mfeingold on Stack Overflow See other posts from Stack Overflow or by mfeingold
Published on 2010-01-15T20:39:19Z Indexed on 2010/06/12 14:02 UTC
Read the original article Hit count: 191

Filed under:
|
|

I am building a project system for Visual Studio MVC web projects with controllers written in F#. It comes along pretty cool. I can build and run the apps, but I have a problem with FSharp Language Service.

In the editor it shows the syntax colorization and diagnostic as it should. With one problem - it does not pick up project references. Even though during build it picks them up and successfully builds the project, on the screen it shows the objects/namespaces from the referenced assemblies/projects as unresolved.

If somebody out here has some knowledge about integrating with F# Language service - please help me make it work

In response to Tomas:

The code for F# controllers is in the project file and as I already mentioned I can compile and run it. Originally we kept the F# code in a separate project and desire to get rid of this extra complexity is what prompted this project. It is not a ASP.MVC though it is Bistro MVC.

Edit

BistroMVC now solves this problem in the latest version of the Bistro Designer which is based on the F# project extender

© Stack Overflow or respective owner

Related posts about F#

Related posts about vsx