NuGet Package Manager issue

I launched the NuGet package manager, but it takes a very long time to load. I walked away from the computer for 20 minutes and it kept loading.

How can I fix this?

I have moved this out of issues, this is not an issue with openrpa, but your local config.

You have changed the default nuget config, and one of those must have issues.
you find it in %USERPROFILE%/appdata/roaming/NuGet.Config
And will by default have something similar too

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
  </packageSources>
</configuration>

And, I’m an idiot drawing conclusions to fast.
I have the issue myself too.
I moved the topic back to issues.

A quick work around, until i have time to look into this.
on nuget.org you can download nuget packages, then rename the file to .zip and you can extract the dll from the package, and place it inside my documents\openrpa\extensions

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.