I use in my project Sharpcompress library to extract files from RAR.
The process was okay until recently, I suspect the update to 2019.10 version caused this.
I use Invoice Code to extract files:
and it fails with following error:
Invoke Code: Method ‘UiPathCodeRunner_bd84b7993e7d4c0a96e9ac23305e77c7.Run’ not found.
When loading the project in Studio I am getting following warning:
NU3034: Package ‘SharpCompress 0.22.0’ from source ‘https://www.nuget.org/api/v2’: This package is signed but not by a trusted signer.
I tried to reinstall the Sharpcompress package and now I have the package in error
After package reinstall I could run this process from Studio but when I attempt to run it unattended it fails with same error.
I tried to revert to 2019.9.2 but the problem persists.