NuGet error when restoring locally #8763
Replies: 3 comments 5 replies
-
cc @joperezr |
Beta Was this translation helpful? Give feedback.
-
Last week I added package source mappings to get around restore errors after running <packageSourceMapping>
<packageSource key="dotnet-public">
<!-- FluentUI is present on both public an internal dotnet feeds. Prefer public feed -->
<package pattern="dotnet-coverage" />
<package pattern="powershell" />
<package pattern="sn" />
...
</packageSource>
</packageSourceMapping> Now I'm stuck with version errors like the one below:
I also added the package source mapping for the OpenTelemetry packages to NuGet.config. Here's the output of Here's my current NuGet.config: |
Beta Was this translation helpful? Give feedback.
-
@joperezr , @RussKie : After that, I could successfully run |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to restore and build Aspire locally, but I get this error:
This happens when I run restore.cmd or build.cmd.
I've cleared out my local NuGet cache but this didn't solve it.
Is there an issue with the dotnet9-transport package source?
Beta Was this translation helpful? Give feedback.
All reactions