RobilityAI®

Header Example

Robility® Forum

Unleash your potential – connect, collaborate, and automate with our powerful solutions.

NuGet package missi...
 
Notifications
Clear all

NuGet package missing Error

4 Posts
2 Users
0 Reactions
292 Views
Posts: 31
Robility Support Team
Topic starter
(@admin)
Member
Joined: 1 year ago

I’ve browsed and used a NuGet package in my solution within the Designer and published it to the Manager. However, when I try to run the robot, it fails to execute, and the “Robility Lens” indicates that the package is missing. Can you help me resolve this?

Reply
Topic Tags
3 Replies
Posts: 73
Robility Support Team
(@abidurai)
Member
Joined: 1 year ago

@abi-nandhan The issue arises because, to use a NuGet package in the Runner, the package must be available in the Blob storage for download and utilization. Currently, we don’t have the functionality to automatically upload and retrieve NuGet packages from Blob storage. As a workaround, you can use the “Invoke Code” or “Invoke DLL” activity to utilize the package in the Runner environment

Reply
Posts: 31
Robility Support Team
Topic starter
(@admin)
Member
Joined: 1 year ago

@abidurai Oh, I see. I’ll convert my NuGet package to a DLL and use that instead. But, why do we have the Browse feature if I can’t use it directly?

Reply
Posts: 73
Robility Support Team
(@abidurai)
Member
Joined: 1 year ago

@abi-nandhan

The “Browse” feature is designed for use in the Designer environment, allowing you to test and develop your automation with the package locally. However, due to current limitations in the Runner's ability to download packages directly from Blob storage, the package won't automatically transfer for execution. That's why converting the package to a DLL and using “Invoke DLL” is necessary for now when working with the Runner.

Or you can also checkout the “Robility Marketplace” feature where you will be able to upload and use your customized package in your solutions.

Reply