I was able to download my custom activity my Windows project (.net 6) using Package Manager, but the activity I made does not appear in the activities panel. I spent a while looking through similar topics with no success, so I’m starting to wonder if I didn’t code it right somehow.
.csproj:
.cs:
.nupkg
This is my first time creating a custom code activity so it’s definitely possible I messed up somewhere. I’ve basically just been following guides but even that’s been a struggle at times. The warning labels on the nupkg metadata were a bit concerning to me, but the guides never mentioned if I was supposed to do something about them.
I followed this guide initially (Activities - Creating Activities With Code (uipath.com)), but then I discovered I was creating a legacy activity, so I used the .NET Upgrade Assistant extension in Visual Studio and this guide (Migrating Activities to .NET 6 - Help / Marketplace - UiPath Community Forum) to update it.