NuGet Product Used
dotnet.exe
Product Version
dotnet 6.0.100
Worked before?
dotnet 5.0.100
Impact
It bothers me. A fix would be nice
Repro Steps & Context
-
Checkout project that uses central package management, e.g.: NoOpIssue.zip
-
Run dotnet restore twice.
-
The second restore should be no-op restore ("All projects are up-to-date for restore." in the command output), but it is not the case for dotnet 6.0.100
Verbose Logs
d:\workspace\TestSolutions\NoOpIssue\App>dotnet --version
6.0.100
d:\workspace\TestSolutions\NoOpIssue\App>dotnet restore
Determining projects to restore...
The project d:\workspace\TestSolutions\NoOpIssue\App\App.csproj is using CentralPackageVersionManagement, a NuGet preview feature.
Restored d:\workspace\TestSolutions\NoOpIssue\App\App.csproj (in 187 ms).
d:\workspace\TestSolutions\NoOpIssue\App>dotnet restore
Determining projects to restore...
The project d:\workspace\TestSolutions\NoOpIssue\App\App.csproj is using CentralPackageVersionManagement, a NuGet preview feature.
Restored d:\workspace\TestSolutions\NoOpIssue\App\App.csproj (in 161 ms).
NuGet Product Used
dotnet.exe
Product Version
dotnet 6.0.100
Worked before?
dotnet 5.0.100
Impact
It bothers me. A fix would be nice
Repro Steps & Context
Checkout project that uses central package management, e.g.: NoOpIssue.zip
Run
dotnet restoretwice.The second restore should be no-op restore ("All projects are up-to-date for restore." in the command output), but it is not the case for
dotnet 6.0.100Verbose Logs