NuGet Package Not accessible

Hi All,

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

Thanks for your support
Hara

@Sekhar

I believe you are missing a reference…Please check this

cheers

@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).

@Sekhar

Any dll or nupkg developed might not be loaded if it is not in proper format to be consumed…

can you share which package you are trying with?

cheers