I have two questions related to dependencies displayed in manage package screen,
for instance while adding M365 activities package, I found a dependency “UiPath.Platform [22.4.0,]” when selecting M365 package version to 1.14.1.
Do you know what is the importance of this dependency? is it related to target robot platform the M365 package is compatible?
My second question is, how to compile the project targeting a particular robot version to confirm that all the dependent package versions are compatible? and it won’t cause any break in production…
The dependency you’ve mentioned, such as “UiPath.Platform [22.4.0,]” while adding the M365 activities package, indicates that the M365 activities package version 1.14.1 requires a minimum UiPath platform version of 22.4.0.
Dependencies like “UiPath.Platform [22.4.0,]” are crucial because they specify the minimum compatible version of the UiPath platform required to use the M365 activities package effectively.
Here you can check the availability of the package and its activities with the different project compatibilities in UiPath Studio for M365 Activities.
Version Compatibility Check: - Check the compatibility matrix provided by UiPath. They often publish documentation or compatibility charts that specify which versions of different packages are compatible with specific versions of the UiPath platform.
Thank you for your clarification, Even I thought so it is related to UiPath platform.
I have another question is that, if I maintain studio and robot versions are same to maintain compatibility, I don’t see studio warns me of using a higher version of the package during development. Is it already available in studio?