Refer a dll in UiPath project

Hi,

I want to refer a dll in my UiPath project. I was wondering if i can refer the dll without creating nuget package and just copy it to a folder and import the same in UiPath studio.

I’ve not found a way, but I’m sure someone will correct me if if there is actually a way.

Honestly, I’d just create the nuget package for it. It’s a trivial operation, if not a bit inconvenient, especially when developing an Activity. You can see instructions on how to package your dll into a nuget package in the Documentation. I’d post a direct link but apparently direct links to the docs aren’t allowed.