You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tresoldigiorgio Do you have latest Visual Studio? Can you try 17.13's latest VS version?
Run msbuild /t:restore and it's the same as dotnet restore except it'll use the toolset that ships with VS.
The "restore" command is very slow in version 9.0.200 or higher.
I've created a simple project with only one dependency to my other nuget package and launched
dotnet restore --interactive --force --no-cache
in 9.0.101 or 102 the command is very fast (2 seconds) but in 9.0.200 or 202 (1:41 minute) is extremely slow and cunsumes large amount of ram (8GB).
this is my csproj
`
`
this is the log by versions
101.log
102.log
200.log
202.log
this is my project dependencies
dependencies.txt
The text was updated successfully, but these errors were encountered: