in Visual Studio Code I simply want to add a reference to an custom c# assembly like
\"../libs/mylib.dll\"
how can I add this
simpler, just add the following:
1) modify the myproject.csproj file
..\Dlls\DllComunVb2008.dll
2) Add the using of the library you are going to use. Example: using Dllcomun;
using
using Dllcomun;