Open
Description
R4MVC does not work if the web project includes a reference to a project written in F#.
Loading the MSBuild workspace produces a message saying:
"Cannot open project 'xxx' because the file extension '.fsproj' is not associated with a language."
I know that the Roslyn compiler does not cover F#, but in this case, the F# code has little to do with the code generation that R4MVC needs to perform...
Is there a way to bypass the error above so the code analysis can go through?