fsharp-language-server icon indicating copy to clipboard operation
fsharp-language-server copied to clipboard

OutputPath / AssemblyName setting in .fsproj ignored

Open rudihorn opened this issue 5 years ago • 1 comments

I was trying to use the fsharp language server in combination with a modified SQLProviders project, but instead of looking in the SQLProviders/bin/... folder for the binary, it was looking in the SQLProviders/src/SQLProvider.Standard/bin/... folder which does not exist.

Steps to reproduce:

  • git clone https://github.com/fsprojects/SQLProvider.git
  • create a new F# project and add the reference:
 <ItemGroup>
    <ProjectReference Include="..\FSharp\fsprojects\SQLProvider\src\SQLProvider.Standard\SQLProvider.Standard.fsproj" />
  </ItemGroup> 
  • Reference FSharp.Data.Sql in the file.
  • It seems to also look for SQLProvider.Standard.dll rather than FSharp.Data.SqlProvider.dll

Tested this in Spacemacs on Ubuntu.

rudihorn avatar Apr 23 '19 10:04 rudihorn

See #58

yatli avatar May 25 '19 16:05 yatli