I am creating custom activities for UiPath from last 2 months, and i created some activities for a particular application. As all the activities are for same application, i want to make an activity suite, which currently has been achieved by having multiple classes inside a single namespace.
Additionally, I am looking to have some more features(all from OOP’s) like security, code re usability etc. to be included at suite level so as to increase the code readability and maintainability
I explored in-build studio packages and found .dll’s structure(As shown in figure)!
I want to understand the how to achieve this file structure and organisation and its significance.
So, i want some good references and guidance to arrange my code in both VS and Nuget package Explorer.
@lavinia.nastase and @radu_bucur I was using your webinar as a reference and it has helped me gain a basic understanding…now, I want additional help to scale up
@AnkitRawat, please follow the steps in our 5 min tutorial to make the extension work. I know there are certain actions that cause it to fail, but this way should work