Hello community,
I want to upload a .dll as a reference assembly from Creatio Configuration section .
The Creatio instance is hosted on Cloud.
The .dll is .NET Standard 2.0 compatible.
Question : Is it ok to upload this dll which supports .NET Standard 2.0 and has no dependecies ?
Like
Hi!
This is a good idea to use Configuration for such a purpose and it's actually described in Academia: https://academy.creatio.com/docs/7-18/developer/development_tools/creat…;
The external libraries support .NET Standard 2.0 so you can load them into the Creatio package in the Configuration section using the Add -> Import button.
The dependencies, however, must rely on the development structure, e. g. - If the current package must inherit Creatio functionality. Here is more info: https://academy.creatio.com/docs/7-17/developer/development_tools/packa…
Thanks for the reply Alla ! I appreciate it.
When talking about dependencies, I meant the dependencies of the dll i am trying to import (not those of the Creatio package). It has no dependecies, so just uploading the dll should do the work.
Thank you,
Sasori