Hi,
I'm trying to get code completion in VS Code for a C# dll. Works great until I try to get a controllers functions by including the controller dll. I end up adding a bunch of extraneous dlls (system.net.http, system.web.dll...) into the build.hxml but then I end up with an error like
Api.dll @ api.entitywrappers.BaseEntity (<>p__0):1: character 1 : Type not found : T0
I have no idea how to resolve it. I believe it is related to reflection in the target dll but I am not sure. Any ideas?