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
Unfortunately we have 3 different implementations of packages.config restore.
A lot of that is due to the difference in reading the packages and part of it is not wanting to make public APIs for PC restore.
Those 3 implementations are:
nuget.exe restore
msbuild.exe /t:restore
VS restore
There's a bunch of differences in how the PackageRestoreManager gets called. It's made my work for PC restore vulnerability checking challenging, because the calls are not unified.
The text was updated successfully, but these errors were encountered:
Unfortunately we have 3 different implementations of packages.config restore.
A lot of that is due to the difference in reading the packages and part of it is not wanting to make public APIs for PC restore.
Those 3 implementations are:
nuget.exe restore
msbuild.exe /t:restore
VS restore
There's a bunch of differences in how the PackageRestoreManager gets called. It's made my work for PC restore vulnerability checking challenging, because the calls are not unified.
The text was updated successfully, but these errors were encountered: