Been a while since I came here, yeah stuff happens, anyways I need help
So I was revisiting one of my custom activities, I thought it is about time to update it, but I when I try to publish it, it doesn’t output a nuget file and I get these files as results
I am using Visual Studio Community 2022 with latest version of UiPath extension
I did try what you have suggested but UiPath studio didn’t accept it, showing the following error
22.12.0-beta.11471+Branch.release-v22.12.0.Sha.d2325c659238e9a5bce4ec0fa2d550b0024490cb
The following package(s) can not be installed:
“[My Package Name]”
Is there more informations about this error? This line doesn’t tell me anything
Which version (v3 or v4) of activity creator are you using and what kind of project in UiPath you have (‘windows or windows-legacy’)?
This workaround works perfect in my case, maybe there is something wrong in source code
I was using the latest so I supposed V4 with “windows”, but I did find a solution, a weird one but it works.
So what I did is first of all downgrade UiPath extension in Visual Studio 2022 from V4 to V3 (link here incase someone is interested → UiPath Activity Creator V3) then redid my project from the start, save everything then close, after that I open the project with Visual Studio 2019, build it and publish it form there, surprisingly it worked as intended