I made a plugin, which uses some external codes.
By forum post, adding nuget plugin to csproj does not works - so I downloaded compiled dll file and added it into Content directory of plugin path.
And added options.ScriptingAPI.FileReferences.Add in Setup method in plugin’s Build.cs file.
but engine fails to add path -
[Info] error CS0006: Metadata file ‘/Content/ICSharpCode.SharpZipLib.dll’ could not be found
I tried /Content, /…/Content, /…/…/Content but all failed.
What is the working directory of plugin’s build.cs, or ScriptingAPI.FileReferences called from plugin?