-
Notifications
You must be signed in to change notification settings - Fork 9
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
Having difficulty installing the Componentize.DotNet package #64
Comments
Interesting, I just tried this out and I am getting the initial 404 but then it finds it on nuget.org's package list:
Are you not seeing those additional look ups? What version of .NET are you using? |
Nope - the log is precisely as I pasted earlier. I'm running .NET 9.0.100 (per |
It looks like it's not finding the nuget package source. It should use the local one, but any chance you have configuration else where? https://learn.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior#how-settings-are-applied |
I was reading about this project and tried following the demo. As expected, the following steps worked fine:
dotnet new console --name hello-wasm cd hello-warm dotnet new nugetconfig
Update nuget.config to reflect the following:
The problem comes on the next step:
My console reads the following:
I see the package on Nuget.org so I thought that perhaps the readme was out of date and I could just install from the public NuGet, but that still can't seen to find the package:
What am I doing wrong? Thank you!
The text was updated successfully, but these errors were encountered: