fsprojects / fsharp-language-server

Other
219 stars 37 forks source link

Obtain C# project targets from project.assets.json #24

Closed amongonz closed 6 years ago

amongonz commented 6 years ago

Fixes #23. For C# project references, this composes the target DLL name from project.assets.json when it exists. Tell me if there's anything that I've missed or that you want me to change.

georgewfraser commented 6 years ago

This is great thanks! The two dllNames is fine, the first one is just a placeholder to make F# compiler service happy.