I have uploaded a NuGet Package developed in Visual Studio (.NET 6) to Orchestrator (from Library Tab) and could install the Package in my UiPath Project. However the types I defined in this C# Package are not visible, therefore couldn’t assign types to the variables in created. Any Ideas where i went wrong ?
Studio Version: 23.10.3
Orchestrator: latest OnPrem version
@Anil_G , am not building any custom activities but writing models (classes and methods) for the data processing that is needed for an automation. I am assuming the problem is with the .NET versions or compatibility with the target system (The .NET version of UiPath in this case).