Ionide-vscode-fsharp: Can't always load project properly

Created on 22 Jul 2016  Â·  5Comments  Â·  Source: ionide/ionide-vscode-fsharp

On a few solutions, I have situations where the project file doesn't seem to load properly - it's as though any references to third-party assemblies don't show up.

I now do have a repro of this - https://github.com/fsprojects/AzureStorageTypeProvider. If you load the solution and do a fake build, it'll build successfully (you'll need the Azure Storage SDK on your machine for the emulator though - sorry!). But when you open any files in the Test project, you'll see that all the references to e.g. WindowsAzure.Storage have red squigglies because the namespace isn't defined.

But the main FSharp.Azure.StorageTypeProvider project works fine.

bug language services

Most helpful comment

@isaacabraham: Can you try latest version? We've updated FCS, new version apparently is bit better at handling fsproj files

All 5 comments

Any reproduction for which I don't need to install any additional requirements?

If I find another project I'll let you know. Sorry.


From: Krzysztof CieÅ›lakmailto:[email protected]
Sent: ‎22/‎07/‎2016 15:04
To: ionide/ionide-vscode-fsharpmailto:[email protected]
Cc: Isaac Abrahammailto:[email protected]; Authormailto:[email protected]
Subject: Re: [ionide/ionide-vscode-fsharp] Can't always load project properly (#104)

Any reproduction for which I don't need to install any additional requirements?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
https://github.com/ionide/ionide-vscode-fsharp/issues/104#issuecomment-234537992

@isaacabraham: Can you try latest version? We've updated FCS, new version apparently is bit better at handling fsproj files

Works!!

Was this page helpful?
0 / 5 - 0 ratings