My Mac has a virtual machine where Windows and Visual Studio is installed. However, running the virtual machine + Visual Studio is sometimes slow, so I am trying to use Visual Studio Code
in Mac OS.
One thing I don't get is how to reference Open XML SDK in VS Code.
This video shows how to add Open XML SDK in Visual Studio. This idea is to download the code, and then compile them to generate 2 .dll
, and browse to these 2 .dll
to add:
Whereas, I don't see where to add references in VS Code.
Does anyone know this?
Additionally, is it possible to compile the downloaded folder (which contains .sln
) directly in VS Code rather than Visual Studio?
PS: this thread modifies dependencies in project.json
, and uses dnu restore
to download the dependencies. But the problem is that dnu restore
would not find my local Open XML SDK...