How to extract project from Nuget Package UiPath

I am trying to open a nuget file I downloaded from the Orchestrator.
Once I opened the file, I see that all my activities look like this :

In the original code it looks like:

I can’t expand even ForEach activities.

Steps I employed in extracting the nupkg package are as below:

  1. Download from Orchestrator.
  2. Right Click on file.
  3. Choose “Open with”
  4. Choose “WinRAR archiver.
  5. Select the path of the extraction
    The resulting view of the files are as follows:

The view of the lib folder is as such:

Kindly tell me how to extract a project form nupkg file in a way that allows for the full view of the project. Thank you.

Hi @RobinsonFrancis

  1. Rename the Nuget Package extension to .zip
  2. Extract all the .zip folder
  3. Go to content folder, in that folder you can find your project xaml files
  4. Open the Main.xaml
  5. Go to Manage Packages then update all dependencies to latest version

Hope this helps!!

Regards,

Hi,

For now, can you check if you use runtime package in Project panel, as the following?

If you use it, can you try to uninstall it then install packages without runtime?

Regards,

@RobinsonFrancis,

It’s due to runtime version of the packages.

Refer this article for detailed root cause and solution