Michael123
(Michael Hörrmann)
April 21, 2020, 7:21am
1
I have created a library with the following 3 package dependencies.
If I move this to my Orchestrator and include it in another project with lower package versions, the dependencies are not resolved.
How can I include the library without upgrading the packages in the project?
ppr
(Peter Preuss)
April 21, 2020, 8:04am
2
@Michael123
give a try on your library project by defining the lowest applicable version within the runtime rule
Please refer below answer.
@Gino Thank you for the reply. I found below statement from the docs page About Libraries
It is highly recommended for libraries and processes to use the same versions of dependencies, or within a difference of minor package updates, to avoid running into breaking changes. This is a best practice of developing and reusing libraries.
If you encounter System.MissingMethodException when executing a process that invokes a library, you should recompile your library using dependencies with a versi…
It is highly recommended for libraries and processes to use the same versions of dependencies, or within a difference of minor package updates, to avoid running into breaking changes. This is a best practice of developing and reusing libraries.
Useful references:
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
https://docs.uipath.com/studio/v2019-fastTrack/docs/managing-dependencies