Hi,
I;m using third party C# library which I install it by using NuGet operation (in fact it's download and installed from github as you known).
The c# library worked in my development environment(Tier1).
My question is that :
1. How can I distribute the C# library to the other Tier1 development environment?
I tried to put the DLL in the metadata/bin, but the other Tier1 environment can't call the c# function since add reference DLL of metadata/bin .
2. How can I deploy the C# library to the SaaS evironment (Tier2~Tier5)?
Best Regards.