-
I used Aspire Daily build to explore Mongo Express feature. Now I am trying to install the version 4, I am getting the following error. @davidfowl Can you help? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
It looks like you added the package source for early builds, but later removed it, which led to a condition where Nuget can't find this build. I would suggest re-adding the early builds nuget source and try uninstalling the aspire workload again. If that doesn't work, there's the nuclear option: |
Beta Was this translation helpful? Give feedback.
-
cc @joperezr |
Beta Was this translation helpful? Give feedback.
-
It didn't worked for me. I don't have a And here is the
|
Beta Was this translation helpful? Give feedback.
It didn't worked for me. I don't have a
workloads
folder under%USERPROFILE%\.dotnet
. I had to rollback the installation using the following command -dotnet workload update --source https://api.nuget.org/v3/index.json --from-rollback-file .\aspire-rollback.txt
And here is the
aspire-rollback.txt