fsprojects / Paket.VisualStudio

Manage your Paket (http://fsprojects.github.io/Paket/) dependencies from Visual Studio!
MIT License
147 stars 51 forks source link

Project rebuild times are high for large solutions #158

Open ruhullahshah opened 6 years ago

ruhullahshah commented 6 years ago

We couldn't find an API in Microsoft Visual Studio SDK or Microsoft.Build namespace that allows us to manipulate the data structures of the MSBuild Task under progress. Need suggestions on solutions such as providing a UI option to disable restore or other thoughts

Some additional Info:

1) As a workaround, we currently set RestorePackages to false which is equivalent to saying /p:RestorePackages=false 2) A reference ticket at MSDN: https://social.msdn.microsoft.com/Forums/en-US/e00643ac-ca87-4fd6-9c47-0e78f4f2e430/is-there-a-programmatic-way-to-manipulate-the-properties-of-current-build-from-within-a-vs?forum=msbuild\