Modifying a custom activity in created library

Hello,

I’m a newbie here, working as a junior rpa developer, and now I am trying to modify a custom activity that designed by the rpa team before me.

Library tag’s says it created by VisualBasic VB UiPathStudioLibrary.

My struggle is I cannot figure out how to reach the custom activity codes in the nuget package. and then I will try to modify the codes for the current need of the client.

Any help would be appreciated, thanks very much in advance.
Cheers

You can’t get to the XAML files in the package. There are no XAML files. The library wasn’t created in UiPath Studio, it was created in VisualBasic. You need to open the VB project files.

thanks for the answer, i have the solution now.

i decompiled the package library which was .dll format by using JetBRains dotPeek and i reached the codes to modify.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.