Flaky restore, NU1107 version conflict #14020
Labels
Functionality:Restore
Type:Bug
WaitingForCustomer
Applied when a NuGet triage person needs more info from the OP
NuGet Product Used
dotnet.exe
Product Version
.NET 8.0.404 & Nuget 6.12.1.1
Worked before?
yes, not sure which version
Impact
It's more difficult to complete my work
Repro Steps & Context
If I run
dotnet.exe restore mySolution.sln --configfile someconfig.config --verbosity minimal
It works most of the times (~80%), and sometimes gives NU1107 (with the same code, commit, versions etc)
This is on Azure DevOps pipelines (Windows 2022), but also sometimes in VS 2022 (Windows 11)
I get this error:
I don't get it:
If it does work, it will use 8.0.2 (as expected) - visible with
dotnet list mySolution.sln package
)Part of output:
Verbose Logs
No response
The text was updated successfully, but these errors were encountered: