I have tried following several tutorials about creating custom activities.
I have followed them to the letter, but not one single time am I succesful in adding the built nuget package to UiPath.
I have built the activity in Visual Studio, created a new Nuget package, placed in in a path that is added to the sources in the UiPath package manager, but no available packages show up, that I can install.
Here are the steps to add dll to the UiPath packages.
Select c# Class Library
Add references system.activities and system.componentModel;
Write the required code to be executed
Define the input and output parameters
build the solution
Go to the containing folder and open bin folder
open the Nuget explorer and create new library and add the dll selecting the add existing option
Click to edit and change the name of the package
Save the package file with the desired name and copy the file(.nupckg extension) to the path C:\Users\username\AppData\Local\UiPath\app-18.4.0\Packages
Open UIPath and search for the name and click install you will be able to execute the code giving the inputs
May be the issue is with the Nuget package explorer part. Try doing all the steps again
@Vivek_Arunagiri:
No I haven’t.
None of the tutorials mentioned this, only to build a .nupkg file.
Should it then be "mypackage.nupkg or mypackage.nupkg.activities, and is simply renaming the already generated file enough?
@HareeshMR, no such path (as in step 9) exists.
Mine goes c:\users<username>\AppData\Local\UiPath and in this folder I have these folders:
.cache
Activities
Logs
UiPath
Open the UiPath folder you have. Check the version of your UiPath studio and inside the UiPath folder, you will have another folder with the name of your studio version.
You can get the path of the application installed as :
In the start menu, search UiPath, right click and open folder path. You will get the UiPath Icon and again right click on the icon and open folder path. You will get the packages.