You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the generator exits with an error if it can't find a dependency on nuget.org. This causes problems for projects that reference packages from other sources, in particular private ones. Would it be possible to make the generator search the same set of sources as those defined locally, as shown when running nuget sources? Or maybe for now these dependencies can just be ignored.
The text was updated successfully, but these errors were encountered:
Currently, the generator exits with an error if it can't find a dependency on nuget.org. This causes problems for projects that reference packages from other sources, in particular private ones. Would it be possible to make the generator search the same set of sources as those defined locally, as shown when running
nuget sources
? Or maybe for now these dependencies can just be ignored.The text was updated successfully, but these errors were encountered: