Closed hifall closed 5 years ago
First of all, thanks for this nice project.
I am able to make this F# LS to work with built-in assemblies. That is, it's able to complete built-in assemblies with no issue.
However, I am not sure how to make it recognize assemblies installed externally, like NUnit.
This screenshot shows that it's unable to recognize NUnit:
My fsproj looks like this:
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.0</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Include="model.fs" /> </ItemGroup> </Project>
My settings: running on Ubuntu 16.04/Mono, NUnit is installed using NuGet.
Thanks!
First of all, thanks for this nice project.
I am able to make this F# LS to work with built-in assemblies. That is, it's able to complete built-in assemblies with no issue.
However, I am not sure how to make it recognize assemblies installed externally, like NUnit.
This screenshot shows that it's unable to recognize NUnit:
My fsproj looks like this:
My settings: running on Ubuntu 16.04/Mono, NUnit is installed using NuGet.
Thanks!