-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFound NuGetClient #181
Comments
I made it work by renaming the files a little bit. Instead of |
Its a bug, the folder and file name should be lowercase. I will fix this. On a side note, you should leverage the new client factories. Its not a work around for this bug, but it does making getting the clients easier.
|
The fix has been published: |
@thisisnaty Thanks for reporting this. I am going to close this out. Please let me know if you have any other issues. |
Thank you so much! |
I'm trying to use the FeedClient and NuGetClient to download a package from a feed. Getting the feed client works fine:
But when I try to do the same for the nuget client I get an error saying
The text was updated successfully, but these errors were encountered: